debian/0000755000000000000000000000000011650646441007175 5ustar debian/control0000644000000000000000000000205111650646441010576 0ustar Source: libdata-amf-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libany-moose-perl, libdatetime-perl, libuniversal-require-perl, libxml-libxml-perl, libyaml-perl Maintainer: Debian Perl Group Uploaders: TANIGUCHI Takaki , gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Data-AMF/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-amf-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-amf-perl.git Package: libdata-amf-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libany-moose-perl, libdatetime-perl, libuniversal-require-perl, libxml-libxml-perl Description: Perl module for serialize / deserialize AMF data This module is (de)serializer for Adobe's AMF (Action Message Format). Data::AMF is core module and it recognize only AMF data, not AMF packet. If you want to read/write AMF Packet, see Data::AMF::Packet instead. debian/copyright0000644000000000000000000000260511650646441011133 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Data-AMF Upstream-Contact: Daisuke Murase Source: http://search.cpan.org/dist/Data-AMF/ Files: * Copyright: 2008-2010, Daisuke Murase License: Artistic or GPL-1+ Comment: Under the Berne Convention, it is assumed that the author is also the copyright holder. The years of copyright are taken from the Changes file. Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, TANIGUCHI Takaki 2011, gregor herrmann 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/watch0000644000000000000000000000015511650646441010227 0ustar version=3 http://search.cpan.org/dist/Data-AMF/ .*/Data-AMF-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211650646441010373 0ustar 8 debian/changelog0000644000000000000000000000221611650646441011050 0ustar libdata-amf-perl (0.09-3) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/rules: move the old included inc/YAML.pm away before running the test suite. Thanks to Dominic Hargreaves for the bugreport (closes: #646289). -- gregor herrmann Sun, 23 Oct 2011 01:08:35 +0200 libdata-amf-perl (0.09-2) unstable; urgency=low * Add build dependency on libyaml-perl (closes: #627170). * Switch to source format 3.0 (quilt). * debian/copyright: add missing pieces. * Bump debhelper compatibility level to 8. * debian/control: remove version from perl build dependency (satisfied in oldstable), remove perl from Depends (added by ${perl:Depends}). * Set Standards-Version to 3.9.2 (no changes). * Add /me to Uploaders. * debian/rules: fix permissions of example script; don't install manpage fragments. -- gregor herrmann Wed, 18 May 2011 23:14:52 +0200 libdata-amf-perl (0.09-1) unstable; urgency=low * Initial Release. (Closes: #620956) -- TANIGUCHI Takaki Thu, 07 Apr 2011 10:58:39 +0900 debian/source/0000755000000000000000000000000011650646441010475 5ustar debian/source/format0000644000000000000000000000001411650646441011703 0ustar 3.0 (quilt) debian/libdata-amf-perl.examples0000644000000000000000000000001311650646441014030 0ustar examples/* debian/rules0000755000000000000000000000105611650646441010257 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install $(RM) -v $(TMP)/usr/share/man/man3/Data::AMF::Type::*.3pm override_dh_installexamples: dh_installexamples chmod 644 $(TMP)/usr/share/doc/libdata-amf-perl/examples/simple_flex_rpc/gateway.psgi override_dh_auto_test: [ ! -f $(CURDIR)/inc/YAML.pm ] || mv $(CURDIR)/inc/YAML.pm $(CURDIR)/inc/YAML.pm.OLD dh_auto_test [ ! -f $(CURDIR)/inc/YAML.pm.OLD ] || mv $(CURDIR)/inc/YAML.pm.OLD $(CURDIR)/inc/YAML.pm