[Pkg-voip-commits] r8788 - in /portaudio19/trunk/debian: control rules

bdrung at alioth.debian.org bdrung at alioth.debian.org
Sun Feb 20 18:56:14 UTC 2011


Author: bdrung
Date: Sun Feb 20 18:56:11 2011
New Revision: 8788

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8788
Log:
Run autoreconf (Closes: #558621).

Modified:
    portaudio19/trunk/debian/control
    portaudio19/trunk/debian/rules

Modified: portaudio19/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/control?rev=8788&op=diff
==============================================================================
--- portaudio19/trunk/debian/control (original)
+++ portaudio19/trunk/debian/control Sun Feb 20 18:56:11 2011
@@ -6,8 +6,9 @@
            Jose Carlos Garcia Sogo <jsogo at debian.org>,
            Mark Purcell <msp at debian.org>,
            Benjamin Drung <bdrung at debian.org>
-Build-Depends: autotools-dev,
+Build-Depends: automake,
                debhelper (>= 8),
+               dh-autoreconf,
                doxygen,
                dpkg-dev (>= 1.13.19),
                libasound2-dev [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386],

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




More information about the Pkg-voip-commits mailing list