diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 10:02:34 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 10:02:34 -0500 |
commit | 79bc986e51e4e45a55d00d1667c10e3c12f55683 (patch) | |
tree | eda217980c31fd73c7e325b0980f636bc816fbe6 /debian | |
parent | 786438bcb9aaf5c617d3240dfe20a8463373d832 (diff) | |
download | ayatana-indicator-sound-79bc986e51e4e45a55d00d1667c10e3c12f55683.tar.gz ayatana-indicator-sound-79bc986e51e4e45a55d00d1667c10e3c12f55683.tar.bz2 ayatana-indicator-sound-79bc986e51e4e45a55d00d1667c10e3c12f55683.zip |
* debian/control:
- add gnome-common to Build-Depends for use by dh_autoreconf.
- update style for constency: use trailing commas at the end of dep lists.
- Add Vcs-Bzr, Vcs-Browser fields with comment for uploaders.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 10 |
2 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 613d588..7c89a6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +indicator-sound (12.10.2-0ubuntu1) UNRELEASED; urgency=low + + * debian/control: + - add gnome-common to Build-Depends for use by dh_autoreconf. + - update style for constency: use trailing commas at the end of dep lists. + - Add Vcs-Bzr, Vcs-Browser fields with comment for uploaders. + + -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 14 Nov 2012 10:01:19 -0500 + indicator-sound (12.10.1-0ubuntu2) raring; urgency=low [ Allan LeSage ] diff --git a/debian/control b/debian/control index 18a0a38..b62a37e 100644 --- a/debian/control +++ b/debian/control @@ -19,15 +19,21 @@ Build-Depends: debhelper (>= 9.0), libnotify-dev, valac-0.18, dh-autoreconf, - dh-translations + dh-translations, + gnome-common, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-sound +# 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-sound/trunk.13.04 +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-sound/trunk.13.04/files Package: indicator-sound Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - pulseaudio + pulseaudio, Description: System sound indicator. System sound indicator which provides easy control of the PulseAudio sound daemon. |