aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
-rw-r--r--debian/control7
-rwxr-xr-xdebian/rules2
3 files changed, 15 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 0975f2c..70ec901 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
-indicator-sound (0.1.0-0ubuntu1) UNRELEASED; urgency=low
+indicator-sound (0.1.0-0ubuntu1) lucid; urgency=low
+ * debian/control:
+ - depends on pulseaudio
+ - don't set lib section, the applet is not a library
+ * debian/rules:
+ - build using --as-needed to avoid unnecessary depends
+
+ [ Ken VanDine ]
* Initial release
- -- Ken VanDine <ken.vandine@canonical.com> Thu, 11 Feb 2010 17:34:49 -0500
+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 12 Feb 2010 11:13:22 +0100
diff --git a/debian/control b/debian/control
index 2a5437b..7754b96 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
Source: indicator-sound
Section: sound
Priority: extra
-Maintainer: Conor Curran <conor.curran@canonical.com>
+Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
+XSBC-Original-Maintainer: Conor Curran <conor.curran@canonical.com>
Build-Depends: debhelper (>= 7),
cdbs (>= 0.4.41),
autotools-dev,
@@ -20,9 +21,9 @@ Homepage: https://launchpad.net/indicator-sound
Package: indicator-sound
Architecture: any
-Section: libs
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ pulseaudio
Description: A system sound indicator.
A system sound indicator which provides easy control of the PulseAudio sound
daemon.
diff --git a/debian/rules b/debian/rules
index a341f53..0bae2ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,8 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk
common-binary-post-install-arch:: list-missing
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/indicators
binary-install/indicator-sound::