diff options
author | Bertrand Marc <beberking@gmail.com> | 2013-01-12 14:55:33 +0100 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2013-01-27 12:42:04 +0100 |
commit | c881d55786a72d310d47083973b91490651775aa (patch) | |
tree | 2375897eed87866b9b1a76fdf272faf6055805ad /debian/rules | |
parent | 663df7b8d5d2c40736944abf07f04bfdeba74d49 (diff) |
Revert some of the previous changes to target wheezy.debian/0.9.3-5
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b7e42b1..0f9e2eb 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ SHELL := sh -e dh ${@} --with autoreconf override_dh_auto_configure: - dh_auto_configure -- --disable-rpath --enable-guile --enable-ipv6 --with-microhttpd=yes --with-nssdir=yes $(shell dpkg-buildflags --export=configure) + dh_auto_configure -- --disable-rpath --enable-guile --enable-ipv6 --with-microhttpd=yes $(shell dpkg-buildflags --export=configure) override_dh_auto_test: # Disabling test suite, incomplete |