Skip to content
Commits on Source (7)
mapdamage (2.0.8+dfsg-2) UNRELEASED; urgency=medium
mapdamage (2.0.8+dfsg-2) unstable; urgency=medium
[ Steffen Moeller ]
* debian/upstream/metadata
- added RRID
- yamllint cleanliness
-- Steffen Moeller <moeller@debian.org> Mon, 26 Mar 2018 18:30:21 +0200
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Drop needs-recommends restriction from autopkgtest (there are no
Recommends anyway)
* Do not parse d/changelog
-- Andreas Tille <tille@debian.org> Thu, 20 Sep 2018 09:40:01 +0200
mapdamage (2.0.8+dfsg-1) unstable; urgency=medium
......
......@@ -3,13 +3,13 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
python-all,
dh-python,
python-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mapdamage.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/mapdamage.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/mapdamage
Vcs-Git: https://salsa.debian.org/med-team/mapdamage.git
Homepage: https://ginolhac.github.io/mapDamage/
Package: mapdamage
......@@ -22,9 +22,6 @@ Depends: ${python:Depends},
r-cran-inline,
seqtk,
python-pysam,
r-cran-inline,
r-cran-ggplot2,
r-cran-gam,
r-cran-rcpp,
r-cran-rcppgsl,
libopenblas-dev | libblas-dev | libatlas-base-dev | libblas.so,
......
#!/usr/bin/make -f
# DH_VERBOSE := 1
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
TESTDIR := debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/tests
include /usr/share/dpkg/default.mk
TESTDIR := debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/tests
%:
dh $@ --with python2
......
......@@ -4,4 +4,4 @@ Restrictions: allow-stderr
Tests: run-r-packages-check
Depends: @
Restrictions: allow-stderr, needs-recommends
Restrictions: allow-stderr
\ No newline at end of file