[med-svn] [Git][med-team/mapdamage][master] 7 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Thu Sep 20 08:43:29 BST 2018
Andreas Tille pushed to branch master at Debian Med / mapdamage
Commits:
877756ff by Andreas Tille at 2018-09-20T07:25:26Z
debhelper 11
- - - - -
3433241c by Andreas Tille at 2018-09-20T07:29:27Z
Point Vcs fields to salsa.debian.org
- - - - -
bd0467c0 by Andreas Tille at 2018-09-20T07:29:27Z
Standards-Version: 4.2.1
- - - - -
6d279fe6 by Andreas Tille at 2018-09-20T07:30:18Z
Remove duplicated Depends
- - - - -
ae7a58d6 by Andreas Tille at 2018-09-20T07:38:31Z
Drop needs-recommends restriction from autopkgtest
- - - - -
f5400e11 by Andreas Tille at 2018-09-20T07:39:54Z
Do not parse d/changelog
- - - - -
8ad2d6e9 by Andreas Tille at 2018-09-20T07:42:44Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,19 @@
-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 at 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 at debian.org> Thu, 20 Sep 2018 09:40:01 +0200
mapdamage (2.0.8+dfsg-1) unstable; urgency=medium
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -3,13 +3,13 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at 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
@@ -21,10 +21,7 @@ Depends: ${python:Depends},
r-cran-ggplot2,
r-cran-inline,
seqtk,
- python-pysam,
- r-cran-inline,
- r-cran-ggplot2,
- r-cran-gam,
+ python-pysam,
r-cran-rcpp,
r-cran-rcppgsl,
libopenblas-dev | libblas-dev | libatlas-base-dev | libblas.so,
=====================================
debian/rules
=====================================
@@ -1,8 +1,9 @@
#!/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
@@ -16,4 +17,4 @@ override_dh_install:
dh_install
mv `find debian -name rescale_test.py` $(TESTDIR)
sed -i 's/^import rescale/from mapdamage &/' $(TESTDIR)/rescale_test.py
-
\ No newline at end of file
+
=====================================
debian/tests/control
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/med-team/mapdamage/compare/43754f0ae36ec94e7dac355c912e311809b56384...8ad2d6e981d61f0a84c0889c57caf2c414d79978
--
View it on GitLab: https://salsa.debian.org/med-team/mapdamage/compare/43754f0ae36ec94e7dac355c912e311809b56384...8ad2d6e981d61f0a84c0889c57caf2c414d79978
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/20180920/e9820c1e/attachment-0001.html>
More information about the debian-med-commit
mailing list