aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-03-14 14:31:25 +0100
committerMax <msuraev@sysmocom.de>2017-03-14 14:31:25 +0100
commit7f39468c75605077f8811557c9da6791fcbdbfe5 (patch)
treeea7823ed828ee388ce7a6f86a176611e35fe1b0a /debian/rules
parente9d37db7f23076571e2ac8fdbeae64158063acac (diff)
deb: fix OBS build
Add explicit dependency on python3 which is necessary for 'make check' stage. While at it, add DH_VERBOSE option for debian/control to facilitate future troubleshooting. Change-Id: I0ed0bb0f889d4569c9229f3f12ad8bdb11cc1e7c Related: OS#1948
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 8797d5a..d0ad702 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: