[tryton-debian-vcs] tryton-server branch debian updated. debian/3.8.3-1-4-gbacd87c
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Mar 1 23:44:23 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-server.git;a=commitdiff;h=debian/3.8.3-1-4-gbacd87c
commit bacd87c10311db4a6ca5459b2052d57e6b6d462c
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 543d00f..bc555c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export TRYTOND_DATABASE_URI=sqlite://
export DB_NAME=:memory:
%:
- dh ${@} --with python2,sphinxdoc,systemd --buildsystem=pybuild
+ dh $@ --with python2,sphinxdoc,systemd --buildsystem=pybuild
override_dh_auto_clean:
dh_auto_clean
--
tryton-server
More information about the tryton-debian-vcs
mailing list