--- libgearman-client-async-perl-0.94.orig/debian/control +++ libgearman-client-async-perl-0.94/debian/control @@ -0,0 +1,21 @@ +Source: libgearman-client-async-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, gearman-server, netbase, libgearman-client-perl, + libdanga-socket-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Gearman-Client-Async/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgearman-client-async-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgearman-client-async-perl/ + +Package: libgearman-client-async-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libgearman-client-perl, + libdanga-socket-perl +Description: asynchronous client for the Gearman distributed job system + Gearman::Client::Async is a Perl module that provides an asynchronous client + interface to the Gearman distributed job system. In particular, it supports + Danga::Socket applications. --- libgearman-client-async-perl-0.94.orig/debian/copyright +++ libgearman-client-async-perl-0.94/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Brad Fitzpatrick +Source: http://search.cpan.org/dist/Gearman-Client-Async/ +Name: Gearman-Client-Async + +Files: * +Copyright: 2006, Six Apart, Ltd. +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu + 2008, Pierre Habouzit + 2008, Ben Hutchings + 2007, Pascal Hakim +License: 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 the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libgearman-client-async-perl-0.94.orig/debian/watch +++ libgearman-client-async-perl-0.94/debian/watch @@ -0,0 +1,11 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://search.cpan.org/dist/Gearman-Client-Async/ .*/Gearman-Client-Async-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) + + --- libgearman-client-async-perl-0.94.orig/debian/compat +++ libgearman-client-async-perl-0.94/debian/compat @@ -0,0 +1 @@ +7 --- libgearman-client-async-perl-0.94.orig/debian/changelog +++ libgearman-client-async-perl-0.94/debian/changelog @@ -0,0 +1,45 @@ +libgearman-client-async-perl (0.94-3) unstable; urgency=low + + [ Jonathan Yu ] + * Take over package (Closes: #549363) + * Add myself to Uploaders and Copyright + * Standards-Version 3.8.3 (drop perl version dep) + * Drop unnecessary version deps satisfied by oldstable + * Restore upstream err8.t test (undo vendor changes) + * No longer install useless documentation + * Refresh copyright to new DEP5 format + + [ gregor herrmann ] + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.8.4 (no changes). + + -- Jonathan Yu Wed, 17 Feb 2010 15:18:27 -0500 + +libgearman-client-async-perl (0.94-2.2) unstable; urgency=low + + * Non-maintainer upload + * Disable broken test case err8 (Closes: #475197) + + -- Ben Hutchings Sun, 26 Oct 2008 23:59:08 +0000 + +libgearman-client-async-perl (0.94-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fixing missing Build-Dependency on netbase causing FTBFS (Closes: #456864) + + -- Pierre Habouzit Tue, 01 Apr 2008 21:03:11 +0000 + +libgearman-client-async-perl (0.94-2) unstable; urgency=low + + * Added missing gearman-server build-dep (Closes: #442979) + * Patch from Cyril Brulebois to not + ignore "make clean" errors + + -- Pascal Hakim Sat, 15 Dec 2007 03:24:08 +1100 + +libgearman-client-async-perl (0.94-1) unstable; urgency=low + + * Initial release (Closes: #429362) + + -- Pascal Hakim Mon, 18 Jun 2007 11:14:36 +1000 + --- libgearman-client-async-perl-0.94.orig/debian/rules +++ libgearman-client-async-perl-0.94/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@