[med-svn] [libbio-coordinate-perl] 02/02: Initial debian packaging

Andreas Tille tille at debian.org
Sat Dec 17 20:17:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libbio-coordinate-perl.

commit 1ef64f17fc9fc92e71bd1d08bc06261022279ea4
Author: Andreas Tille <tille at debian.org>
Date:   Sat Dec 17 21:16:58 2016 +0100

    Initial debian packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 28 ++++++++++++++++++++++++++++
 debian/copyright     | 43 +++++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         |  5 +++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 8 files changed, 87 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4442da6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libbio-coordinate-perl (1.7.1-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #???)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 15 Dec 2016 23:17:16 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5cf73ec
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: libbio-coordinate-perl
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+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
+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/
+
+Package: libbio--coordinate-perl
+Architecture: all
+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
+ routinely used in bioinformatics into a set of standard CPAN-style,
+ well-documented, and freely available Perl modules.
+ .
+ Since BioPerl version 1.7 several modules where split into separate projects.
+ This package provides the Bio::Coordinate module for working with biological
+ coordinates.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..def1deb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://search.cpan.org/dist/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.
+
+License: Perl
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of either:
+ .
+  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’.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..abde6ef
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f170771
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+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)$

-- 
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