[SCM] libdca/master: Fix outdated-autotools-helper-file.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Sun Mar 24 21:23:26 UTC 2013


The following commit has been merged in the master branch:
commit ae0b7f0afec4dd32ab184c0a86f9fdb64bf21df3
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Sun Mar 24 22:20:06 2013 +0100

    Fix outdated-autotools-helper-file.

diff --git a/debian/control b/debian/control
index 618136f..b57b3dd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: libs
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: autotools-dev (>= 20100122.1),
+               debhelper (>= 9)
 Standards-Version: 3.9.2
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/libdca.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libdca.git;a=summary
diff --git a/debian/rules b/debian/rules
index 30425be..ceb6328 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@ export DEB_CFLAGS_MAINT_APPEND  = $(shell getconf LFS_CFLAGS)
 export DEB_LDFLAGS_MAINT_APPEND = $(shell getconf LFS_LDFLAGS)
 
 %:
-	dh $@
+	dh $@ --with autotools_dev

-- 
libdca packaging



More information about the pkg-multimedia-commits mailing list