[tryton-debian-vcs] python-sql branch debian updated. debian/0.7-1-7-gaa0e1a9
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Mar 1 23:40:41 UTC 2016
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/python-sql.git;a=commitdiff;h=debian/0.7-1-7-gaa0e1a9
commit aa0e1a9e98a75d293d8a2bf64f153260bf0c3d92
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 52fe3fe..f3297d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export PYBUILD_NAME := sql
%:
- dh ${@} --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_clean:
rm -rf $(PACKAGE_NAME).egg-info
--
python-sql
More information about the tryton-debian-vcs
mailing list