Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Silence lintian about missing DEB_BUILD_OPTIONS in override_dh_auto_test
· f7b9f1b6
Andreas Tille
authored
Oct 25, 2018
f7b9f1b6
debhelper 11
· 2cab9ae3
Andreas Tille
authored
Oct 25, 2018
2cab9ae3
Point Vcs fields to salsa.debian.org
· 705f7bcd
Andreas Tille
authored
Oct 25, 2018
705f7bcd
Standards-Version: 4.2.1
· efb33262
Andreas Tille
authored
Oct 25, 2018
efb33262
Fix URLs
· 94ed77cf
Andreas Tille
authored
Oct 25, 2018
94ed77cf
Upload to unstable
· 1a188bdb
Andreas Tille
authored
Oct 25, 2018
1a188bdb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1a188bdb
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.
...
...
debian/compat
View file @
1a188bdb
1
0
1
1
debian/control
View file @
1a188bdb
...
...
@@ -5,11 +5,11 @@ Uploaders: Charles Plessy <plessy@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 1
0
)
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 (>= 1
1~
)
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: http
s
://
meta
cpan.org/
release
/AcePerl
Package: libace-perl
Architecture: any
...
...
debian/copyright
View file @
1a188bdb
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: http
s
://
meta
cpan.org/
release/AcePerl
Files: *
Copyright: © 1998 Cold Spring Harbor Laboratory
...
...
debian/rules
View file @
1a188bdb
...
...
@@ -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
...
...