[SCM] libmkv/master: Use dh-autoreconf for bootstrapping.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Thu Feb 2 13:19:09 UTC 2012


The following commit has been merged in the master branch:
commit 62f1f1f28269fd861a7c9c0f8ae4bc3b09c262ae
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Thu Feb 2 14:14:16 2012 +0100

    Use dh-autoreconf for bootstrapping.

diff --git a/debian/control b/debian/control
index d556c6a..5f4d10a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Fabian Greffrath <fabian+debian at greffrath.com>
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/libmkv.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libmkv.git;a=summary
 Homepage: https://github.com/saintdev/libmkv
diff --git a/debian/rules b/debian/rules
index 2d33f6a..db5c7e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autoreconf
+
+override_dh_autoreconf:
+	rm -rf config m4
+	mkdir -p config m4
+	dh_autoreconf

-- 
libmkv packaging



More information about the pkg-multimedia-commits mailing list