Control: tags -1 patch

Patch attached.
diff -ru mcrypt-2.6.8.orig/debian/control mcrypt-2.6.8/debian/control
--- mcrypt-2.6.8.orig/debian/control
+++ mcrypt-2.6.8/debian/control
@@ -6,7 +6,7 @@
 Homepage: http://mcrypt.sourceforge.net/
 Vcs-Browser: http://git.debian.org/?p=collab-maint/mcrypt.git;a=summary
 Vcs-Git: git://git.debian.org/collab-maint/mcrypt.git
-Build-Depends: libmcrypt-dev (>= 2.5.8), libmhash-dev (>= 0.8.16), debhelper (>= 7.0.50), zlib1g-dev, bzip2, gettext
+Build-Depends: libmcrypt-dev (>= 2.5.8), libmhash-dev (>= 0.8.16), debhelper (>= 7.0.50), zlib1g-dev, bzip2, gettext, dh-autoreconf
 
 Package: mcrypt
 Architecture: any
diff -ru mcrypt-2.6.8.orig/debian/rules mcrypt-2.6.8/debian/rules
--- mcrypt-2.6.8.orig/debian/rules
+++ mcrypt-2.6.8/debian/rules
@@ -28,7 +28,7 @@
 	rm -rf autom4te.cache
 
 %:
-	dh "$@"
+	dh "$@" --with autoreconf
 
 override_dh_auto_build:
 	touch src/gaaout.c src/gaa.h po/mcrypt.pot

Reply via email to