[tryton-debian-vcs] tryton-neso branch debian updated. debian/3.8.2-1-4-g9269aed

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Mar 1 23:44:20 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-neso.git;a=commitdiff;h=debian/3.8.2-1-4-g9269aed

commit 9269aed32028de386d8680b07a61ef8546215202
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 02a8f1e..2d1f6e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,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-neso



More information about the tryton-debian-vcs mailing list