aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-11 05:58:50 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-11 05:19:36 +0000
commit13e1544b396a5212e82b940e420a1cd44d8aa24b (patch)
tree685580aed7a640a4a5312182fe083b22648fd90e /debian
parent6935795be2a8295554aba36b054347d95de19e6e (diff)
downloadayatana-indicator-application-13e1544b396a5212e82b940e420a1cd44d8aa24b.tar.gz
ayatana-indicator-application-13e1544b396a5212e82b940e420a1cd44d8aa24b.tar.bz2
ayatana-indicator-application-13e1544b396a5212e82b940e420a1cd44d8aa24b.zip
Fork from Ubuntu's indicator-application code project.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control25
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
5 files changed, 20 insertions, 20 deletions
diff --git a/debian/changelog b/debian/changelog
index 9b0072b..afba493 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ayatana-indicator-application (0.5.1-0) UNRELEASED; urgency=medium
+
+ * Fork from Ubuntu's indicator-application code project.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 11 Nov 2015 05:47:58 +0100
+
indicator-application (12.10.1+15.04.20150128-0ubuntu1) vivid; urgency=low
[ Ted Gould ]
diff --git a/debian/control b/debian/control
index f609449..9b5901e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,8 @@
-Source: indicator-application
+Source: ayatana-indicator-application
Section: gnome
Priority: optional
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
+Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: debhelper (>= 9.0),
- dh-translations,
dh-autoreconf,
dbus-test-runner,
gnome-common,
@@ -13,22 +12,18 @@ Build-Depends: debhelper (>= 9.0),
libdbus-glib-1-dev (>= 0.82),
libjson-glib-dev,
intltool,
- libappindicator3-dev (>= 0.2.91),
- libindicator3-dev (>= 0.3.90),
+ libayatana-appindicator3-dev (>= 0.5.0~),
+ libayatana-indicator3-dev (>= 0.6.0~),
libdbusmenu-glib-dev (>= 0.5.90),
libdbusmenu-gtk3-dev (>= 0.5.90),
-Standards-Version: 3.9.3
-Homepage: https://launchpad.net/indicator-application
-# If you aren't a member of ~indicator-applet-developers but need to upload
-# packaging changes, just go ahead. ~indicator-applet-developers will notice
-# and sync up the code again.
-Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-application/trunk.13.04
-Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-application/trunk.13.04/files
+Standards-Version: 3.9.6
+Homepage: https://github.com/ArcticaProject/ayatana-indicator-application
+Vcs-Git: git://cgit.arctica-project.org/ayatana/ayatana-indicator-application.git
+Vcs-Browser: https://cgit.arctica-project.org/ayatana/ayatana-indicator-application.git/
-Package: indicator-application
+Package: ayatana-indicator-application
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
-Description: Application Indicators
+Description: Ayatana Application Indicators
An indicator to take menus from applications and place them in the panel.
-
diff --git a/debian/rules b/debian/rules
index e3385df..16b5da6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,12 +3,12 @@
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
%:
- dh $@ --with translations,autoreconf
+ dh $@ --with autoreconf
override_dh_autoreconf:
NOCONFIGURE=1 dh_autoreconf ./autogen.sh
override_dh_install:
- find debian/indicator-application/usr/lib -name *.la -delete
- find debian/indicator-application/usr/lib -name *.a -delete
+ find debian/ayatana-indicator-application/usr/lib -name *.la -delete
+ find debian/ayatana-indicator-application/usr/lib -name *.a -delete
dh_install --fail-missing
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..9f8e9b6
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0 \ No newline at end of file
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index ffb0b21..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://launchpad.net/indicator-application/+download .*/indicator-application-([0-9.]+)\.tar\.gz