[tryton-debian-vcs] tryton-modules-sale-promotion branch debian updated. upstream/3.8.0-5-g7ed428e
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Mar 1 23:43:46 UTC 2016
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-promotion.git;a=commitdiff;h=upstream/3.8.0-5-g7ed428e
commit 7ed428efc39c19ad8ef7eab638554e6da451dd3e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Mar 2 00:34:48 2016 +0100
Removing the braces from the dh call.
diff --git a/debian/rules b/debian/rules
index 1b084cd..5d178cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
export PYBUILD_DISABLE_python2.7=test
%:
- dh ${@} --with python2 --buildsystem=pybuild
+ dh $@ --with python2 --buildsystem=pybuild
override_dh_gencontrol:
dh_gencontrol -- -Vversion:major="$(MAJOR)"
--
tryton-modules-sale-promotion
More information about the tryton-debian-vcs
mailing list