debian/0000755000000000000000000000000012222245773007174 5ustar debian/control0000644000000000000000000000176212222245346010601 0ustar Source: libanyevent-handle-udp-perl Section: perl Priority: optional Build-Depends: cdbs (>= 0.4.122~), devscripts, perl, libmodule-build-tiny-perl, debhelper, dh-buildinfo, libanyevent-perl, libsub-name-perl, libnamespace-clean-perl, libmoo-perl (>= 1.001000), libtest-fatal-perl, libtest-simple-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libanyevent-handle-udp-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-handle-udp-perl.git Homepage: http://search.cpan.org/dist/AnyEvent-Handle-UDP/ Package: libanyevent-handle-udp-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: client/server UDP handles for AnyEvent AnyEvent::Handle::UDP is an abstraction around UDP sockets for use with AnyEvent. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000236312222245773011052 0ustar libanyevent-handle-udp-perl (0.042-1) unstable; urgency=low [ upstream ] * New release(s): + Fix error handling in a number of places. + Handle address reuse better. + Require Moo 1.001000. + Allow EINTR in recv. [ Jonas Smedegaard ] * Update copyright file: + Drop irrelevant (and unusually shortnamed) APGL-3 License section. Thanks to Ansgar Burchardt. * Update README.source to emphasize control.in file as *not* a show-stopper for contributions. * Add github URL as alternate source. * Stop track md5sum of upstream tarball. * Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). Switch get-orig-source target to use www.cpan.org/authors URL. * Tighten to (build-)depend versioned on libmoo-perl. * Adapt to upstream switch to Module::Build::Tiny: + Build-depend on libmodule-build-tiny-perl. + Tighten to build-depend versioned on cdbs. + Adapt CDBS includes. -- Jonas Smedegaard Mon, 30 Sep 2013 12:01:01 +0200 libanyevent-handle-udp-perl (0.039-1) unstable; urgency=low * Initial packaging release. Closes: bug#703491. -- Jonas Smedegaard Wed, 20 Mar 2013 11:24:13 +0100 debian/README.source0000644000000000000000000000056312134045103011342 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212010177205010357 0ustar 8 debian/watch0000644000000000000000000000036712222244137010224 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://www.cpan.org/authors/id/L/LE/LEONT/AnyEvent-Handle-UDP-([\d.]+)\.tar\.gz http://search.cpan.org/dist/AnyEvent-Handle-UDP/ .*/AnyEvent-Handle-UDP-([\d._]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000171312222245041012322 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL Changes INSTALL MANIFEST META.json META.yml debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch dist.ini examples/anyevent-udp-server.pl t/00-compile.t t/10-basics.t t/20-timeout.t t/release-pod-coverage.t t/release-pod-syntax.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/AnyEvent/Handle/UDP.pm Copyright: 2011, Leon Timmermans License: UNKNOWN FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2011, Leon Timmermans disclaimer" for the program, if interest in the the software, and License: GPL-ever FIXME debian/copyright0000644000000000000000000000336612222244072011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AnyEvent::Handle::UDP Upstream-Contact: http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-Handle-UDP Source: http://search.cpan.org/dist/AnyEvent-Handle-UDP/ git://github.com/Leont/anyevent-handle-udp.git Files: * Copyright: 2011, Leon Timmermans License: Artistic or GPL-1+ Comment: License: . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000275312222245327010256 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for AnyEvent::Handle::UDP # # 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 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-build.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = AnyEvent-Handle-UDP DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/L/LE/LEONT # Needed by upstream build process and (always) at runtime perl-deps = anyevent sub-name namespace-clean deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) deps +=, libmoo-perl (>= 1.001000) # Needed by upstream testsuite deps-test = libtest-fatal-perl, libtest-simple-perl CDBS_BUILD_DEPENDS += , $(deps), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) DEB_INSTALL_EXAMPLES_$(pkg) = examples/* debian/control.in0000644000000000000000000000142412122303502011165 0ustar Source: libanyevent-handle-udp-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libanyevent-handle-udp-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-handle-udp-perl.git Homepage: http://search.cpan.org/dist/AnyEvent-Handle-UDP/ Package: libanyevent-handle-udp-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: client/server UDP handles for AnyEvent AnyEvent::Handle::UDP is an abstraction around UDP sockets for use with AnyEvent.