[Python-modules-commits] [pep8-naming] 04/04: switching over to Pypi tarball (ships w/o tests)

Daniel Stender danstender-guest at moszumanska.debian.org
Wed Jun 24 17:16:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository pep8-naming.

commit 9ccc631ae1aa13c10ffc9efe9d78ae65c6f0c074
Author: Daniel Stender <debian at danielstender.com>
Date:   Wed Jun 24 19:06:42 2015 +0200

    switching over to Pypi tarball (ships w/o tests)
---
 debian/changelog                 | 2 +-
 debian/control                   | 1 -
 debian/rules                     | 6 ++----
 debian/tests/control             | 5 -----
 debian/tests/python-pep8-naming  | 2 --
 debian/tests/python3-pep8-naming | 2 --
 debian/watch                     | 5 ++---
 7 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 660474c..57c1337 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ pep8-naming (0.3.2-1) unstable; urgency=medium
 
   * Initial release (Closes: #788234).
 
- -- Daniel Stender <debian at danielstender.com>  Wed, 24 Jun 2015 19:02:06 +0200
+ -- Daniel Stender <debian at danielstender.com>  Wed, 24 Jun 2015 19:05:38 +0200
diff --git a/debian/control b/debian/control
index 10e7870..4ded98d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,6 @@ Vcs-Git: git://anonscm.debian.org/python-modules/packages/pep8-naming.git
 Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/pep8-naming.git
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
-Testsuite: autopkgtest
 
 Package: python-pep8-naming
 Architecture: all
diff --git a/debian/rules b/debian/rules
index ef7724b..84b3564 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
-#export DEB_BUILD_OPTIONS=nocheck
 export PYBUILD_NAME=pep8-naming
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
-override_dh_auto_test:
-	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} run_tests.py" dh_auto_test
-
 override_dh_installdocs:
 	dh_installdocs -A README.rst
+
+override_dh_auto_test:
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index a8a602d..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,5 +0,0 @@
-Tests: python-pep8-naming
-Depends: python-all
-
-Tests: python3-pep8-naming
-Depends: python3-all
\ No newline at end of file
diff --git a/debian/tests/python-pep8-naming b/debian/tests/python-pep8-naming
deleted file mode 100755
index b7fb88f..0000000
--- a/debian/tests/python-pep8-naming
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh -e
-pyversions -i | tr ' ' '\n' | xargs -I {} env {} -Wd run_tests.py
diff --git a/debian/tests/python3-pep8-naming b/debian/tests/python3-pep8-naming
deleted file mode 100755
index 6ac7af8..0000000
--- a/debian/tests/python3-pep8-naming
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh -e
-py3versions -i | tr ' ' '\n' | xargs -I {} env {} run_tests.py
diff --git a/debian/watch b/debian/watch
index 2febeab..7404d71 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
 version=3
-opts=filenamemangle=s/(?:.*\/)?(\d[\d\.]+)\.tar\.gz/pep8-naming-$1.tar.gz/ \
-https://github.com/flintwork/pep8-naming/releases (?:.*/)?(\d[\d\.]+)\.tar\.gz
-# better than Pypi tarball, ships with tests
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/pep8-naming/pep8-naming-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pep8-naming.git



More information about the Python-modules-commits mailing list