Skip to content
Commits on Source (6)
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 <tille@debian.org> Thu, 25 Oct 2018 17:42:43 +0200
libace-perl (1.92-7) unstable; urgency=medium
* Team upload.
......
......@@ -5,11 +5,11 @@ Uploaders: Charles Plessy <plessy@debian.org>,
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
......
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: AcePerl
Upstream-Contact: Lincoln Stein <lstein@cshl.org>
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
......
......@@ -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
......