[SCM] libmkv/master: Remove need for autoreconf. There was some issue where the INSTALL file was being deleted on clean, causing the next build to fail due to 'abort-on-upstream-changes.'

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sat May 12 18:22:03 UTC 2012


The following commit has been merged in the master branch:
commit c1171281301ca45c4ead3a5a34428f9e689c6d7f
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Sat May 12 13:55:56 2012 -0400

    Remove need for autoreconf.
    There was some issue where the INSTALL file was being deleted on clean,
    causing the next build to fail due to 'abort-on-upstream-changes.'

diff --git a/debian/control b/debian/control
index 436c386..e24b823 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Fabian Greffrath <fabian+debian at greffrath.com>,
  Andres Mejia <amejia at debian.org>
 Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 9),
- dh-autoreconf
+Build-Depends: debhelper (>= 9)
 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 fcad8c8..ce2eb52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with autoreconf
-
-override_dh_autoreconf:
-	rm -rf config m4
-	mkdir -p config m4
-	dh_autoreconf
+	dh $@ --parallel

-- 
libmkv packaging



More information about the pkg-multimedia-commits mailing list