aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-11-03 12:07:53 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-11-03 12:07:53 +0100
commita2a7c3aa8692c5d4c6fbc00c175c52f12d636623 (patch)
treefd3b62dc221d0ef35b6b60f64a1e0ae22d6c91a0 /debian/rules
parent0f96f0abe0db74f83ef67ad06e6dd06a39185711 (diff)
downloadremote-logon-service-a2a7c3aa8692c5d4c6fbc00c175c52f12d636623.tar.gz
remote-logon-service-a2a7c3aa8692c5d4c6fbc00c175c52f12d636623.tar.bz2
remote-logon-service-a2a7c3aa8692c5d4c6fbc00c175c52f12d636623.zip
Attempt (1) to fix FTBFS...
* debian/rules: + Build using dh_autoreconf. * debian/control: + Add B-Ds: dh-autoreconf, libgtest-dev, python. Enable the testsuite at build time.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index abde6ef..a79759d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with autoreconf