[Python-modules-commits] [python-kanboard] 09/10: Restore AUTHORS and ChangeLog
ChangZhuo Chen
czchen at moszumanska.debian.org
Tue Feb 28 15:37:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to branch master
in repository python-kanboard.
commit 1c3701776ad7c06fbc55772483203a21c8eef4c2
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Tue Feb 28 23:33:38 2017 +0800
Restore AUTHORS and ChangeLog
---
debian/rules | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/debian/rules b/debian/rules
index bfdbd0a..733bd11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,12 @@ export PYBUILD_NAME=kanboard
%:
dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_configure:
+ mkdir -p debian/bak
+ cp AUTHORS ChangeLog debian/bak/
+ dh_auto_configure
+
+override_dh_auto_clean:
+ -cp debian/bak/* .
+ dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-kanboard.git
More information about the Python-modules-commits
mailing list