[tryton-debian-vcs] goocalendar branch debian updated. debian/0.2-1-7-gbcab0fd

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


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

commit bcab0fdadab15251a507a44f1edb7dd62407f7cb
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 c210d4d..2d8903b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh ${@} --with python2,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_clean:
 	rm -rf $(PACKAGE_NAME).egg-info
-- 
goocalendar



More information about the tryton-debian-vcs mailing list