[med-svn] [libbio-coordinate-perl] 01/01: Clean list of dependencies, enable autopkgtest, complicance with standards 4.0.1
Carnë Draug
carandraug+dev at gmail.com
Wed Aug 30 16:19:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
carandraug-guest pushed a commit to branch master
in repository libbio-coordinate-perl.
commit 773d9eda355de1a6260049a7681a1e53fd21cf0e
Author: Carnë Draug <carandraug+dev at gmail.com>
Date: Wed Aug 30 16:57:46 2017 +0100
Clean list of dependencies, enable autopkgtest, complicance with standards 4.0.1
* Use secure URLs
* Added debian/upstream/metadata
* Replaced search.cpan with metacpan
* Removed incorrect CSHL disclaimer from d/copyright.
---
debian/changelog | 10 +++++++++
debian/control | 17 +++++++--------
debian/copyright | 57 ++++++++++++++++++------------------------------
debian/rules | 1 -
debian/upstream/metadata | 8 +++++++
debian/watch | 3 +--
6 files changed, 48 insertions(+), 48 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8a36cc4..948c976 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libbio-coordinate-perl (1.7.1-2) UNRELEASED; urgency=medium
+
+ [ Carnë Draug ]
+ * d/*: Clean up list of Build-Depends*, enabled autopkgtest, use secure
+ URLs, added upstream/metadata, replaced search.cpan with metacpan,
+ removed incorrect CSHL disclaimer from d/copyright, and declare
+ compliance with standards version 4.0.1.
+
+ -- Carnë Draug <carandraug+dev at gmail.com> Wed, 30 Aug 2017 15:28:23 +0100
+
libbio-coordinate-perl (1.7.1-1) unstable; urgency=low
* Initial Release. (Closes: #848509)
diff --git a/debian/control b/debian/control
index a1d4721..f7340ca 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,19 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 10),
- perl,
- bioperl (>= 1.7.1),
- libtest-most-perl
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
+Build-Depends-Indep: bioperl (>= 1.7.1),
+ perl
+Standards-Version: 4.0.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbio-coordinate-perl.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libbio-coordinate-perl.git
-Homepage: http://search.cpan.org/dist/Bio-Coordinate/
+Homepage: https://metacpan.org/release/Bio-Coordinate
+Testsuite: autopkgtest-pkg-perl
Package: libbio-coordinate-perl
Architecture: all
-Depends: ${perl:Depends},
- ${misc:Depends},
- bioperl (>= 1.7.1)
+Depends: ${perl:Depends}, ${misc:Depends},
+ bioperl (>= 1.7.1)
Conflicts: bioperl (<= 1.7.0)
Description: BioPerl modules for working with biological coordinates
The Bioperl project is a coordinated effort to collect computational methods
diff --git a/debian/copyright b/debian/copyright
index def1deb..5fe2d07 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,43 +1,28 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: http://search.cpan.org/dist/Bio-Coordinate/
+Source: https://metacpan.org/release/Bio-Coordinate
+Upstream-Contact: Chris Fields <cjfields at cpan.org>
+Upstream-Name: Bio-Coordinate
Files: *
-Copyright: 2001-2016 Cold Spring Harbor Laboratory
- Heikki Lehvaslaiho <heikki at bioperl.org>
- Ewan Birney <birney at ebi.ac.uk>
-License: Perl
-Comment: This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself. See the Artistic License file
- in the main Perl distribution for specific terms and conditions of
- use. In addition, the following disclaimers apply:
- .
- CSHL makes no representations whatsoever as to the SOFTWARE contained
- herein. It is experimental in nature and is provided WITHOUT WARRANTY
- OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OR ANY OTHER
- WARRANTY, EXPRESS OR IMPLIED. CSHL MAKES NO REPRESENTATION OR
- WARRANTY THAT THE USE OF THIS SOFTWARE WILL NOT INFRINGE ANY PATENT OR
- OTHER PROPRIETARY RIGHT.
- .
- By downloading this SOFTWARE, your Institution hereby indemnifies CSHL
- against any loss, claim, damage or liability, of whatsoever kind or
- nature, which may arise from your Institution's respective use,
- handling or storage of the SOFTWARE.
- .
- If publications result from research using this SOFTWARE, we ask that
- CSHL be acknowledged and/or credit be given to CSHL scientists, as
- scientifically appropriate.
+Copyright: 2016 Heikki Lehvaslaiho and Jason Stajich
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016-2017, Andreas Tille and Carnë Draug
+License: Artistic or GPL-1+
-License: Perl
+License: Artistic
This program is free software; you can redistribute it and/or modify
- it under the terms of either:
+ it under the terms of the Artistic License, which comes with Perl.
.
- a) the GNU General Public License as published by the Free Software
- Foundation; either version 1, or (at your option) any later
- version, or
- .
- b) the "Artistic License" which comes with Perl.
-Comment: On Debian systems, the complete text of the Artistic License can be
- found in ‘/usr/share/common-licenses/Artistic’, and the complete text of
- the latest version of the GNU General Public License version 1 can be found
- in ‘/usr/share/common-licenses/GPL-1’.
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
index abde6ef..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,3 @@
%:
dh $@
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..b5c86a7
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: https://github.com/bioperl/Bio-Coordinate/issues
+Bug-Submit: bioperl-l at bioperl.org
+Contact: cjfields <cjfields at cpan.org>
+Name: Bio-Coordinate
+Repository: https://github.com/bioperl/Bio-Coordinate.git
+Repository-Browse: https://github.com/bioperl/Bio-Coordinate
diff --git a/debian/watch b/debian/watch
index f170771..5b74815 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
version=4
-opts="uversionmangle=s/(\d)\.0*([1-9]+)0*([1-9]*)/$1.$2.$3/" \
-http://search.cpan.org/dist/Bio-Coordinate/ .*/Bio-Coordinate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Bio-Coordinate .*/Bio-Coordinate-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbio-coordinate-perl.git
More information about the debian-med-commit
mailing list