r73030 - in /trunk/libmoose-perl/debian: changelog control patches/0001-Work-around-a-numification-problem-on-ia64.patch patches/do-not-install-moose-outdated.patch patches/fix-manpage-has-bad-whatis-entry-warnings.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 21 19:44:13 UTC 2011


Author: gregoa
Date: Thu Apr 21 19:43:55 2011
New Revision: 73030

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73030
Log:
update patch headers

Modified:
    trunk/libmoose-perl/debian/changelog
    trunk/libmoose-perl/debian/control
    trunk/libmoose-perl/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch
    trunk/libmoose-perl/debian/patches/do-not-install-moose-outdated.patch
    trunk/libmoose-perl/debian/patches/fix-manpage-has-bad-whatis-entry-warnings.patch

Modified: trunk/libmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/changelog?rev=73030&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/changelog (original)
+++ trunk/libmoose-perl/debian/changelog Thu Apr 21 19:43:55 2011
@@ -1,9 +1,9 @@
 libmoose-perl (2.0000-1) UNRELEASED; urgency=low
 
-  TODO:
-  - Update packages that break with this release (e.g. libmoosex-lazyrequire-perl,
-    libmoosex-setonce-perl, ...)
-
+  QUESTION: should we replace do-not-install-moose-outdated.patch by a simple
+  rm in debian/rules?
+
+  [ Alessandro Ghedini ]
   * New upstream release
   * Remove libclass-mop-perl from (Build-)Depends and add it to Breaks+Replaces
     (Class::MOP is now part of Moose)
@@ -17,6 +17,9 @@
   * Add fix-manpage-has-bad-whatis-entry-warnings patch
   * Add do-not-install-moose-outdated patch
 
+  [ gregor herrmann ]
+  * Set Standards-Version to 3.9.2 (no changes).
+
  -- Alessandro Ghedini <al3xbio at gmail.com>  Tue, 12 Apr 2011 21:40:07 +0200
 
 libmoose-perl (1.25-1) unstable; urgency=low

Modified: trunk/libmoose-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/control?rev=73030&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/control (original)
+++ trunk/libmoose-perl/debian/control Thu Apr 21 19:43:55 2011
@@ -39,7 +39,7 @@
  Niko Tyni <ntyni at iki.fi>, Ansgar Burchardt <ansgar at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>, Iulian Udrea <iulian at ubuntu.com>,
  Alessandro Ghedini <al3xbio at gmail.com>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Moose/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoose-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoose-perl/

Modified: trunk/libmoose-perl/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch?rev=73030&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch (original)
+++ trunk/libmoose-perl/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch Thu Apr 21 19:43:55 2011
@@ -1,15 +1,15 @@
-From d6b18c1a4296d6c0c2ac8460a0e6af4560d2a079 Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Fri, 20 Aug 2010 13:32:31 -0600
-Subject: [PATCH] Work around a numification problem on ia64
-
-As seen in <http://bugs.debian.org/588118>, the numeric comparison
-seems to trigger a bug in perl 5.10.1 on the ia64 architecture.
-
-Explicitly numifying before comparing seems to work around this.
----
- lib/Moose/Meta/TypeConstraint.pm |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+Description: [PATCH] Work around a numification problem on ia64
+ As seen in <http://bugs.debian.org/588118>, the numeric comparison
+ seems to trigger a bug in perl 5.10.1 on the ia64 architecture.
+ .
+ Explicitly numifying before comparing seems to work around this.
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=59478
+Bug-Debian: http://bugs.debian.org/588118
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=59478
+Author: Niko Tyni <ntyni at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-04-21
 
 --- a/lib/Moose/Meta/TypeConstraint.pm
 +++ b/lib/Moose/Meta/TypeConstraint.pm

Modified: trunk/libmoose-perl/debian/patches/do-not-install-moose-outdated.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/do-not-install-moose-outdated.patch?rev=73030&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/patches/do-not-install-moose-outdated.patch (original)
+++ trunk/libmoose-perl/debian/patches/do-not-install-moose-outdated.patch Thu Apr 21 19:43:55 2011
@@ -1,9 +1,12 @@
 Description: Do not install the moose-outdated script. It is only needed to
  check for installed modules that conflicts with Moose, on Debian systems
  this is already done by the maintainers of libmoose-perl (using the proper
- fields in debian/control, hence there's no  reason to get it installed.
+ fields in debian/control, hence there's no  reason to get it installed).
+Forwarded: not-needed
 Author: Alessandro Ghedini <al3xbio at gmail.com>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
 Last-Update: 2011-04-20
+Applied-Upstream: *** FIXME ***
 
 --- a/Makefile.PL
 +++ b/Makefile.PL

Modified: trunk/libmoose-perl/debian/patches/fix-manpage-has-bad-whatis-entry-warnings.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/fix-manpage-has-bad-whatis-entry-warnings.patch?rev=73030&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/patches/fix-manpage-has-bad-whatis-entry-warnings.patch (original)
+++ trunk/libmoose-perl/debian/patches/fix-manpage-has-bad-whatis-entry-warnings.patch Thu Apr 21 19:43:55 2011
@@ -1,12 +1,10 @@
 Description: Fixes the various manpage-has-bad-whatis-entry-warnings
  lintian warnings.
 Origin: vendor
-Bug: *** FIXME ***
-Forwarded: *** FIXME ***
+Forwarded: no
 Author: Alessandro Ghedini <al3xbio at gmail.com>
-Reviewed-by: Alessandro Ghedini <al3xbio at gmail.com>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
 Last-Update: 2011-04-20
-Applied-Upstream: *** FIXME ***
 
 --- a/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm
 +++ b/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm




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