[tor-commits] [tlsdate/debian-master] call dh --with autotools_dev; closes Debian #727986

ioerror at torproject.org ioerror at torproject.org
Thu Oct 31 11:17:33 UTC 2013


commit 8dde3d4dcadc604c7313bc055bf4532f0ed69417
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Thu Oct 31 12:13:59 2013 +0100

    call dh --with autotools_dev; closes Debian #727986
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 02ededf..9b73266 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 export DEB_BUILD_HARDENING=1
 
 %:
-	dh $@
+	dh --with autotools_dev $@
 
 override_dh_install:
 	dh_install



More information about the tor-commits mailing list