--- libdanga-socket-perl-1.61.orig/debian/control +++ libdanga-socket-perl-1.61/debian/control @@ -0,0 +1,28 @@ +Source: libdanga-socket-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8), libsys-syscall-perl, netbase +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyzaniak (eloy) , + gregor herrmann , + Martín Ferrari +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Danga-Socket/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdanga-socket-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdanga-socket-perl/ + +Package: libdanga-socket-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libsys-syscall-perl +Description: event loop and event-driven async socket base class + Danga::Socket is an abstract base class for objects backed by a socket which + provides the basic framework for event-driven asynchronous IO, designed to be + fast. Danga::Socket is both a base class for objects, and an event loop. + . + Callers subclass Danga::Socket. Danga::Socket's constructor registers + itself with the Danga::Socket event loop, and invokes callbacks on the + object for readability, writability, errors, and other conditions. + . + Because Danga::Socket uses the "fields" module, your subclasses must + too. --- libdanga-socket-perl-1.61.orig/debian/copyright +++ libdanga-socket-perl-1.61/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Brad Fitzpatrick +Upstream-Source: http://search.cpan.org/dist/Danga-Socket/ +Upstream-Name: Danga-Socket + +Files: * +Copyright: + © 2004-2008 Brad Fitzpatrick + © 2004-2008 Michael Granger + © 2004-2008 Mark Smith + © 2004-2008 Matt Sergeant +License-Alias: Perl +License: Artistic | GPL-1+ + As the package doesn't have a proper copyright statement, this was synthesised + from POD documentation and the CHANGES file. + +Files: debian/* +Copyright: + © 2006-2008 various members of the Debian Perl Group, cf. debian/changelog +License: Artistic | 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' --- libdanga-socket-perl-1.61.orig/debian/watch +++ libdanga-socket-perl-1.61/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Danga-Socket/ .*/Danga-Socket-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdanga-socket-perl-1.61.orig/debian/compat +++ libdanga-socket-perl-1.61/debian/compat @@ -0,0 +1 @@ +7 --- libdanga-socket-perl-1.61.orig/debian/changelog +++ libdanga-socket-perl-1.61/debian/changelog @@ -0,0 +1,70 @@ +libdanga-socket-perl (1.61-1) unstable; urgency=low + + [ Martín Ferrari ] + * Updating my email address + + [ gregor herrmann ] + * New upstream release. + * debian/control: + - switch Vcs-Browser field to ViewSVN + - add ${misc:Depends} to Depends: field + - change my email address + * Set Standards-Version to 3.8.0 (no changes). + * debian/watch: extended regexp for matching upstream releases. + * Set debhelper compatibility level to 7; adapt + debian/{control,compat,rules}. + * debian/copyright: update formatting. + + -- gregor herrmann Sat, 06 Dec 2008 19:57:52 +0100 + +libdanga-socket-perl (1.59-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: Use dist-based URL. + + -- Roberto C. Sanchez Sat, 15 Mar 2008 23:35:41 -0400 + +libdanga-socket-perl (1.58-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: delete /usr/lib/perl5 only if it exists. + + [ Martín Ferrari ] + * New upstream release. + * debian/control: bumped Standards-Version (no changes), added me as + uploader, removed misc:Depends substvar, corrected capitalisation in short + desc and missing "is" in long desc. + * debian/watch: modified to use dist/. + * debian/copyright: new format, and packaging license. + * debian/rules: removed unneeded debhelper calls, arch-dependent stuff and + some cosmetic changes. + + -- Martín Ferrari Mon, 04 Feb 2008 23:40:21 -0200 + +libdanga-socket-perl (1.57-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Wed, 18 Apr 2007 11:00:54 +0200 + +libdanga-socket-perl (1.56-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Thu, 18 Jan 2007 13:13:13 +0100 + +libdanga-socket-perl (1.55-2) unstable; urgency=medium + + * Add netbase to Build-Depends-Indep (closes: #403319). + * Set urgency to medium because this closes an RC bug. + + -- gregor herrmann Sat, 16 Dec 2006 12:08:55 +0100 + +libdanga-socket-perl (1.55-1) unstable; urgency=low + + * Initial Release (closes: #40204). + + -- Krzysztof Krzyzaniak (eloy) Wed, 29 Nov 2006 09:48:47 +0100 --- libdanga-socket-perl-1.61.orig/debian/libdanga-socket-perl.examples +++ libdanga-socket-perl-1.61/debian/libdanga-socket-perl.examples @@ -0,0 +1 @@ +examples/subprocess/* --- libdanga-socket-perl-1.61.orig/debian/rules +++ libdanga-socket-perl-1.61/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build