[med-svn] [Git][med-team/libbio-das-lite-perl][master] 6 commits: Respect DEB_BUILD_OPTIONS in override_dh_auto_test
Andreas Tille
gitlab at salsa.debian.org
Wed Oct 24 20:44:15 BST 2018
Andreas Tille pushed to branch master at Debian Med / libbio-das-lite-perl
Commits:
b5d15ca3 by Andreas Tille at 2018-10-24T19:32:26Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test
- - - - -
6e4ebe4c by Andreas Tille at 2018-10-24T19:33:15Z
debhelper 11
- - - - -
ea4a0cb0 by Andreas Tille at 2018-10-24T19:34:28Z
Point Vcs fields to salsa.debian.org
- - - - -
65842b3f by Andreas Tille at 2018-10-24T19:34:28Z
Standards-Version: 4.2.1
- - - - -
8331e424 by Andreas Tille at 2018-10-24T19:35:40Z
Upload to unstable
- - - - -
ae075084 by Andreas Tille at 2018-10-24T19:41:21Z
Fix obsolete-url-in-packaging
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libbio-das-lite-perl (2.11-7) unstable; urgency=medium
+
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test
+ * debhelper 11
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.2.1
+
+ -- Andreas Tille <tille at debian.org> Wed, 24 Oct 2018 21:34:29 +0200
+
libbio-das-lite-perl (2.11-6) unstable; urgency=medium
* Moved packaging from SVN to Git
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
perl,
libmodule-build-perl
Build-Depends-Indep: libio-stringy-perl,
@@ -13,9 +13,9 @@ Build-Depends-Indep: libio-stringy-perl,
libwww-perl,
libtest-pod-coverage-perl,
libtest-distribution-perl
-Standards-Version: 4.1.1
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbio-das-lite-perl.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/libbio-das-lite-perl.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/libbio-das-lite-perl
+Vcs-Git: https://salsa.debian.org/med-team/libbio-das-lite-perl.git
Homepage: http://biodas.org/
Package: libbio-das-lite-perl
=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Bio-Das-Lite
Upstream-Contact: Roger Pettett <rmp at psyphi.net>
-Source: http://search.cpan.org/dist/Bio-Das-Lite/
+Source: https://metacpan.org/release/Bio-Das-Lite
Files: *
Copyright: Roger Pettett <rmp at psyphi.net>
=====================================
debian/rules
=====================================
@@ -6,7 +6,9 @@ TEST_FILES = $(filter-out $(shell grep -v '^\#' debian/tests/pkg-perl/smoke-skip
dh $@ --buildsystem=perl_build
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
http_proxy= dh_auto_test -- --test_files="$(TEST_FILES)"
+endif
override_dh_installexamples:
dh_installexamples
View it on GitLab: https://salsa.debian.org/med-team/libbio-das-lite-perl/compare/ed95c01d81f15bf4e2d31d53ec2a7b0849da9929...ae07508447a3a668332fbc1758998f61e16f7cf2
--
View it on GitLab: https://salsa.debian.org/med-team/libbio-das-lite-perl/compare/ed95c01d81f15bf4e2d31d53ec2a7b0849da9929...ae07508447a3a668332fbc1758998f61e16f7cf2
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/20181024/c8cb7fa4/attachment-0001.html>
More information about the debian-med-commit
mailing list