Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
debhelper 11
· 877756ff
Andreas Tille
authored
Sep 20, 2018
877756ff
Point Vcs fields to salsa.debian.org
· 3433241c
Andreas Tille
authored
Sep 20, 2018
3433241c
Standards-Version: 4.2.1
· bd0467c0
Andreas Tille
authored
Sep 20, 2018
bd0467c0
Remove duplicated Depends
· 6d279fe6
Andreas Tille
authored
Sep 20, 2018
6d279fe6
Drop needs-recommends restriction from autopkgtest
· ae7a58d6
Andreas Tille
authored
Sep 20, 2018
ae7a58d6
Do not parse d/changelog
· f5400e11
Andreas Tille
authored
Sep 20, 2018
f5400e11
Upload to unstable
· 8ad2d6e9
Andreas Tille
authored
Sep 20, 2018
8ad2d6e9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8ad2d6e9
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
...
...
debian/compat
View file @
8ad2d6e9
1
0
1
1
debian/control
View file @
8ad2d6e9
...
...
@@ -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 (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
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,
...
...
debian/rules
View file @
8ad2d6e9
#!/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
...
...
debian/tests/control
View file @
8ad2d6e9
...
...
@@ -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