[med-svn] [Git][med-team/python-pymummer][master] 5 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Mon Jan 7 08:41:33 GMT 2019
Andreas Tille pushed to branch master at Debian Med / python-pymummer
Commits:
690b9887 by Andreas Tille at 2019-01-07T08:36:31Z
debhelper 11
- - - - -
ed97d155 by Andreas Tille at 2019-01-07T08:37:03Z
Point Vcs fields to salsa.debian.org
- - - - -
8bde97fa by Andreas Tille at 2019-01-07T08:37:03Z
Standards-Version: 4.3.0
- - - - -
65f527ad by Andreas Tille at 2019-01-07T08:37:20Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
a45a52b4 by Andreas Tille at 2019-01-07T08:38:34Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+python-pymummer (0.10.3-2) unstable; urgency=medium
+
+ * Team upload.
+ * debhelper 11
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.3.0
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
+
+ -- Andreas Tille <tille at debian.org> Mon, 07 Jan 2019 09:37:20 +0100
+
python-pymummer (0.10.3-1) unstable; urgency=medium
* Team upload.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
@@ -1,31 +1,28 @@
Source: python-pymummer
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Afif Elghraoui <afif at debian.org>
Section: python
+Testsuite: autopkgtest-pkg-python
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders:
- Afif Elghraoui <afif at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python3-all,
- python3-setuptools,
- fastaq (>=3.10.0),
- mummer,
+Build-Depends: debhelper (>= 11~),
+ dh-python,
+ python3-all,
+ python3-setuptools,
+ fastaq (>=3.10.0),
+ mummer,
# Test-Depends:
- python3-nose,
-Standards-Version: 4.1.3
-Testsuite: autopkgtest-pkg-python
+ python3-nose
+Standards-Version: 4.3.0
+Vcs-Browser: https://salsa.debian.org/med-team/python-pymummer
+Vcs-Git: https://salsa.debian.org/med-team/python-pymummer.git
Homepage: https://github.com/sanger-pathogens/pymummer
-Vcs-Git: https://anonscm.debian.org/git/debian-med/python-pymummer.git
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pymummer.git
Package: python3-pymummer
Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends},
- fastaq (>=3.10.0),
- mummer,
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ fastaq (>=3.10.0),
+ mummer
Description: Python 3 interface to MUMmer
pymummer is a Python wrapper for running the programs of the MUMmer
sequence alignment suite and parsing their output.
=====================================
debian/rules
=====================================
@@ -10,6 +10,8 @@ export PYBUILD_NAME=pymummer
LC_ALL=C.UTF-8 dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="{interpreter} setup.py test" \
dh_auto_test
+endif
View it on GitLab: https://salsa.debian.org/med-team/python-pymummer/compare/832c2b3af3e9fd6d199c6f110c47e2845f8bc913...a45a52b429d57a8eed9333b76002317badc6b044
--
View it on GitLab: https://salsa.debian.org/med-team/python-pymummer/compare/832c2b3af3e9fd6d199c6f110c47e2845f8bc913...a45a52b429d57a8eed9333b76002317badc6b044
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190107/7342f88e/attachment-0001.html>
More information about the debian-med-commit
mailing list