Codebase list libbio-variation-perl / 165a6b4
Initial packaging by dh-make-perl 0.99 & mrc Michael R. Crusoe 4 years ago
8 changed file(s) with 92 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libbio-variation-perl (1.7.4-1) UNRELEASED; urgency=low
1
2 * Initial release.
3
4 -- Michael R. Crusoe <michael.crusoe@gmail.com> Mon, 9 Dec 2019 16:39:30 +0100
0 Source: libbio-variation-perl
1 Maintainer: Debian Med Team <debian-med@lists.debian.org>
2 Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
3 Section: perl
4 Testsuite: autopkgtest-pkg-perl
5 Priority: optional
6 Build-Depends: debhelper-compat (= 12)
7 Build-Depends-Indep: perl,
8 libbio-perl-perl,
9 libtest-most-perl,
10 libbio-db-embl-perl,
11 libio-string-perl,
12 libxml-twig-perl,
13 libxml-writer-perl (>= 0.4),
14 Standards-Version: 4.4.0
15 Vcs-Browser: https://salsa.debian.org/med-team/libbio-variation-perl
16 Vcs-Git: https://salsa.debian.org/med-team/libbio-variation-perl.git
17 Homepage: https://metacpan.org/release/Bio-Variation
18
19 Package: libbio-variation-perl
20 Architecture: all
21 Depends: ${misc:Depends}, ${perl:Depends},
22 libbio-perl-perl,
23 libio-string-perl,
24 libxml-twig-perl,
25 libxml-writer-perl (>= 0.4)
26 Breaks: libbio-perl-perl (<= 1.7.2)
27 Replaces: libbio-perl-perl (<= 1.7.2)
28 Description: BioPerl variation-related functionality
29 The code in this distribution focuses on simple low-dependency variant-related
30 functionality for BioPerl.
31 .
32 Bio::Variation name space contains modules to store sequence variation
33 information as differences between the reference sequence and changes
34 sequences. Also included are classes to write out and recrete objects
35 from EMBL-like flat files and XML. Lastly, there are simple classes to
36 calculate values for sequence change objects.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Source: https://metacpan.org/release/Bio-Variation
2 Upstream-Contact: Allen Day <allenday@ucla.edu>, Heikki Lehvaslaiho <heikki@bioperl.org>
3 Upstream-Name: Bio-Variation
4 DISCLAIMER: This copyright info was automatically extracted
5 from the perl module. It may not be accurate, so you better
6 check the module sources in order to ensure the module for its
7 inclusion in Debian or for general legal information. Please,
8 if licensing information is incorrectly generated, file a bug
9 on dh-make-perl.
10 NOTE: Don't forget to remove this disclaimer once you are happy
11 with this file.
12
13 Files: *
14 Copyright: Allen Day <allenday@ucla.edu>, Heikki Lehvaslaiho <heikki@bioperl.org>
15 License: Artistic or GPL-1+
16
17 Files: debian/*
18 Copyright: 2019, Michael R. Crusoe <michael.crusoe@gmail.com>
19 License: Artistic or GPL-1+
20
21 License: Artistic
22 This program is free software; you can redistribute it and/or modify
23 it under the terms of the Artistic License, which comes with Perl.
24 .
25 On Debian systems, the complete text of the Artistic License can be
26 found in `/usr/share/common-licenses/Artistic'.
27
28 License: GPL-1+
29 This program is free software; you can redistribute it and/or modify
30 it under the terms of the GNU General Public License as published by
31 the Free Software Foundation; either version 1, or (at your option)
32 any later version.
33 .
34 On Debian systems, the complete text of version 1 of the GNU General
35 Public License can be found in `/usr/share/common-licenses/GPL-1'.
0 lib/Bio/Variation/README
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 3.0 (quilt)
0 Archive: CPAN
1 Bug-Database: https://github.com/bioperl/bio-variation/issues
2 Bug-Submit: bioperl-l@bioperl.org
3 Repository: git://github.com/bioperl/bio-variation.git
4 Repository-Browse: https://github.com/bioperl/bio-variation
5 Homepage: https://metacpan.org/release/Bio-Variation
0 version=3
1 https://metacpan.org/release/Bio-Variation .*/Bio-Variation-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$