[med-svn] [praat] 01/03: Build against Pulseaudio
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Tue Nov 3 16:17:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
rlaboiss-guest pushed a commit to branch master
in repository praat.
commit c04c01ad6e75aeb9bf8672fa318b9a0cee6ee557
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Tue Nov 3 10:39:41 2015 -0200
Build against Pulseaudio
- d/rules: Use makefile.defs.linux.pulse
- d/control: add build-dependency on libpulse-dev
Gbp-Dch: Full
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index f09e345..b1d4187 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>,
Rafael Laboissiere <rafael at laboissiere.net>
-Build-Depends: debhelper (>= 9), libasound2-dev, libgtk2.0-dev, xmlto
+Build-Depends: debhelper (>= 9), libasound2-dev, libgtk2.0-dev, xmlto, libpulse-dev
Standards-Version: 3.9.6
Homepage: http://www.praat.org
Vcs-Git: git://anonscm.debian.org/debian-med/praat.git
diff --git a/debian/rules b/debian/rules
index 04b5507..f233508 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ override_dh_auto_configure:
# dpkg-shlibdeps: warning: dependency on lib??? could be avoided if "debian/praat/usr/bin/praat" were not uselessly linked against it (they use none of its symbols).
# warnings and useless dependencies
sed 's/^LIBS = /& -Wl,--as-needed /' \
- makefiles/makefile.defs.linux.alsa > makefile.defs
+ makefiles/makefile.defs.linux.pulse > makefile.defs
# Add hardening flags
cat debian/mk-vars-hardening >> makefile.defs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git
More information about the debian-med-commit
mailing list