[Pkg-voip-commits] r8782 - in /portaudio19/trunk/debian: control patches/config.patch patches/series rules

bdrung at alioth.debian.org bdrung at alioth.debian.org
Sun Feb 20 18:06:44 UTC 2011


Author: bdrung
Date: Sun Feb 20 18:06:26 2011
New Revision: 8782

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8782
Log:
Use autotools-dev instead of config.patch.

Removed:
    portaudio19/trunk/debian/patches/config.patch
Modified:
    portaudio19/trunk/debian/control
    portaudio19/trunk/debian/patches/series
    portaudio19/trunk/debian/rules

Modified: portaudio19/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/control?rev=8782&op=diff
==============================================================================
--- portaudio19/trunk/debian/control (original)
+++ portaudio19/trunk/debian/control Sun Feb 20 18:06:26 2011
@@ -7,7 +7,8 @@
            Mark Purcell <msp at debian.org>,
            Mikael Magnusson <mikma at users.sourceforge.net>,
            Benjamin Drung <bdrung at ubuntu.com>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: autotools-dev,
+               debhelper (>= 7.0.50~),
                doxygen,
                dpkg-dev (>= 1.13.19),
                libasound2-dev [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386],

Modified: portaudio19/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/patches/series?rev=8782&op=diff
==============================================================================
--- portaudio19/trunk/debian/patches/series (original)
+++ portaudio19/trunk/debian/patches/series Sun Feb 20 18:06:26 2011
@@ -1,2 +1,1 @@
-config.patch
 audacity-portmixer.patch

Modified: portaudio19/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/rules?rev=8782&op=diff
==============================================================================
--- portaudio19/trunk/debian/rules (original)
+++ portaudio19/trunk/debian/rules Sun Feb 20 18:06:26 2011
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autotools_dev
 
 override_dh_auto_clean:
 	dh_auto_clean




More information about the Pkg-voip-commits mailing list