Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (8)
debhelper 11
· e1c4426b
Andreas Tille
authored
Sep 21, 2018
e1c4426b
Point Vcs fields to salsa.debian.org
· 6272c9be
Andreas Tille
authored
Sep 21, 2018
6272c9be
Standards-Version: 4.2.1
· cd3b8e99
Andreas Tille
authored
Sep 21, 2018
cd3b8e99
s/search.cpan.org/metacpan.org/
· 01f654be
Andreas Tille
authored
Sep 21, 2018
01f654be
Fix permissions
· cd8ceb45
Andreas Tille
authored
Sep 21, 2018
cd8ceb45
Fix typo
· ba2abb72
Andreas Tille
authored
Sep 21, 2018
ba2abb72
Fix URL
· 98ed45f5
Andreas Tille
authored
Sep 21, 2018
98ed45f5
Upload to unstable
· 13314e50
Andreas Tille
authored
Sep 21, 2018
13314e50
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
13314e50
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.
...
...
debian/compat
View file @
13314e50
1
0
1
1
debian/control
View file @
13314e50
...
...
@@ -5,7 +5,7 @@ Uploaders: Olivier Sallou <osallou@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
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: http
s
://
meta
cpan.org/
release
/Bio-Graphics
Package: libbio-graphics-perl
Architecture: all
...
...
debian/copyright
View file @
13314e50
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: http
s
://
cpan.meta
cpan.org/authors/id/
C/CJ/CJFIE
LDS/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’.
...
...
debian/rules
View file @
13314e50
...
...
@@ -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 \{\} \;
debian/watch
View file @
13314e50
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)$