[SCM] Audacity debian packaging branch, master, updated. debian/1.3.12-2-11-gd83f05b
bdrung-guest at users.alioth.debian.org
bdrung-guest at users.alioth.debian.org
Tue Jun 29 21:09:27 UTC 2010
The following commit has been merged in the master branch:
commit d83f05b13529361a6a907abd68602694e343a18b
Author: Benjamin Drung <bdrung at gmail.com>
Date: Tue Jun 29 23:09:18 2010 +0200
Port the configure flags to dh, too.
diff --git a/debian/rules b/debian/rules
index 9f25132..fe35426 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,31 +8,27 @@ else
WITH_JACK_CONFFLAG := --with-jack=no
endif
-DEB_CONFIGURE_EXTRA_FLAGS := \
- $(WITH_JACK_CONFFLAG) \
- --enable-unicode \
- --with-expat=system \
- --with-ffmpeg=system \
- --with-libflac=system \
- --with-libid3tag=system \
- --with-libmad=system \
- --with-libsamplerate=system \
- --without-libresample \
- --with-libsndfile=system \
- --with-libtwolame=system \
- --with-libvamp=system \
- --with-libvorbis=system \
- --with-portaudio=v19 \
- --with-portmixer \
- --with-soundtouch=system \
- $(null)
-
# Do not link against unused libraries (make dpkg-shlibdeps happy).
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
%:
dh --parallel $@
+override_dh_auto_configure:
+ dh_auto_configure -- $(WITH_JACK_CONFFLAG) \
+ --with-expat=system \
+ --with-ffmpeg=system \
+ --with-libflac=system \
+ --with-libid3tag=system \
+ --with-libmad=system \
+ --with-libsamplerate=system \
+ --without-libresample \
+ --with-libsndfile=system \
+ --with-libtwolame=system \
+ --with-libvamp=system \
+ --with-libvorbis=system \
+ --with-soundtouch=system
+
override_dh_auto_install:
dh_auto_install
# Don't package unnecessary copy of GPL
--
Audacity debian packaging
More information about the pkg-multimedia-commits
mailing list