Control: tags -1 patch

Here's a patch made by following the instructions at
https://wiki.debian.org/Autoreconf

It seems to work on arm64.
diff -ru dbacl-1.12.orig/debian/control dbacl-1.12/debian/control
--- dbacl-1.12.orig/debian/control
+++ dbacl-1.12/debian/control
@@ -1,7 +1,7 @@
 Source: dbacl
 Section: text
 Priority: optional
-Build-Depends: cdbs, debhelper (>= 5.0.0), libreadline-gplv2-dev, libslang2-dev
+Build-Depends: cdbs, debhelper (>= 5.0.0), libreadline-gplv2-dev, libslang2-dev, dh-autoreconf
 Maintainer: Zak B. Elep <zak...@zakame.net>
 Standards-Version: 3.8.0
 Homepage: http://www.lbreyer.com/gpl.html
diff -ru dbacl-1.12.orig/debian/rules dbacl-1.12/debian/rules
--- dbacl-1.12.orig/debian/rules
+++ dbacl-1.12/debian/rules
@@ -6,6 +6,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 # Move installed docs to proper Debian location
 install/dbacl::

Reply via email to