[tryton-debian-vcs] hgnested branch debian updated. debian/0.7-1-5-g940fa51

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


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/hgnested.git;a=commitdiff;h=debian/0.7-1-5-g940fa51

commit 940fa5152d9dffbf2a92759565033bcc6c9eff86
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 f18b27f..08c50bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
 %:
-	dh ${@} --with python2 --buildsystem=pybuild
+	dh $@ --with python2 --buildsystem=pybuild
 
 
-- 
hgnested



More information about the tryton-debian-vcs mailing list