[SCM] mjpegtools/master: dh --with autoreconf and autotools_dev are mutually exclusive.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Sep 3 07:53:01 UTC 2012


The following commit has been merged in the master branch:
commit a673f9eaf332da305614f0117bea3c77f091144f
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Mon Sep 3 09:56:51 2012 +0200

    dh --with autoreconf and autotools_dev are mutually exclusive.

diff --git a/debian/control b/debian/control
index 51fc9fd..bbaa493 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Uploaders:
  Maia Kozheva <sikon at ubuntu.com>,
  Andres Mejia <amejia at debian.org>
 Build-Depends:
- autotools-dev,
  debhelper (>= 9),
  dh-autoreconf,
  libdv4-dev,
diff --git a/debian/rules b/debian/rules
index 4abd795..79c06cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with autoreconf,autotools_dev
+	dh $@ --parallel --with autoreconf
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed

-- 
mjpegtools packaging



More information about the pkg-multimedia-commits mailing list