[med-svn] [libbio-eutilities-perl] 02/02: Add initial packaging
Andreas Tille
tille at debian.org
Mon Jan 23 12:33:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libbio-eutilities-perl.
commit 67f8318151cff43d35c59a80a4540d956cb9c90d
Author: Andreas Tille <tille at debian.org>
Date: Mon Jan 23 13:32:06 2017 +0100
Add initial packaging
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 38 ++++++++++++++++++++++++++++++++++++++
debian/copyright | 46 ++++++++++++++++++++++++++++++++++++++++++++++
debian/rules | 7 +++++++
debian/source/format | 1 +
debian/watch | 3 +++
7 files changed, 101 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a624828
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libbio-eutilities-perl (1.75-1) UNRELEASED; urgency=low
+
+ * Initial Release. (Closes: #852004)
+
+ -- Andreas Tille <tille at debian.org> Mon, 23 Jan 2017 13:31:44 +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..1556907
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: libbio-eutilities-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,
+ libxml-simple-perl,
+ liburi-perl,
+ libhttp-parser-perl
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbio-eutilities-perl.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/libbio-eutilities-perl.git
+Homepage: http://search.cpan.org/dist/Bio-EUtilities
+
+Package: libbio-eutilities-perl
+Architecture: all
+Depends: ${perl:Depends},
+ ${misc:Depends},
+ bioperl (>= 1.7.1)
+Description: BioPerl interface to the Entrez Programming Utilities (E-utilities)
+ 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. This
+ package provides a programatic interface to NCBI's Entrez Programming
+ Utilities commonly refered to as E-utilities. Namely, it provides the
+ Bio::DB::EUtilities and Bio::Tools::EUtilities perl modules.
+ .
+ Entrez is a federated search engine at the National Center for
+ Biotechnology Information (NCBI) for a large number of databases
+ covering a variety of biomedical data, including nucleotide and
+ protein sequences, gene records, three-dimensional molecular
+ structures, and the biomedical literature. E-utilities are a set of
+ eight server-side programs that provide a stable interface into the
+ Entrez query and database system at the National Center for
+ Biotechnology Information (NCBI).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..26ea8c5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Chris Fields <cjfields at cpan.org>
+Source: http://search.cpan.org/dist/Bio-EUtilities
+
+Files: *
+Copyright: 2013-2016 Chris Fields <cjfields at bioperl.org>
+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.
+
+Files: debian/*
+Copyright: Andreas Tille <tille at debian.org>
+License: Perl
+
+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/rules b/debian/rules
new file mode 100755
index 0000000..14aab02
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_installchangelogs:
+ dh_installchangelogs Changes
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..607ebff
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+http://search.cpan.org/dist/Bio-EUtilities/ .*/Bio-EUtilities-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-eutilities-perl.git
More information about the debian-med-commit
mailing list