[tryton-debian-vcs] cached-property branch debian updated. debian/1.3.0-1-4-gadcd99c

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Mar 1 23:40:36 UTC 2016


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/cached-property.git;a=commitdiff;h=debian/1.3.0-1-4-gadcd99c

commit adcd99cdeb4ebfc65a745d3503323da8201f5614
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 438d09a..43fee25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export PYBUILD_NAME := cached-property
 
 %:
-	dh ${@} --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	rm -rf $(PACKAGE_NAME).egg-info
-- 
cached-property



More information about the tryton-debian-vcs mailing list