Skip to content
Commits on Source (11)
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@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.
......
......@@ -2,18 +2,19 @@ Source: python-ruffus
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@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
......
......@@ -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
......@@ -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
......@@ -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