--- swissknife-1.67.orig/debian/compat +++ swissknife-1.67/debian/compat @@ -0,0 +1 @@ +7 --- swissknife-1.67.orig/debian/libswiss-perl.examples +++ swissknife-1.67/debian/libswiss-perl.examples @@ -0,0 +1 @@ +examples/* --- swissknife-1.67.orig/debian/libswiss-perl.docs +++ swissknife-1.67/debian/libswiss-perl.docs @@ -0,0 +1 @@ +README --- swissknife-1.67.orig/debian/watch +++ swissknife-1.67/debian/watch @@ -0,0 +1,2 @@ +version=3 +ftp://ftp.ebi.ac.uk/pub/software/swissprot/Swissknife/Swissknife_(\d[\d.-]+)\.tar.gz --- swissknife-1.67.orig/debian/changelog +++ swissknife-1.67/debian/changelog @@ -0,0 +1,5 @@ +swissknife (1.67-1) unstable; urgency=low + + * Initial Release (Closes: #556458). + + -- Steffen Moeller Mon, 16 Nov 2009 10:18:32 +0100 --- swissknife-1.67.orig/debian/rules +++ swissknife-1.67/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + --- swissknife-1.67.orig/debian/copyright +++ swissknife-1.67/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: SwissKnife Mailing List +Source: http://search.cpan.org/dist/SWISS/ +Name: swissknife + +Files: * +Authors: Alexandre Gattiker + Henning Hermjakob, Wolfgang Fleischmann + Eric Jain + Paul Kersey + Edouard de Castro +Copyright: + European Bioinformatics Institute + Swiss Institute of Bioinformatics +License: GPL-2+ + +Files: debian/* +Copyright: 2009, Steffen Moeller +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' --- swissknife-1.67.orig/debian/control +++ swissknife-1.67/debian/control @@ -0,0 +1,23 @@ +Source: swissknife +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl +Build-Depends-Indep: perl (>= 5.6.100) +Maintainer: Steffen Moeller +Standards-Version: 3.8.3 +Homepage: http://swissknife.sourceforge.net + +Package: libswiss-perl +Provides: swissknife +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.6.100) +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 Institute of Bioinformatics (SIB) + 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.