[Python-modules-commits] [python-pex] 01/02: d/rules: in override_dh_auto_clean, there's no need to remove the build/ directory explicitly, but we do need to remove the pex.1 file.
Barry Warsaw
barry at moszumanska.debian.org
Mon Feb 22 21:16:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-pex.
commit 0778273394fd2415e47f96e64b4350949d88e080
Author: Barry Warsaw <barry at debian.org>
Date: Mon Feb 22 16:01:33 2016 -0500
d/rules: in override_dh_auto_clean, there's no need to remove the build/ directory explicitly, but we do need to remove the pex.1 file.
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8d19cc0..c362bb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-pex (1.1.2-1) UNRELEASED; urgency=medium
* New upstream release.
* d/tests/{control,execute.sh}: Revert Ubuntu accommodations.
* d/patches: Updated by git-dpm.
+ * d/rules: in override_dh_auto_clean, there's no need to remove the
+ build/ directory explicitly, but we do need to remove the pex.1 file.
-- Barry Warsaw <barry at debian.org> Mon, 22 Feb 2016 15:54:53 -0500
diff --git a/debian/rules b/debian/rules
index 9559b6f..a271981 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,5 +29,5 @@ override_dh_installman:
dh_installman
override_dh_auto_clean:
+ rm -f debian/pex.1
dh_auto_clean
- rm -rf build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pex.git
More information about the Python-modules-commits
mailing list