[SCM] dirac/master: Build with autoreconf.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jul 29 07:42:09 UTC 2014


The following commit has been merged in the master branch:
commit e20d02a53702583f443ea956f6e6d74896cae026
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jul 29 08:11:12 2014 +0100

    Build with autoreconf.
    
    Closes: #700276, #755820

diff --git a/debian/control b/debian/control
index 78504b0..47f2eef 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Uploaders:
 DM-Upload-Allowed: yes
 Build-Depends:
  autoconf,
- debhelper (>= 8.1.3~)
+ debhelper (>= 8.1.3~),
+ dh-autoreconf
 Build-Depends-Indep:
  doxygen-latex,
  graphviz
diff --git a/debian/rules b/debian/rules
index 06fa7bf..a255e1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure

-- 
dirac packaging



More information about the pkg-multimedia-commits mailing list