[Python-modules-commits] [python-sabyenc] 01/01: housekeeping

JCF Ploemen jcfp-guest at moszumanska.debian.org
Wed Oct 11 21:09:50 UTC 2017


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

jcfp-guest pushed a commit to branch master
in repository python-sabyenc.

commit 85675e04f766e53d646e45f35cfb771a8126b2c0
Author: JCF Ploemen (jcfp) <linux at jcf.pm>
Date:   Wed Oct 11 23:08:52 2017 +0200

    housekeeping
---
 debian/changelog | 8 ++++----
 debian/rules     | 2 +-
 debian/watch     | 3 ++-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a230c91..a1e9efb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,16 @@
 python-sabyenc (3.3.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Watch: point to github tarball which includes extra tests and docs
+    compared to pypi.
   * Examples: install examples/try_out_sabyenc.py.
   * Docs: install doc/yenc-draft.1.3.txt.
   * Clean: add all of sabyenc.egg-info/*.
-  * Rules: add support for running tests at build time.
+  * Rules: set buildsystem to pybuild and add support for running tests.
   * Control:
-    + add build-dep on python-pytest.
+    + add build-dep on python-pytest, needed to run tests at build time.
     + bump Standards-Version to 4.1.1 (from 4.1.0; no further changes).
     + add Testsuite: autopkgtest-pkg-python.
-  * Watch: point to github tarball which includes extra tests and docs
-    compared to pypi.
 
  -- JCF Ploemen (jcfp) <linux at jcf.pm>  Tue, 10 Oct 2017 13:46:15 +0000
 
diff --git a/debian/rules b/debian/rules
index b7e644f..20d15db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 
 # avoid loading yenc data files as tests
-export PYBUILD_TEST_ARGS+=--ignore=tests/yencfiles/
+export PYBUILD_TEST_ARGS += --ignore=tests/yencfiles/
 
 %:
 	dh $@ --with python2 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
index d69c311..a1961ab 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-https://github.com/sabnzbd/sabyenc/tags .*/sabyenc/archive/v([\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://github.com/sabnzbd/sabyenc/tags \
+ .*/sabyenc/archive/v([\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list