Author: plessy Date: 2012-12-03 04:01:31 +0000 (Mon, 03 Dec 2012) New Revision: 2575
Added: packages-metadata/l/libanyevent-http-perl.control packages-metadata/l/libanyevent-http-perl.copyright packages-metadata/l/libanyevent-perl.control Modified: packages-metadata/c/clasp.control packages-metadata/c/clasp.copyright packages-metadata/l/libanyevent-perl.copyright packages-metadata/l/libastro-fits-cfitsio-perl.control packages-metadata/l/libastro-fits-cfitsio-perl.copyright packages-metadata/l/libconfig-model-itself-perl.control packages-metadata/l/libshell-command-perl.control packages-metadata/l/libtest-tcp-perl.control packages-metadata/l/libtest-tcp-perl.copyright packages-metadata/v/vcftools.control Log: Daily automatic umegaya push Modified: packages-metadata/c/clasp.control =================================================================== --- packages-metadata/c/clasp.control 2012-12-02 04:01:29 UTC (rev 2574) +++ packages-metadata/c/clasp.control 2012-12-03 04:01:31 UTC (rev 2575) @@ -6,8 +6,8 @@ DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), - libtbb-dev (>= 3.0+r018) [amd64 ia64 ppc64] -Standards-Version: 3.9.3.1 + libtbb-dev (>= 4.0+r233) [amd64 ia64 ppc64] +Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/debian-science/packages/clasp.git Vcs-Browser: http://git.debian.org/?p=debian-science/packages/clasp.git Homepage: http://www.cs.uni-potsdam.de/clasp/ Modified: packages-metadata/c/clasp.copyright =================================================================== --- packages-metadata/c/clasp.copyright 2012-12-02 04:01:29 UTC (rev 2574) +++ packages-metadata/c/clasp.copyright 2012-12-03 04:01:31 UTC (rev 2575) @@ -5,12 +5,12 @@ Files: * -Copyright: 2006-2011, Benjamin Kaufmann +Copyright: 2006-2012, Benjamin Kaufmann License: GPL-2+ Files: debian/* -Copyright: 2010-2011, Thomas Krennwallner +Copyright: 2010-2012, Thomas Krennwallner License: GPL-2+ This package was debianized by Thomas Krennwallner <tk...@kr.tuwien.ac.at> on Thu, 04 Mar 2010 19:31:51 +0100 @@ -22,7 +22,7 @@ Files: libclasp/clasp/satelite.h Copyright: 2003-2006, Niklas Een 2003-2006, Niklas Sorensson - 2006-2007, Benjamin Kaufmann + 2006-2010, Benjamin Kaufmann License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -45,16 +45,11 @@ Files: libprogram_opts/* -Copyright: 2004, 2006-2007, Benjamin Kaufmann +Copyright: 2004, 2006-2007, 2010 Benjamin Kaufmann License: GPL-2+ -Files: libprogram_opts/program_opts/detail/smartpointer.h -Copyright: 2004, Jean Gressmann 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; either Added: packages-metadata/l/libanyevent-http-perl.control =================================================================== --- packages-metadata/l/libanyevent-http-perl.control (rev 0) +++ packages-metadata/l/libanyevent-http-perl.control 2012-12-03 04:01:31 UTC (rev 2575) @@ -0,0 +1,29 @@ +Source: libanyevent-http-perl +Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org> +Uploaders: Jonathan Yu <jaw...@cpan.org>, + Nicholas Bamber <nicho...@periapt.co.uk>, + Xavier Guimard <x.guim...@free.fr> +Section: perl +Priority: optional +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: libanyevent-perl (>= 5.330), + libcommon-sense-perl, + perl +Standards-Version: 3.9.4 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-http-perl.git +Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-http-perl.git +Homepage: http://search.cpan.org/dist/AnyEvent-HTTP/ + +Package: libanyevent-http-perl +Architecture: all +Depends: ${misc:Depends}, + ${perl:Depends}, + libanyevent-perl (>= 5.330), + libcommon-sense-perl +Description: simple non-blocking HTTP/HTTPS client + AnyEvent::HTTP is an simple non-blocking HTTP/HTTPS client implementation, + which uses AnyEvent under the hood for asynchronous I/O. It supports GET, + POST and other request methods, cookies and more. It is well suited to most + HTTP tasks, while retaining fine-grained control over request and response + headers to cater to more complex requirements. + Added: packages-metadata/l/libanyevent-http-perl.copyright =================================================================== --- packages-metadata/l/libanyevent-http-perl.copyright (rev 0) +++ packages-metadata/l/libanyevent-http-perl.copyright 2012-12-03 04:01:31 UTC (rev 2575) @@ -0,0 +1,35 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: AnyEvent-HTTP +Source: http://search.cpan.org/dist/AnyEvent-HTTP/ +Upstream-Contact: Marc Lehmann <schm...@schmorp.de> + +Files: * +Copyright: 2008-2011, Marc Lehmann <schm...@schmorp.de> +License: Artistic or GPL-1+ +Comment: + This copyright attribution is based upon a personal email from + Marc Lehmann. + +Files: debian/* +Copyright: 2010, Jonathan Yu <jaw...@cpan.org> + 2011, Maximilian Gass <m...@cloudconnected.org> + 2011, Nicholas Bamber <nicho...@periapt.co.uk> + 2012, Salvatore Bonaccorso <car...@debian.org> + 2012, Xavier Guimard <x.guim...@free.fr> +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 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 systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. Added: packages-metadata/l/libanyevent-perl.control =================================================================== --- packages-metadata/l/libanyevent-perl.control (rev 0) +++ packages-metadata/l/libanyevent-perl.control 2012-12-03 04:01:31 UTC (rev 2575) @@ -0,0 +1,57 @@ +Source: libanyevent-perl +Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org> +Uploaders: Jonathan Yu <jaw...@cpan.org>, + Ansgar Burchardt <ans...@debian.org>, + gregor herrmann <gre...@debian.org>, + Maximilian Gass <m...@cloudconnected.org>, + Nicholas Bamber <nicho...@periapt.co.uk>, + Alessandro Ghedini <gh...@debian.org>, + Xavier Guimard <x.guim...@free.fr> +Section: perl +Priority: optional +Build-Depends: debhelper (>= 8), + libasync-interrupt-perl, + libev-perl, + libevent-perl, + libglib-perl, + libio-async-perl, + libnet-ssleay-perl, + libpoe-perl, + netbase, + perl, + perl-tk, + shared-mime-info, + xauth, + xvfb +Standards-Version: 3.9.4 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-perl.git +Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-perl.git +Homepage: http://search.cpan.org/dist/AnyEvent/ + +Package: libanyevent-perl +Architecture: all +Depends: ${misc:Depends}, + ${perl:Depends} +Suggests: libasync-interrupt-perl, + libev-perl, + libevent-perl, + libglib-perl, + libguard-perl, + libio-async-perl, + libjson-perl | libjson-xs-perl, + libnet-ssleay-perl, + libpoe-perl, + libtask-weaken-perl, + perl-tk +Description: event loop framework with multiple implementations + AnyEvent is not an event model itself, it only interfaces to whatever event + model the main program happens to use, in a pragmatic way. For event models, + the statement "there can only be one" is a bitter reality: In general, only + one event loop can be active at the same time in a process. This module + cannot change this, but it can hide the differences between them. + . + The goal of AnyEvent is to offer module authors the ability to do event + programming (waiting for I/O or timer events) without subscribing to a + religion, a way of living, and most importantly: without forcing your module + users into the same thing by forcing them to use the same event model you use. + Modified: packages-metadata/l/libanyevent-perl.copyright =================================================================== --- packages-metadata/l/libanyevent-perl.copyright 2012-12-02 04:01:29 UTC (rev 2574) +++ packages-metadata/l/libanyevent-perl.copyright 2012-12-03 04:01:31 UTC (rev 2575) @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AnyEvent +Source: http://search.cpan.org/dist/AnyEvent/ Upstream-Contact: Marc Lehmann <schm...@schmorp.de> -Source: http://search.cpan.org/dist/AnyEvent/ Files: * Copyright: @@ -20,12 +20,13 @@ See also the comment above. Files: debian/* -Copyright: - 2009-2011, Jonathan Yu <jaw...@cpan.org> +Copyright: 2009-2011, Jonathan Yu <jaw...@cpan.org> + 2009-2011, gregor herrmann <gre...@debian.org> 2009-2010, Ansgar Burchardt <ans...@debian.org> - 2009-2011, gregor herrmann <gre...@debian.org> - 2009, Maximilian Gaß <m...@cloudconnected.org> - 2010-2011, Nicholas Bamber <nicho...@periapt.co.uk> + 2009, Maximilian Gass <m...@cloudconnected.org> + 2010-2012, Nicholas Bamber <nicho...@periapt.co.uk> + 2011-2012, Alessandro Ghedini <gh...@debian.org> + 2012, Xavier Guimard <x.guim...@free.fr> License: Artistic or GPL-1+ License: Artistic Modified: packages-metadata/l/libastro-fits-cfitsio-perl.control =================================================================== --- packages-metadata/l/libastro-fits-cfitsio-perl.control 2012-12-02 04:01:29 UTC (rev 2574) +++ packages-metadata/l/libastro-fits-cfitsio-perl.control 2012-12-03 04:01:31 UTC (rev 2575) @@ -1,24 +1,27 @@ Source: libastro-fits-cfitsio-perl +Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org> +Uploaders: Marc 'HE' Brockschmidt <h...@debian.org>, + Krzysztof Krzyzaniak (eloy) <e...@debian.org>, + Niko Tyni <nt...@iki.fi>, + Damyan Ivanov <d...@debian.org>, + Chris Butler <chr...@debian.org>, + gregor herrmann <gre...@debian.org>, + Xavier Guimard <x.guim...@free.fr> Section: perl Priority: optional -Build-Depends: debhelper (>= 9), - libcfitsio3-dev (>= 3.290), - perl -Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org> -Uploaders: Marc 'HE' Brockschmidt <h...@debian.org>, - Krzysztof Krzyzaniak (eloy) <e...@debian.org>, - Niko Tyni <nt...@iki.fi>, - Damyan Ivanov <d...@debian.org>, - Chris Butler <chr...@debian.org>, - gregor herrmann <gre...@debian.org> -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9.20120312), + libcfitsio3-dev (>= 3.290), + perl +Standards-Version: 3.9.4 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libastro-fits-cfitsio-perl.git +Vcs-Git: git://git.debian.org/pkg-perl/packages/libastro-fits-cfitsio-perl.git Homepage: http://search.cpan.org/dist/Astro-FITS-CFITSIO/ -Vcs-Git: git://git.debian.org/pkg-perl/packages/libastro-fits-cfitsio-perl.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libastro-fits-cfitsio-perl.git Package: libastro-fits-cfitsio-perl Architecture: any -Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends} Description: Perl extension for using the cfitsio library Perl interface to William Pence's cfitsio subroutine library. For more information on cfitsio, see http://heasarc.gsfc.nasa.gov/fitsio. @@ -32,3 +35,4 @@ The goal is to eventually use these routines to build a more Perl-like interface to many common tasks such as reading and writing of images and ASCII and binary tables. + Modified: packages-metadata/l/libastro-fits-cfitsio-perl.copyright =================================================================== --- packages-metadata/l/libastro-fits-cfitsio-perl.copyright 2012-12-02 04:01:29 UTC (rev 2574) +++ packages-metadata/l/libastro-fits-cfitsio-perl.copyright 2012-12-03 04:01:31 UTC (rev 2575) @@ -1,7 +1,7 @@ -Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 -Maintainer: Pete Ratzlaff <pratzl...@cfa.harvard.edu> +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Astro-FITS-CFITSIO Source: http://search.cpan.org/dist/Astro-FITS-CFITSIO/ -Name: Astro-FITS-CFITSIO +Upstream-Contact: Pete Ratzlaff <pratzl...@cfa.harvard.edu> Files: * Copyright: 2002,2004,2006,2011,2012 by the Smithsonian Astrophysical Observatory @@ -24,6 +24,7 @@ 2006, Niko Tyni <nt...@iki.fi> 2008, Damyan Ivanov <d...@debian.org> 2011, Chris Butler <chr...@debian.org> + 2012, Xavier Guimard <x.guim...@free.fr> 2012, gregor herrmann <gre...@debian.org> License: Artistic or GPL-1+ Modified: packages-metadata/l/libconfig-model-itself-perl.control =================================================================== --- packages-metadata/l/libconfig-model-itself-perl.control 2012-12-02 04:01:29 UTC (rev 2574) +++ packages-metadata/l/libconfig-model-itself-perl.control 2012-12-03 04:01:31 UTC (rev 2575) @@ -5,10 +5,10 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 8), - perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100), + perl, xauth, xvfb -Build-Depends-Indep: libconfig-model-perl (>= 2.020), +Build-Depends-Indep: libconfig-model-perl (>= 2.029), libconfig-model-tkui-perl, libdata-compare-perl, libfile-copy-recursive-perl, @@ -18,9 +18,10 @@ libpod-pom-perl, libtest-differences-perl, libtest-file-contents-perl, + libtest-memory-cycle-perl, libtest-pod-perl, libyaml-perl -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-model-itself-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-model-itself-perl.git Homepage: http://config-model.wiki.sourceforge.net @@ -29,7 +30,7 @@ Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - libconfig-model-perl (>= 2.020), + libconfig-model-perl (>= 2.029), libconfig-model-tkui-perl, libdata-compare-perl, liblog-log4perl-perl, Modified: packages-metadata/l/libshell-command-perl.control =================================================================== --- packages-metadata/l/libshell-command-perl.control 2012-12-02 04:01:29 UTC (rev 2574) +++ packages-metadata/l/libshell-command-perl.control 2012-12-03 04:01:31 UTC (rev 2575) @@ -13,8 +13,8 @@ Package: libshell-command-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} -Breaks: libextutils-command-perl -Replaces: libextutils-command-perl +Breaks: libextutils-command-perl (>= 0) +Replaces: libextutils-command-perl (>= 0) Description: cross-platform functions emulating common shell commands Shell::Command is a thin wrapper around ExtUtils::Command. It is used to replace common UNIX commands in a tried-and-tested cross-platform way. Modified: packages-metadata/l/libtest-tcp-perl.control =================================================================== --- packages-metadata/l/libtest-tcp-perl.control 2012-12-02 04:01:29 UTC (rev 2574) +++ packages-metadata/l/libtest-tcp-perl.control 2012-12-03 04:01:31 UTC (rev 2575) @@ -7,8 +7,8 @@ Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org> Uploaders: Jonathan Yu <jaw...@cpan.org>, Nicholas Bamber <peri...@debian.org>, gregor herrmann <gre...@debian.org>, Iñigo Tejedor Arrondo <poison...@gmail.com>, - Fabrizio Regalli <fab...@fabreg.it>, Nathan Handler <nhand...@ubuntu.com> -Standards-Version: 3.9.3 + Fabrizio Regalli <fab...@fabreg.it>, Nathan Handler <nhand...@debian.org> +Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Test-TCP/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-tcp-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-tcp-perl.git Modified: packages-metadata/l/libtest-tcp-perl.copyright =================================================================== --- packages-metadata/l/libtest-tcp-perl.copyright 2012-12-02 04:01:29 UTC (rev 2574) +++ packages-metadata/l/libtest-tcp-perl.copyright 2012-12-03 04:01:31 UTC (rev 2575) @@ -25,7 +25,7 @@ 2010, gregor herrmann <gre...@debian.org> 2010, Iñigo Tejedor Arrondo <poison...@debian.org> 2011, Fabrizio Regalli <fab...@fabreg.it> - 2012, Nathan Handler <nhand...@ubuntu.com> + 2012, Nathan Handler <nhand...@debian.org> License: Artistic or GPL-1+ License: Artistic Modified: packages-metadata/v/vcftools.control =================================================================== --- packages-metadata/v/vcftools.control 2012-12-02 04:01:29 UTC (rev 2574) +++ packages-metadata/v/vcftools.control 2012-12-03 04:01:31 UTC (rev 2575) @@ -15,7 +15,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: tabix -Description: designed for working with VCF files +Description: Collection of tools to work with VCF files VCFtools is a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project. The aim of VCFtools is to provide methods for working with VCF files: validating, merging, comparing _______________________________________________ Collab-qa-commits mailing list Collab-qa-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/collab-qa-commits