[tryton-debian-vcs] tryton-meta branch debian updated. debian/34-4-gd79c55c

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Mar 1 23:40:51 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-meta.git;a=commitdiff;h=debian/34-4-gd79c55c

commit d79c55cef5d64e756f5a53fc9eb33371f7837f7f
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 c54d98d..c595ccf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 MAJOR := 3.8
 
 %:
-	dh ${@}
+	dh $@
 
 override_dh_gencontrol:
 	dh_gencontrol -- -Vversion:major="$(MAJOR)"
-- 
tryton-meta



More information about the tryton-debian-vcs mailing list