[tryton-debian-vcs] tryton-modules-health-lifestyle branch debian updated. debian/2.8.1-1-7-gb957fae

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Mar 1 23:42:34 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-health-lifestyle.git;a=commitdiff;h=debian/2.8.1-1-7-gb957fae

commit b957fae9ec7808fbbed58049e9c5c08a3280c4bb
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 390ca5e..d271847 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ DEV := $(MAJ).$(shell echo $$(($(MIN) + 1)))
 export PYBUILD_DISABLE_python2.7=test
 
 %:
-	dh ${@} --with python2 --buildsystem=pybuild
+	dh $@ --with python2 --buildsystem=pybuild
 
 override_dh_gencontrol:
 	dh_gencontrol -- -Vversion:major="$(MAJOR)" -Vversion:dev="$(DEV)" \
-- 
tryton-modules-health-lifestyle



More information about the tryton-debian-vcs mailing list