r74718 - in /trunk/libdata-amf-perl/debian: changelog compat control copyright rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed May 18 21:14:31 UTC 2011


Author: gregoa
Date: Wed May 18 21:13:51 2011
New Revision: 74718

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74718
Log:
* 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.

Added:
    trunk/libdata-amf-perl/debian/source/
    trunk/libdata-amf-perl/debian/source/format
Modified:
    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/rules

Modified: trunk/libdata-amf-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/changelog?rev=74718&op=diff
==============================================================================
--- trunk/libdata-amf-perl/debian/changelog (original)
+++ trunk/libdata-amf-perl/debian/changelog Wed May 18 21:13:51 2011
@@ -1,6 +1,15 @@
 libdata-amf-perl (0.09-2) UNRELEASED; 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 <gregoa at debian.org>  Wed, 18 May 2011 22:58:49 +0200
 

Modified: trunk/libdata-amf-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/compat?rev=74718&op=diff
==============================================================================
--- trunk/libdata-amf-perl/debian/compat (original)
+++ trunk/libdata-amf-perl/debian/compat Wed May 18 21:13:51 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libdata-amf-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/control?rev=74718&op=diff
==============================================================================
--- trunk/libdata-amf-perl/debian/control (original)
+++ trunk/libdata-amf-perl/debian/control Wed May 18 21:13:51 2011
@@ -1,16 +1,17 @@
 Source: libdata-amf-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libany-moose-perl,
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libany-moose-perl,
  libdatetime-perl,
  libuniversal-require-perl,
  libxml-libxml-perl,
- libyaml-perl,
- perl (>= 5.10.0)
+ libyaml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Standards-Version: 3.9.1
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.2
 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/
@@ -21,8 +22,7 @@
  libany-moose-perl,
  libdatetime-perl,
  libuniversal-require-perl,
- libxml-libxml-perl,
- 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.

Modified: trunk/libdata-amf-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/copyright?rev=74718&op=diff
==============================================================================
--- trunk/libdata-amf-perl/debian/copyright (original)
+++ trunk/libdata-amf-perl/debian/copyright Wed May 18 21:13:51 2011
@@ -4,14 +4,21 @@
 Source: http://search.cpan.org/dist/Data-AMF/
 
 Files: *
-Copyright: Daisuke Murase <typester at cpan.org>
+Copyright: 2008-2010, Daisuke Murase <typester at cpan.org>
 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 <adamk at cpan.org>
+ 2002-2011, Audrey Tang <autrijus at autrijus.org>
+ 2002-2011, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2011, TANIGUCHI Takaki <takaki at debian.org>
+ 2011, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+
-
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify

Modified: trunk/libdata-amf-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/rules?rev=74718&op=diff
==============================================================================
--- trunk/libdata-amf-perl/debian/rules (original)
+++ trunk/libdata-amf-perl/debian/rules Wed May 18 21:13:51 2011
@@ -1,4 +1,15 @@
 #!/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

Added: trunk/libdata-amf-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-amf-perl/debian/source/format?rev=74718&op=file
==============================================================================
--- trunk/libdata-amf-perl/debian/source/format (added)
+++ trunk/libdata-amf-perl/debian/source/format Wed May 18 21:13:51 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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