debian/0000755000000000000000000000000012231037540007163 5ustar debian/rules0000755000000000000000000000160411533514456010256 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/StreamDeserializer.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-streamdeserializer-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-streamdeserializer-perl_$(DEBVERSION).orig.tar.gz \ libdata-streamdeserializer-perl-$(DEBVERSION) debian/copyright0000644000000000000000000000174011533514740011126 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-StreamDeserializer/ Name: Data::StreamDeserializer 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/0000755000000000000000000000000011533514270010467 5ustar debian/source/format0000644000000000000000000000001411533514270011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211533514270010365 0ustar 7 debian/control0000644000000000000000000000112711533514720010573 0ustar Source: libdata-streamdeserializer-perl Section: perl Homepage: http://search.cpan.org/~unera/Data-StreamDeserializer/ Maintainer: Dmitry E. Oboukhov VCS-Browser: http://git.uvw.ru/?p=data-stream-deserializer;a=summary Standards-Version: 3.9.1 Priority: extra Build-Depends: debhelper (>= 7), cdbs Package: libdata-streamdeserializer-perl Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends} Architecture: any Description: non-blocking deserializer The package provides an interface to deserialize perl objects in non-blocking mode. It can be used with event machines. debian/changelog0000644000000000000000000000155212231037540011040 0ustar libdata-streamdeserializer-perl (0.06-1build4) devel; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Sun, 20 Oct 2013 21:38:56 +0100 libdata-streamdeserializer-perl (0.06-1build3) precise; urgency=low * Rebuild with fixed Perl 5.14 on amd64. -- Colin Watson Tue, 15 Nov 2011 20:46:57 +0000 libdata-streamdeserializer-perl (0.06-1build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 13:43:14 +0000 libdata-streamdeserializer-perl (0.06-1build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Fri, 06 May 2011 17:14:18 +0100 libdata-streamdeserializer-perl (0.06-1) unstable; urgency=low * Initial release (Closes: #616138); -- Dmitry E. Oboukhov Wed, 02 Mar 2011 22:21:36 +0300