Skip to content
Commits on Source (10)
libtfbs-perl (0.7.1-2) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Remove redundant get-orig-source target
* Fix permissions
* Drop obsolete needs-recommends from debian/tests/control and add
recommended libgd-gd2-perl to Depends
* Drop unneeded Testsuite: autopkgtest
* Fix perl interpreter path
* Do not parse d/changelog
-- Andreas Tille <tille@debian.org> Tue, 16 Oct 2018 20:43:31 +0200
libtfbs-perl (0.7.1-1) unstable; urgency=medium
* New upstream version 0.7.1
......
......@@ -4,17 +4,16 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Charles Plessy <plessy@debian.org>,
Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
perl,
pdl (>= 1:2.016),
bioperl,
libwww-perl,
libdbi-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libtfbs-perl.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libtfbs-perl.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/libtfbs-perl
Vcs-Git: https://salsa.debian.org/med-team/libtfbs-perl.git
Homepage: http://tfbs.genereg.net
Package: libtfbs-perl
......
......@@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
CFLAGS += $(CPPFLAGS)
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
%:
dh $@
......@@ -31,12 +31,16 @@ endif
override_dh_installexamples:
dh_installexamples
mkdir -p debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/Ext
cp -a Ext/t debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/Ext
mkdir -p debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples/Ext
cp -a Ext/t debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples/Ext
for pl in `grep -Rl '#!/usr/bin/env[[:space:]]\+perl' debian/*/usr/*` ; do \
sed -i '1s?^#!/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \
done
override_dh_perl:
dh_perl
dh_pdl
get-orig-source:
uscan --verbose --force-download --repack --compress xz
override_dh_fixperms:
dh_fixperms
find debian -name pwmsearch.bundle -exec chmod -x \{\} \;
......@@ -6,8 +6,7 @@ Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps
Depends: @, pkg-perl-autopkgtest
Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps-and-recommends
Depends: @, pkg-perl-autopkgtest
Restrictions: needs-recommends
Depends: @, pkg-perl-autopkgtest, libgd-gd2-perl
Test-Command: /usr/share/pkg-perl-autopkgtest/runner heavy-deps
Depends: @, pkg-perl-autopkgtest, pkg-perl-autopkgtest-heavy