[Python-modules-commits] [paste] 01/01: Removed useless paste/util/template.py.2015-04-30-123224 file
Ondřej Nový
onovy-guest at moszumanska.debian.org
Thu May 26 19:58:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository paste.
commit 71f600c4e26863975f9bee66281ece3acdcac335
Author: Ondřej Nový <novy at ondrej.org>
Date: Thu May 26 21:58:09 2016 +0200
Removed useless paste/util/template.py.2015-04-30-123224 file
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a29f5ee..6a297e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ paste (2.0.3+dfsg-2) UNRELEASED; urgency=medium
* d/watch: Use https protocol
* Added extend-diff-ignore for egg-info
* d/copyright: Added myself to Debian part
+ * Removed useless paste/util/template.py.2015-04-30-123224 file
-- Ondřej Nový <novy at ondrej.org> Thu, 26 May 2016 21:28:02 +0200
diff --git a/debian/rules b/debian/rules
index facdfc2..f82729d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ export PYBUILD_NAME = paste
export PYBUILD_AFTER_INSTALL=rm {destdir}{install_dir}/*.pth ; \
rm {destdir}{install_dir}/*/namespace_packages.txt ; \
rm {destdir}{install_dir}/profile.log.tmp ; \
+ rm {destdir}{install_dir}/paste/util/template.py.2015-04-30-123224 ; \
touch {destdir}{install_dir}/paste/__init__.py
export PYBUILD_BEFORE_TEST=cp -r Paste.egg-info {build_dir}
export PYBUILD_AFTER_TEST=rm -r {build_dir}/Paste.egg-info
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/paste.git
More information about the Python-modules-commits
mailing list