This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository gxargparse.
commit 742d0df0f9523b113d5fce9a74aaf1dd501f3bf3 Author: Anton Khodak <[email protected]> Date: Sat Jan 14 13:16:25 2017 +0200 Added better build instructions --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1ef14d9..48a82aa 100755 --- a/debian/rules +++ b/debian/rules @@ -19,8 +19,10 @@ export LC_ALL=C.UTF-8 # for hardening you might like to uncomment this: # export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export PYBUILD_NAME=gxargparse %: - dh $@ + dh $@ --with python2,python3 --buildsystem=pybuild + #get-orig-source: # . debian/get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gxargparse.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
