r72485 - in /trunk/libdata-amf-perl/debian: ./ changelog compat control copyright libdata-amf-perl.examples rules watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Mon Apr 11 07:52:00 UTC 2011


Author: takaki
Date: Mon Apr 11 07:51:52 2011
New Revision: 72485

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72485
Log:
[svn-inject] Applying Debian modifications (0.09-1) to trunk

Added:
    trunk/libdata-amf-perl/debian/
    trunk/libdata-amf-perl/debian/changelog
    trunk/libdata-amf-perl/debian/compat
    trunk/libdata-amf-perl/debian/control
    trunk/libdata-amf-perl/debian/copyright
    trunk/libdata-amf-perl/debian/libdata-amf-perl.examples
    trunk/libdata-amf-perl/debian/rules   (with props)
    trunk/libdata-amf-perl/debian/watch

Added: trunk/libdata-amf-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/changelog?rev=72485&op=file
==============================================================================
--- trunk/libdata-amf-perl/debian/changelog (added)
+++ trunk/libdata-amf-perl/debian/changelog Mon Apr 11 07:51:52 2011
@@ -1,0 +1,5 @@
+libdata-amf-perl (0.09-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #620956)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 07 Apr 2011 10:58:39 +0900

Added: trunk/libdata-amf-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/compat?rev=72485&op=file
==============================================================================
--- trunk/libdata-amf-perl/debian/compat (added)
+++ trunk/libdata-amf-perl/debian/compat Mon Apr 11 07:51:52 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libdata-amf-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/control?rev=72485&op=file
==============================================================================
--- trunk/libdata-amf-perl/debian/control (added)
+++ trunk/libdata-amf-perl/debian/control Mon Apr 11 07:51:52 2011
@@ -1,0 +1,28 @@
+Source: libdata-amf-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libany-moose-perl,
+ libdatetime-perl,
+ libuniversal-require-perl,
+ libxml-libxml-perl,
+ perl (>= 5.10.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Data-AMF/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-amf-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-amf-perl/
+
+Package: libdata-amf-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libany-moose-perl,
+ libdatetime-perl,
+ libuniversal-require-perl,
+ libxml-libxml-perl,
+ 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.

Added: trunk/libdata-amf-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/copyright?rev=72485&op=file
==============================================================================
--- trunk/libdata-amf-perl/debian/copyright (added)
+++ trunk/libdata-amf-perl/debian/copyright Mon Apr 11 07:51:52 2011
@@ -1,0 +1,31 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Data-AMF
+Upstream-Contact: Daisuke Murase <typester at cpan.org>
+Source: http://search.cpan.org/dist/Data-AMF/
+
+Files: *
+Copyright: Daisuke Murase <typester at cpan.org>
+License: Artistic or GPL-1+
+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki at debian.org>
+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'.
+

Added: trunk/libdata-amf-perl/debian/libdata-amf-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/libdata-amf-perl.examples?rev=72485&op=file
==============================================================================
--- trunk/libdata-amf-perl/debian/libdata-amf-perl.examples (added)
+++ trunk/libdata-amf-perl/debian/libdata-amf-perl.examples Mon Apr 11 07:51:52 2011
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libdata-amf-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/rules?rev=72485&op=file
==============================================================================
--- trunk/libdata-amf-perl/debian/rules (added)
+++ trunk/libdata-amf-perl/debian/rules Mon Apr 11 07:51:52 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libdata-amf-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdata-amf-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/watch?rev=72485&op=file
==============================================================================
--- trunk/libdata-amf-perl/debian/watch (added)
+++ trunk/libdata-amf-perl/debian/watch Mon Apr 11 07:51:52 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-AMF/   .*/Data-AMF-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list