[tryton-debian-vcs] vatnumber branch debian updated. debian/1.2-5-4-g4f0239a
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Mar 1 23:44:25 UTC 2016
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/vatnumber.git;a=commitdiff;h=debian/1.2-5-4-g4f0239a
commit 4f0239a36b6eb49b545bbaa5336da85602833c35
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 4bd83e9..caaef5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,6 @@ export PYBUILD_NAME=$(PACKAGE_NAME)
export PYBUILD_DISABLE=test
%:
- dh ${@} --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
--
vatnumber
More information about the tryton-debian-vcs
mailing list