[tryton-debian-vcs] simpleeval branch debian updated. debian/0.8.7-1-4-g8662487

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Mar 1 23:40: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/simpleeval.git;a=commitdiff;h=debian/0.8.7-1-4-g8662487

commit 86624870dedbc374a0e480df9dc0826121a5fb53
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 5fc7a86..24d0e81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export PYBUILD_NAME := simpleeval
 export PYBUILD_DISABLE_python3.2=test
 
 %:
-	dh ${@} --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	rm -rf $(PACKAGE_NAME).egg-info
-- 
simpleeval



More information about the tryton-debian-vcs mailing list