[med-svn] [libswiss-perl] 09/12: re-add debian/ dir
Andreas Tille
tille at debian.org
Thu Dec 28 22:53:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libswiss-perl.
commit efc6887866da2d890045f96627f1c9f7b170cebd
Author: Andreas Tille <tille at debian.org>
Date: Thu Dec 28 23:50:36 2017 +0100
re-add debian/ dir
---
debian/changelog | 11 +++++++++++
debian/compat | 1 +
debian/control | 30 ++++++++++++++++++++++++++++++
debian/copyright | 22 ++++++++++++++++++++++
debian/libswiss-perl.docs | 1 +
debian/libswiss-perl.examples | 1 +
debian/rules | 9 +++++++++
debian/watch | 3 +++
8 files changed, 78 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5b6db85
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+libswiss-perl (1.73-1) UNRELEASED; urgency=low
+
+ * Initial Release
+ Tried to finalise the package but got
+
+ Files=10, Tests=20, 2 wallclock secs ( 0.06 usr 0.02 sys + 1.64 cusr 0.03 csys = 1.75 CPU)
+ Result: FAIL
+ Failed 5/10 test programs. 5/20 subtests failed.
+ dh_auto_test: perl Build test --verbose 1 returned exit code 255
+
+ -- Andreas Tille <tille at debian.org> Tue, 03 Jan 2017 07:35:48 +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..69e7953
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: libswiss-perl
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+ Andreas Tille <tille at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
+Build-Depends: debhelper (>= 10),
+ libmodule-build-perl
+Build-Depends-Indep: perl
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/swissknife/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/swissknife/trunk
+Homepage: http://swissknife.sourceforge.net
+
+Package: libswiss-perl
+Architecture: all
+Depends: ${perl:Depends},
+ ${misc:Depends}
+Provides: swissknife
+Description: Perl API to the UniProt database
+ UniProt, SwissProt and TrEMBL are different views on protein sequence
+ data that is prepared by groups at the European Bioinformatics Institute
+ (EMBL-EBI) in Cambridge and the Swiss Bioinformatics Institute (SIB) at
+ the University Hospital in Geneva.
+ .
+ The SwissKnife Perl library is used by the developers of these databases
+ to perform all the automated editing and sytax checks. The users of
+ this package will profit from the stable API on an ever evolving
+ representation of biological knowledge.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f6e7502
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contect: Alexandre Gattiker <gattiker at isb-sib.ch>
+Upstream-Name: SWISS
+Source: https://sourceforge.net/projects/swissknife/files/swissknife/
+
+Files: *
+Copyright: Alexandre Gattiker <gattiker at isb-sib.ch>
+ Henning Hermjakob, Wolfgang Fleischmann <hhe at ebi.ac.uk>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2009, Steffen Moeller <moeller at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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; version 2 dated June, 1991, or (at your
+ option) any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-2'
diff --git a/debian/libswiss-perl.docs b/debian/libswiss-perl.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/libswiss-perl.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/libswiss-perl.examples b/debian/libswiss-perl.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/libswiss-perl.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1f76925
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+get-orig-source:
+ mkdir -p ../tarballs
+ uscan --verbose --force-download --destdir=../tarballs
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e6f88c9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+http://sf.net/swissknife/Swissknife_(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libswiss-perl.git
More information about the debian-med-commit
mailing list