[Python-modules-commits] [python-aiosmtpd] 02/03: Enable DH verbose output.
Pierre-Elliott Bécue
peb-guest at moszumanska.debian.org
Mon Jan 8 19:04:55 UTC 2018
This is an automated email from the git hooks/post-receive script.
peb-guest pushed a commit to branch master
in repository python-aiosmtpd.
commit 2731c1dc41fcca6d621e1150a72d05f76f4bc391
Author: Pierre-Elliott Bécue <becue at crans.org>
Date: Mon Jan 8 20:04:26 2018 +0100
Enable DH verbose output.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index db15f15..bc3cde7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ python-aiosmtpd (1.1-4) unstable; urgency=medium
/usr/lib/pythonXX/dist-packages/examples. Instead, move it to
/usr/share/doc/python3-aiosmtpd/, and remove the __pycache__ compiled
files in it.
+ - Enable DH verbose output.
* d/copyright:
- Update my copyright line as the year ++-ed.
* d/compat:
diff --git a/debian/rules b/debian/rules
index 8c964ed..ddd0088 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
-#export DH_VERBOSE = 1
+export DH_VERBOSE = 1
export PYBUILD_NAME=aiosmtpd
export PYBUILD_AFTER_INSTALL=mv '{destdir}/{install_dir}/examples' \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-aiosmtpd.git
More information about the Python-modules-commits
mailing list