Skip to content
Commits on Source (6)
libgo-perl (0.15-7) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Thu, 25 Oct 2018 16:43:21 +0200
libgo-perl (0.15-6) unstable; urgency=medium
* Moved packaging from SVN to Git
......
......@@ -5,7 +5,7 @@ Uploaders: Charles Plessy <plessy@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep: perl,
libdata-stag-perl,
libxml-libxslt-perl,
......@@ -14,9 +14,9 @@ Build-Depends-Indep: perl,
xsltproc,
libbio-perl-perl,
rename
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libgo-perl.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libgo-perl.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/libgo-perl
Vcs-Git: https://salsa.debian.org/med-team/libgo-perl.git
Homepage: http://geneontology.sourceforge.net/
Package: libgo-perl
......
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: http://search.cpan.org/CPAN/authors/id/C/CM/CMUNGALL/go-perl-0.15.tar.gz
Source: https://metacpan.org/release/go-perl/
Files: *
Copyright: 2000-2013 Chris Mungall <cjm@fruitfly.org>
......@@ -8,6 +8,7 @@ License: Perl
Files: debian/*
Copyright: 2008-2014 Charles Plessy <plessy@debian.org>
2013 Laszlo Kajan <lkajan@debian.org>
2016-2018 Andreas Tille <tille@debian.org>
License: Perl
License: Perl
......
......@@ -2,7 +2,7 @@ Author: Charles Plessy <plessy@debian.org>
Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=37324
Description: Gives a whatis entry to each manpages
A manual page should start with a `NAME' section, which lists the name and a
brief description of the page seperated by '\-'. These sections are parsed by
brief description of the page separated by '\-'. These sections are parsed by
`mandb' and stored in a database for the use of `apropos' and `whatis'.
--- a/GO/Handlers/base.pm
+++ b/GO/Handlers/base.pm
......