[tryton-debian-vcs] tryton-client branch debian updated. debian/3.8.4-1-4-g1098cbc

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

commit 1098cbca4cbf826ad4d4377a5cc349c0298e19d7
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 ca161b2..8232ac2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export PYBUILD_DESTDIR_python2=debian/tryton-client
 
 %:
-	dh ${@} --with python2,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_clean:
 	dh_auto_clean
-- 
tryton-client



More information about the tryton-debian-vcs mailing list