Andreas Tille pushed to branch master at Debian Med / libace-perl
Commits: f7b9f1b6 by Andreas Tille at 2018-10-25T15:32:04Z Silence lintian about missing DEB_BUILD_OPTIONS in override_dh_auto_test - - - - - 2cab9ae3 by Andreas Tille at 2018-10-25T15:32:24Z debhelper 11 - - - - - 705f7bcd by Andreas Tille at 2018-10-25T15:32:41Z Point Vcs fields to salsa.debian.org - - - - - efb33262 by Andreas Tille at 2018-10-25T15:32:41Z Standards-Version: 4.2.1 - - - - - 94ed77cf by Andreas Tille at 2018-10-25T15:42:22Z Fix URLs - - - - - 1a188bdb by Andreas Tille at 2018-10-25T15:43:45Z Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +libace-perl (1.92-8) unstable; urgency=medium + + * Silence lintian about missing DEB_BUILD_OPTIONS in override_dh_auto_test + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Fix URLs + + -- Andreas Tille <[email protected]> Thu, 25 Oct 2018 17:42:43 +0200 + libace-perl (1.92-7) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -5,11 +5,11 @@ Uploaders: Charles Plessy <[email protected]>, Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 10) -Standards-Version: 4.1.1 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libace-perl.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/libace-perl.git -Homepage: http://search.cpan.org/dist/AcePerl/ +Build-Depends: debhelper (>= 11~) +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/libace-perl +Vcs-Git: https://salsa.debian.org/med-team/libace-perl.git +Homepage: https://metacpan.org/release/AcePerl Package: libace-perl Architecture: any ===================================== debian/copyright ===================================== @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AcePerl Upstream-Contact: Lincoln Stein <[email protected]> -Source: http://search.cpan.org/CPAN/authors/id/L/LD/LDS/AcePerl-1.92.tar.gz +Source: https://metacpan.org/release/AcePerl Files: * Copyright: © 1998 Cold Spring Harbor Laboratory ===================================== debian/rules ===================================== @@ -31,7 +31,9 @@ override_dh_auto_build: dh_auto_build -- OPTIMIZE="$(CFLAGS)" LD_RUN_PATH="" OTHERLDFLAGS="$(LDFLAGS)" override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # Disabled as they need internet access. +endif override_dh_clean: [ ! -f Makefile ] || $(MAKE) realclean View it on GitLab: https://salsa.debian.org/med-team/libace-perl/compare/b978ac4dd40d382ff6ef2be916c0c0ab0ed0cfa8...1a188bdb8a1cad92e5f7c6c1be22c23a1b8cc694 -- View it on GitLab: https://salsa.debian.org/med-team/libace-perl/compare/b978ac4dd40d382ff6ef2be916c0c0ab0ed0cfa8...1a188bdb8a1cad92e5f7c6c1be22c23a1b8cc694 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
