[Python-modules-commits] [python-pkginfo] 04/12: remove unneeded override_dh_auto_clean
Jan Dittberner
jandd at moszumanska.debian.org
Wed Dec 30 18:16:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository python-pkginfo.
commit ccae5250aa0418cf420cb771cdd99c8910a1ffb1
Author: Jan Dittberner <jandd at debian.org>
Date: Wed Dec 30 16:44:11 2015 +0100
remove unneeded override_dh_auto_clean
---
debian/changelog | 1 +
debian/rules | 5 -----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e6c8518..279e7d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-pkginfo (1.2.1-1) UNRELEASED; urgency=medium
[ Jan Dittberner ]
* Bump Standards-Version to 3.9.6 (No changes)
+ * remove unneeded override_dh_auto_clean
-- Jan Dittberner <jandd at debian.org> Wed, 30 Dec 2015 16:42:42 +0100
diff --git a/debian/rules b/debian/rules
index 4b89273..f228dd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,15 +6,10 @@ export PYBUILD_AFTER_INSTALL_python2=rm -f {destdir}/usr/bin/pkginfo && find {de
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
-
override_dh_auto_build:
dh_auto_build --buildsystem=pybuild
python3 setup.py build_sphinx
-override_dh_clean:
- rm -rf *.egg-info pkginfo/tests/sneaky/src/namespaced.sneaky.egg-info
- dh_clean
-
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
set -e -x; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pkginfo.git
More information about the Python-modules-commits
mailing list