--- libbio-das-lite-perl-2.04.orig/debian/libbio-das-lite-perl.docs +++ libbio-das-lite-perl-2.04/debian/libbio-das-lite-perl.docs @@ -0,0 +1 @@ +README --- libbio-das-lite-perl-2.04.orig/debian/rules +++ libbio-das-lite-perl-2.04/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libbio-das-lite-perl-2.04.orig/debian/libbio-das-lite-perl.examples +++ libbio-das-lite-perl-2.04/debian/libbio-das-lite-perl.examples @@ -0,0 +1 @@ +eg/* --- libbio-das-lite-perl-2.04.orig/debian/watch +++ libbio-das-lite-perl-2.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Bio-Das-Lite/ .*/Bio-Das-Lite-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libbio-das-lite-perl-2.04.orig/debian/control +++ libbio-das-lite-perl-2.04/debian/control @@ -0,0 +1,26 @@ +Source: libbio-das-lite-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl +Build-Depends-Indep: libio-stringy-perl (>= 2.110), libreadonly-perl (>= 1.03), + libwww-curl-perl (>= 4.07), libwww-perl (>= 1.49), + libtest-pod-coverage-perl, libtest-distribution-perl, + perl (>= 5.10.1) | libtest-simple-perl (>= 0.8) +Maintainer: Richard Holland +Standards-Version: 3.9.1 +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/ensembl/libbio-das-lite-perl/trunk/?rev=0&sc=0 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/ensembl/libbio-das-lite-perl/trunk/ +Homepage: http://biodas.org/ + +Package: libbio-das-lite-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libio-stringy-perl (>= 2.110), + libreadonly-perl (>= 1.03), libwww-curl-perl (>= 4.07), libwww-perl (>= 1.49), + perl +Description: implementation of the BioDas protocol + Bio::Das::Lite is an implementation of the BioDas protocol + for the retrieval of biological data from XML sources over HTTP. + . + Bio::Das::Lite is designed as a lightweight and more forgiving alternative to + the client/retrieval/parsing components of Bio::Das. Bio::Das::Lite itself is + not a drop-in replacement for Bio::Das but it can be subclassed to do so. --- libbio-das-lite-perl-2.04.orig/debian/changelog +++ libbio-das-lite-perl-2.04/debian/changelog @@ -0,0 +1,5 @@ +libbio-das-lite-perl (2.04-1) unstable; urgency=low + + * Initial Release. (Closes: #592518) + + -- Richard Holland Thu, 19 Aug 2010 18:19:24 +0200 --- libbio-das-lite-perl-2.04.orig/debian/README.Debian +++ libbio-das-lite-perl-2.04/debian/README.Debian @@ -0,0 +1,9 @@ +The tests are run as part of the regular building of the package, +just + t/21-proxy.t ..skipped: Proxy testing requires POE and WWW::Curl::Simple +is left for a more ambitious later maintainer of this package. + +The build dependencies + libtest-pod-coverage-perl, libtest-distribution-perl +are only installed for the extended testing already. + --- libbio-das-lite-perl-2.04.orig/debian/copyright +++ libbio-das-lite-perl-2.04/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Roger Pettett +Source: http://search.cpan.org/dist/Bio-Das-Lite/ +Name: Bio-Das-Lite + +Files: * +Copyright: Roger Pettett +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Richard Holland +License: Artistic or GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic'. + +License: GPL-1+ + 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; either version 1, or (at your option) + any later version. + . + On Debian GNU/Linux systems, the complete text of version 1 of the + General Public License can be found in `/usr/share/common-licenses/GPL-1'. --- libbio-das-lite-perl-2.04.orig/debian/compat +++ libbio-das-lite-perl-2.04/debian/compat @@ -0,0 +1 @@ +7