[med-svn] [Git][med-team/python-ruffus][master] 11 commits: Testsuite: autopkgtest-pkg-python
Andreas Tille
gitlab at salsa.debian.org
Mon Apr 16 13:47:57 BST 2018
Andreas Tille pushed to branch master at Debian Med / python-ruffus
Commits:
b68e2e83 by Andreas Tille at 2018-04-16T14:12:36+02:00
Testsuite: autopkgtest-pkg-python
- - - - -
6453ec81 by Andreas Tille at 2018-04-16T14:13:24+02:00
Standards-Version: 4.1.4
- - - - -
ddc630b9 by Andreas Tille at 2018-04-16T14:13:28+02:00
Point Vcs fields to salsa.debian.org
- - - - -
c6dcf014 by Andreas Tille at 2018-04-16T14:13:48+02:00
debhelper 11
- - - - -
63264050 by Andreas Tille at 2018-04-16T14:19:44+02:00
Rename d/tests/control to d/tests/control.autodep8
- - - - -
874cc2e0 by Andreas Tille at 2018-04-16T14:20:26+02:00
d/rules: Remove get-orig-source target
- - - - -
8e53b28b by Andreas Tille at 2018-04-16T14:25:04+02:00
Fix document location
- - - - -
139c8b89 by Andreas Tille at 2018-04-16T14:27:00+02:00
Do not parse d/changelog
- - - - -
b0fb156f by Andreas Tille at 2018-04-16T14:35:59+02:00
Build-Depends: s/python-sphinx/python3-sphinx/
- - - - -
f7373315 by Andreas Tille at 2018-04-16T14:36:55+02:00
Rename d/tests/control to d/tests/control.autodep8
- - - - -
5cdf9b11 by Andreas Tille at 2018-04-16T14:47:42+02:00
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/python-ruffus-doc.doc-base.html
- debian/python-ruffus-doc.doc-base.pdf
- debian/rules
- debian/tests/control → debian/tests/control.autodep8
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+python-ruffus (2.6.3+dfsg-5) unstable; urgency=medium
+
+ * Testsuite: autopkgtest-pkg-python
+ * Rename d/tests/control to d/tests/control.autodep8
+ * Standards-Version: 4.1.4
+ * Point Vcs fields to salsa.debian.org
+ * debhelper 11
+ * d/rules:
+ - Remove get-orig-source target
+ - Do not parse d/changelog
+ * Build-Depends: s/python-sphinx/python3-sphinx/
+
+ -- Andreas Tille <tille at debian.org> Mon, 16 Apr 2018 14:37:27 +0200
+
python-ruffus (2.6.3+dfsg-4) unstable; urgency=medium
* Point watch file to Github which is more reliable.
=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,19 @@ Source: python-ruffus
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Section: python
+Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11~),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
- python-sphinx,
+ python3-sphinx,
graphviz
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-ruffus.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/python-ruffus.git
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/python-ruffus
+Vcs-Git: https://salsa.debian.org/med-team/python-ruffus.git
Homepage: http://www.ruffus.org.uk/
Package: python-ruffus
=====================================
debian/python-ruffus-doc.doc-base.html
=====================================
--- a/debian/python-ruffus-doc.doc-base.html
+++ b/debian/python-ruffus-doc.doc-base.html
@@ -14,5 +14,5 @@ Abstract: Python computation pipeline library widely used in bioinformatics
Section: Science/Biology
Format: html
-Files: /usr/share/doc/python-ruffus-doc/html
-Index: /usr/share/doc/python-ruffus-doc/html/index.html
+Files: /usr/share/doc/python-ruffus/html
+Index: /usr/share/doc/python-ruffus/html/index.html
=====================================
debian/python-ruffus-doc.doc-base.pdf
=====================================
--- a/debian/python-ruffus-doc.doc-base.pdf
+++ b/debian/python-ruffus-doc.doc-base.pdf
@@ -14,4 +14,4 @@ Abstract: Python computation pipeline library widely used in bioinformatics
Section: Science/Biology
Format: pdf
-Files: /usr/share/doc/python-ruffus-doc/ruffus.pdf.gz
+Files: /usr/share/doc/python-ruffus/ruffus.pdf.gz
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,9 @@
DH_VERBOSE := 1
-DEBPKGNAME:=$(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-docpkg:=$(DEBPKGNAME)-doc
+include /usr/share/dpkg/default.mk
+
+docpkg:=$(DEB_SOURCE)-doc
export PYBUILD_NAME=ruffus
@@ -39,6 +40,3 @@ override_dh_auto_clean:
doc/_build/doctrees \
ruffus/test/*.log \
.ruffus_history.sqlite
-
-get-orig-source:
- uscan --verbose --force-download --repack --compression xz
=====================================
debian/tests/control → debian/tests/control.autodep8
=====================================
View it on GitLab: https://salsa.debian.org/med-team/python-ruffus/compare/013a5b145ec95026ce596add64eb3f2e88abcc91...5cdf9b1100e83588ae49f24e54569529c5e9466e
---
View it on GitLab: https://salsa.debian.org/med-team/python-ruffus/compare/013a5b145ec95026ce596add64eb3f2e88abcc91...5cdf9b1100e83588ae49f24e54569529c5e9466e
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/20180416/9d64044a/attachment-0001.html>
More information about the debian-med-commit
mailing list