aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control10
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.