[SCM] libmatroska/master: Build with dh-autoreconf

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Aug 3 20:58:11 UTC 2015


The following commit has been merged in the master branch:
commit eb0899f5be6a9d1419f9808d6c66abb10d33aff6
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Aug 3 22:54:20 2015 +0200

    Build with dh-autoreconf

diff --git a/debian/control b/debian/control
index eaeee11..b605313 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders:
  Matteo F. Vescovi <mfv at debian.org>
 Build-Depends:
  debhelper (>= 9),
+ dh-autoreconf,
  libebml-dev (>= 1.3.1-4),
  pkg-config,
  g++ (>= 4:5.2)
diff --git a/debian/rules b/debian/rules
index 219968c..4315a8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_test:
 	dh_auto_test --no-act

-- 
libmatroska packaging



More information about the pkg-multimedia-commits mailing list