Skip to content
Commits on Source (8)
libbio-graphics-perl (2.40-3) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* s/search.cpan.org/metacpan.org/
* Fix permissions
-- Andreas Tille <tille@debian.org> Fri, 21 Sep 2018 22:50:17 +0200
libbio-graphics-perl (2.40-2) unstable; urgency=medium
* Team upload.
......
......@@ -5,7 +5,7 @@ Uploaders: Olivier Sallou <osallou@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
libmodule-build-perl,
perl
# Needed for the tests
......@@ -16,10 +16,10 @@ Build-Depends-Indep: bioperl,
libcgi-pm-perl | perl (<< 5.19),
libbio-coordinate-perl,
rename
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbio-graphics-perl.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libbio-graphics-perl.git
Homepage: http://search.cpan.org/dist/Bio-Graphics/
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/libbio-graphics-perl
Vcs-Git: https://salsa.debian.org/med-team/libbio-graphics-perl.git
Homepage: https://metacpan.org/release/Bio-Graphics
Package: libbio-graphics-perl
Architecture: all
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Bio-Graphics-2.33.tar.gz
Source: https://cpan.metacpan.org/authors/id/C/CJ/CJFIELDS/Bio-Graphics-2.40.tar.gz
Comment: On Debian systems, copies of the GNU General Public License version 1
and Lesser General Public License version 2.1 can be found respectively in
‘/usr/share/common-licenses/GPL-1’ and ‘/usr/share/common-licenses/LGPL-2.1’.
......
......@@ -13,3 +13,8 @@ override_dh_install:
override_dh_installman:
dh_installman
rename 's/\.pl//' debian/libbio-graphics-perl/usr/share/man/man1/*.pl.*
override_dh_fixperms:
dh_fixperms
find debian -name "*.gff" -exec chmod -x \{\} \;
find debian -name "*.txt" -exec chmod -x \{\} \;
version=4
http://search.cpan.org/dist/Bio-Graphics/ .*/Bio-Graphics-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
https://metacpan.org/release/Bio-Graphics/ .*/Bio-Graphics-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$