From 13e1544b396a5212e82b940e420a1cd44d8aa24b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 11 Nov 2015 05:58:50 +0100 Subject: Fork from Ubuntu's indicator-application code project. --- debian/changelog | 6 ++++++ debian/control | 25 ++++++++++--------------- debian/rules | 6 +++--- debian/source/format | 1 + debian/watch | 2 -- 5 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 debian/source/format delete mode 100644 debian/watch (limited to 'debian') 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 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 +Maintainer: Mike Gabriel 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 -- cgit v1.2.3