[Python-modules-commits] [pysvn] 11/12: debian/rules: Comments verbosity flag

Josué Ortega josue at moszumanska.debian.org
Mon Oct 10 04:13:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

josue pushed a commit to branch master
in repository pysvn.

commit aaece109627ea482d12eef7ec2c0b758a964dbee
Author: Josue Ortega <josue at debian.org>
Date:   Sun Oct 9 21:58:20 2016 -0600

    debian/rules: Comments verbosity flag
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 84c090f..370b8a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pysvn (1.9.4-2) UNRELEASED; urgency=medium
+
+  * Adds patch 0001-fix-multiple-arch-support.patch to support
+    architectures besides amd64.
+  * debian/rules: Comments verbosity flag.
+
+ -- Josue Ortega <josue at debian.org>  Sun, 09 Oct 2016 21:56:05 -0600
+
 pysvn (1.9.4-1) unstable; urgency=medium
 
   * New upstream release:
diff --git a/debian/rules b/debian/rules
index bf51653..9743a12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 export PYBUILD_NAME=pysvn
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pysvn.git



More information about the Python-modules-commits mailing list