summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWookey <wookey@debian.org>2018-02-16 02:03:15 +0000
committerWookey <wookey@debian.org>2018-02-16 02:06:13 +0000
commit20c628f7a762de0bffdbef3eba16bec06cf598e0 (patch)
treefa1de9983ff90daa39f0fcbd9c8543aa9bb55983
parent2a62a91469643bf0dba4fc220a92c9d5a49972e5 (diff)
Turn off DH_VERBOSE in rules
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c583715..7d286f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
#just use base version
VERSION := $(shell dpkg-parsechangelog -S Version | sed 's/-.*//' | sed 's/+pristine//')