[tryton-debian-vcs] relatorio branch debian updated. debian/0.6.1-4-7-g665e479

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


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

commit 665e479818c5c32456ad00d99ae228c17a7e1113
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 08cbfef..d9ffa50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ PACKAGE_NAME := $(shell python setup.py --name)
 export PYBUILD_NAME=$(PACKAGE_NAME)
 
 %:
-	dh ${@} --with python2 --buildsystem=pybuild
+	dh $@ --with python2 --buildsystem=pybuild
 
 override_dh_install:
 	dh_install
-- 
relatorio



More information about the tryton-debian-vcs mailing list