[Python-modules-commits] [pymarkups] 04/06: Drop custom dh_auto_test override, let pybuild do the right thing.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Dec 13 19:07:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository pymarkups.
commit bdb0dd06d42d5dca80f5e2bf6529b7f47fa130c1
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Dec 13 21:42:51 2015 +0300
Drop custom dh_auto_test override, let pybuild do the right thing.
---
debian/changelog | 1 +
debian/rules | 4 ----
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 13fb1be..cf06575 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pymarkups (1.0.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Update Homepage URL.
* Update package description.
+ * Drop custom dh_auto_test override, let pybuild do the right thing.
-- Dmitry Shachnev <mitya57 at debian.org> Fri, 18 Sep 2015 13:41:19 +0300
diff --git a/debian/rules b/debian/rules
index e068fd0..31757d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,6 @@
# -*- mode: makefile; coding: utf-8 -*-
export PYBUILD_NAME=markups
-export PYBUILD_TEST_ARGS={interpreter} setup.py test
%:
dh $@ --with python3 --buildsystem=pybuild
-
-override_dh_auto_test:
- PYBUILD_SYSTEM=custom dh_auto_test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pymarkups.git
More information about the Python-modules-commits
mailing list