Author: moeller Date: 2009-11-16 09:54:29 +0000 (Mon, 16 Nov 2009) New Revision: 4335
Added: trunk/packages/swissknife/ trunk/packages/swissknife/trunk/ trunk/packages/swissknife/trunk/debian/ trunk/packages/swissknife/trunk/debian/changelog trunk/packages/swissknife/trunk/debian/compat trunk/packages/swissknife/trunk/debian/control trunk/packages/swissknife/trunk/debian/copyright trunk/packages/swissknife/trunk/debian/libswiss-perl.docs trunk/packages/swissknife/trunk/debian/libswiss-perl.examples trunk/packages/swissknife/trunk/debian/rules trunk/packages/swissknife/trunk/debian/watch Log: Idea to prepare the Swissknife Perl library. Added: trunk/packages/swissknife/trunk/debian/changelog =================================================================== --- trunk/packages/swissknife/trunk/debian/changelog (rev 0) +++ trunk/packages/swissknife/trunk/debian/changelog 2009-11-16 09:54:29 UTC (rev 4335) @@ -0,0 +1,5 @@ +swissknife (1.67-1) UNRELEASED; urgency=low + + * Initial Release. + + -- Steffen Moeller <[email protected]> Mon, 16 Nov 2009 10:18:32 +0100 Added: trunk/packages/swissknife/trunk/debian/compat =================================================================== --- trunk/packages/swissknife/trunk/debian/compat (rev 0) +++ trunk/packages/swissknife/trunk/debian/compat 2009-11-16 09:54:29 UTC (rev 4335) @@ -0,0 +1 @@ +7 Added: trunk/packages/swissknife/trunk/debian/control =================================================================== --- trunk/packages/swissknife/trunk/debian/control (rev 0) +++ trunk/packages/swissknife/trunk/debian/control 2009-11-16 09:54:29 UTC (rev 4335) @@ -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 <[email protected]> +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 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. Added: trunk/packages/swissknife/trunk/debian/copyright =================================================================== --- trunk/packages/swissknife/trunk/debian/copyright (rev 0) +++ trunk/packages/swissknife/trunk/debian/copyright 2009-11-16 09:54:29 UTC (rev 4335) @@ -0,0 +1,30 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Alexandre Gattiker, [email protected] +Source: http://search.cpan.org/dist/SWISS/ +Name: SWISS +Disclaimer: This copyright info was automatically extracted + from the perl module. It may not be accurate, so you better + check the module sources in order to ensure the module for its + inclusion in Debian or for general legal information. Please, + if licensing information is incorrectly generated, file a bug + on dh-make-perl. + NOTE: Don't forget to remove this disclaimer once you are happy + with this file. + +Files: * +Copyright: Alexandre Gattiker <[email protected]> + Henning Hermjakob, Wolfgang Fleischmann <[email protected]> +License: GPL-2+ + +Files: debian/* +Copyright: 2009, Steffen Moeller <[email protected]> +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' Added: trunk/packages/swissknife/trunk/debian/libswiss-perl.docs =================================================================== --- trunk/packages/swissknife/trunk/debian/libswiss-perl.docs (rev 0) +++ trunk/packages/swissknife/trunk/debian/libswiss-perl.docs 2009-11-16 09:54:29 UTC (rev 4335) @@ -0,0 +1 @@ +README Added: trunk/packages/swissknife/trunk/debian/libswiss-perl.examples =================================================================== --- trunk/packages/swissknife/trunk/debian/libswiss-perl.examples (rev 0) +++ trunk/packages/swissknife/trunk/debian/libswiss-perl.examples 2009-11-16 09:54:29 UTC (rev 4335) @@ -0,0 +1 @@ +examples/* Added: trunk/packages/swissknife/trunk/debian/rules =================================================================== --- trunk/packages/swissknife/trunk/debian/rules (rev 0) +++ trunk/packages/swissknife/trunk/debian/rules 2009-11-16 09:54:29 UTC (rev 4335) @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ Property changes on: trunk/packages/swissknife/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/swissknife/trunk/debian/watch =================================================================== --- trunk/packages/swissknife/trunk/debian/watch (rev 0) +++ trunk/packages/swissknife/trunk/debian/watch 2009-11-16 09:54:29 UTC (rev 4335) @@ -0,0 +1,2 @@ +version=3 +ftp://ftp.ebi.ac.uk/pub/software/swissprot/Swissknife/Swissknife_(\d[\d.-]+)\.tar.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
