[med-svn] [Git][med-team/libtfbs-perl][master] 10 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Tue Oct 16 19:50:28 BST 2018
Andreas Tille pushed to branch master at Debian Med / libtfbs-perl
Commits:
423af890 by Andreas Tille at 2018-10-16T16:12:03Z
debhelper 11
- - - - -
e1bda2d0 by Andreas Tille at 2018-10-16T16:12:24Z
Point Vcs fields to salsa.debian.org
- - - - -
bc9269f9 by Andreas Tille at 2018-10-16T16:12:24Z
Standards-Version: 4.2.1
- - - - -
1128251e by Andreas Tille at 2018-10-16T16:23:06Z
Remove redundant get-orig-source target
- - - - -
6cd7a20f by Andreas Tille at 2018-10-16T16:24:14Z
Fix permissions
- - - - -
039e0133 by Andreas Tille at 2018-10-16T18:33:51Z
Drop obsolete needs-recommends from debian/tests/control and add recommended libgd-gd2-perl to Depends
- - - - -
137ee4ec by Andreas Tille at 2018-10-16T18:34:26Z
Drop unneeded Testsuite: autopkgtest
- - - - -
ea426676 by Andreas Tille at 2018-10-16T18:41:26Z
Fix perl interpreter path
- - - - -
099ba941 by Andreas Tille at 2018-10-16T18:43:23Z
Do not parse d/changelog
- - - - -
12fa246d by Andreas Tille at 2018-10-16T18:46:21Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+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 at 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
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -4,17 +4,16 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at 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
=====================================
debian/rules
=====================================
@@ -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 \{\} \;
=====================================
debian/tests/control
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/med-team/libtfbs-perl/compare/9dc07def879e25fe1d3eab7e3c95a2a47b2118fd...12fa246d4c59148180fbecbe9ee827b3541b6fe7
--
View it on GitLab: https://salsa.debian.org/med-team/libtfbs-perl/compare/9dc07def879e25fe1d3eab7e3c95a2a47b2118fd...12fa246d4c59148180fbecbe9ee827b3541b6fe7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181016/ae183a64/attachment-0001.html>
More information about the debian-med-commit
mailing list