[SCM] libdvdcss/master: Reduce build dependencies. Remove need for dh-autoreconf.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sat Mar 17 18:37:03 UTC 2012


The following commit has been merged in the master branch:
commit 00eddf72a2f9e4f7e83e3b20d7993ab818fb4133
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Sat Mar 17 14:19:45 2012 -0400

    Reduce build dependencies. Remove need for dh-autoreconf.

diff --git a/debian/changelog b/debian/changelog
index fd13e11..fb4282d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdvdcss (1.2.12-2) UNRELEASED; urgency=low
+
+  * Reduce build dependencies. Remove need for dh-autoreconf.
+
+ -- Andres Mejia <amejia at debian.org>  Sat, 17 Mar 2012 14:16:38 -0400
+
 libdvdcss (1.2.12-1) unstable; urgency=low
 
   * Imported Upstream version 1.2.12
diff --git a/debian/control b/debian/control
index c9d05e8..296c5bb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Alessio Treglia <alessio at debian.org>,
  Fabian Greffrath <fabian+debian at greffrath.com>
-Build-Depends: debhelper (>= 9),
- dh-autoreconf
+Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.2
 Homepage: http://www.videolan.org/developers/libdvdcss.html
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/libdvdcss.git
diff --git a/debian/rules b/debian/rules
index 466945a..d85dca3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
libdvdcss packaging



More information about the pkg-multimedia-commits mailing list