diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 17 | ||||
-rwxr-xr-x | debian/rules | 5 |
3 files changed, 13 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog index dadea56..1fb21c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ayatana-indicator-session (0.4.0-0) UNRELEASED; urgency=medium + + * Fork from Ubuntu's indicator-session project. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 08 Nov 2015 06:48:54 +0100 + indicator-session (12.10.5+15.10.20150915-0ubuntu1) wily; urgency=medium [ Andrea Azzarone andrea.azzarone@canonical.com ] diff --git a/debian/control b/debian/control index 77de6da..6f26e21 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,18 @@ -Source: indicator-session +Source: ayatana-indicator-session Section: gnome Priority: optional -Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> +Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: cmake, dbus, debhelper (>= 9), - dh-translations, intltool, libglib2.0-dev (>= 2.36), libgtest-dev, - liburl-dispatcher1-dev, python, -Standards-Version: 3.9.3 -Homepage: https://launchpad.net/indicator-session -# 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-session/trunk.14.10 -Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-session/trunk.14.10/files +Standards-Version: 3.9.6 +Homepage: https://github.com/ArcticaProject/ayatana-indicator-session +Vcs-Git: git://cgit.arctica-project.org/ayatana/ayatana-indicator-session.git +Vcs-Browser: https://cgit.arctica-project.org/ayatana/ayatana-indicator-session.git/ Package: indicator-session Architecture: any diff --git a/debian/rules b/debian/rules index cc56ec1..1b4168d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --with translations + dh $@ override_dh_install: find debian/indicator-session/usr/lib -name *.la -delete @@ -13,6 +13,3 @@ override_dh_install: # Hack as it seems it's not possible to easy run that under dbus-test-runner override_dh_auto_test: env -u LD_PRELOAD dh_auto_test - -override_dh_translations: - $(MAKE) -C obj-$(DEB_HOST_GNU_TYPE) pot |