Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Respect DEB_BUILD_OPTIONS in override_dh_auto_test
· b5d15ca3
Andreas Tille
authored
Oct 24, 2018
b5d15ca3
debhelper 11
· 6e4ebe4c
Andreas Tille
authored
Oct 24, 2018
6e4ebe4c
Point Vcs fields to salsa.debian.org
· ea4a0cb0
Andreas Tille
authored
Oct 24, 2018
ea4a0cb0
Standards-Version: 4.2.1
· 65842b3f
Andreas Tille
authored
Oct 24, 2018
65842b3f
Upload to unstable
· 8331e424
Andreas Tille
authored
Oct 24, 2018
8331e424
Fix obsolete-url-in-packaging
· ae075084
Andreas Tille
authored
Oct 24, 2018
ae075084
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ae075084
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@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
View file @
ae075084
1
0
1
1
debian/control
View file @
ae075084
...
...
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
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
View file @
ae075084
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Bio-Das-Lite
Upstream-Contact: Roger Pettett <rmp@psyphi.net>
Source: http://
search.
cpan.org/
dist
/Bio-Das-Lite
/
Source: http
s
://
meta
cpan.org/
release
/Bio-Das-Lite
Files: *
Copyright: Roger Pettett <rmp@psyphi.net>
...
...
debian/rules
View file @
ae075084
...
...
@@ -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
...
...