diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-12 11:34:47 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-12 11:34:47 +0100 |
commit | 4f387f6677b55d5de4a94809957ea43284099cb2 (patch) | |
tree | 49334b6660f89786c7f6649f8b407fdcc19998c6 /debian | |
parent | e4738308b1c3fe4e280ddd508fa023570b7f7300 (diff) | |
download | ayatana-indicator-sound-4f387f6677b55d5de4a94809957ea43284099cb2.tar.gz ayatana-indicator-sound-4f387f6677b55d5de4a94809957ea43284099cb2.tar.bz2 ayatana-indicator-sound-4f387f6677b55d5de4a94809957ea43284099cb2.zip |
releasing version 0.1.0-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
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:: |