debian/0000755000000000000000000000000012231037557007173 5ustar debian/rules0000755000000000000000000000157411533513253010256 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/perl-makemaker.mk MAIN_MODULE = lib/Data/StreamSerializer.pm DEBVERSION = $(shell dpkg-parsechangelog \ |grep ^Version|awk '{print $$2}'|sed 's/-.*//' ) PERVERSION = $(shell grep '^our[[:space:]]\+\$$VERSION' $(MAIN_MODULE) \ |awk '{print $$4}'|sed "s/[';']//g" ) install/libdata-streamserializer-perl:: @set -e; \ if ! test "x$(DEBVERSION)" = "x$(PERVERSION)"; then \ echo "Error: changelog has version $(DEBVERSION) " \ "but module has $(PERVERSION)"; \ false; \ fi clean:: rm -f const-c.inc rm -f const-xs.inc rm -fr Makefile.old .pc tarball: clean rm -f Data-StreamSerializer-* cd .. && tar --exclude=.git --exclude=debian -czvf \ libdata-streamserializer-perl_$(DEBVERSION).orig.tar.gz \ libdata-streamserializer-perl-$(DEBVERSION) debian/copyright0000644000000000000000000000173411524432177011134 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Dmitry E. Oboukhov Source: http://search.cpan.org/~unera/Data-StreamSerializer/ Name: Data::StreamSerializer Files: * Copyright: 2010, Dmitry E. Oboukhov 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'. debian/source/0000755000000000000000000000000011533513015010463 5ustar debian/source/format0000644000000000000000000000001411533513015011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211524305674010373 0ustar 7 debian/control0000644000000000000000000000111311533512511010562 0ustar Source: libdata-streamserializer-perl Section: perl Homepage: http://search.cpan.org/~unera/Data-StreamSerializer/ Maintainer: Dmitry E. Oboukhov VCS-Browser: http://git.uvw.ru/?p=data-stream-serializer;a=summary Standards-Version: 3.9.1 Priority: extra Build-Depends: debhelper (>= 7), cdbs Package: libdata-streamserializer-perl Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends} Architecture: any Description: non-blocking serializer The package provides an interface to serialize perl objects in non-blocking mode. It can be used with event machines. debian/changelog0000644000000000000000000000202012231037557011037 0ustar libdata-streamserializer-perl (0.07-1build4) devel; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Sun, 20 Oct 2013 21:39:11 +0100 libdata-streamserializer-perl (0.07-1build3) precise; urgency=low * Rebuild with fixed Perl 5.14 on amd64. -- Colin Watson Tue, 15 Nov 2011 20:47:22 +0000 libdata-streamserializer-perl (0.07-1build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 13:43:39 +0000 libdata-streamserializer-perl (0.07-1build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Fri, 06 May 2011 17:20:13 +0100 libdata-streamserializer-perl (0.07-1) unstable; urgency=low * New upstream release (perl 5.12). -- Dmitry E. Oboukhov Wed, 02 Mar 2011 22:07:02 +0300 libdata-streamserializer-perl (0.04-1) unstable; urgency=low * Initial release. (Closes: #616137) -- Dmitry E. Oboukhov Mon, 07 Feb 2011 17:57:12 +0300