r73365 - in /trunk/libhtml-formfu-perl/debian: changelog control patches/do-not-check-for-old-version.diff

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sun Apr 24 10:09:32 UTC 2011


Author: ansgar
Date: Sun Apr 24 10:09:05 2011
New Revision: 73365

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73365
Log:
releasing version 0.09002-1

Added:
    trunk/libhtml-formfu-perl/debian/patches/do-not-check-for-old-version.diff
Modified:
    trunk/libhtml-formfu-perl/debian/changelog
    trunk/libhtml-formfu-perl/debian/control

Modified: trunk/libhtml-formfu-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/changelog?rev=73365&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/changelog (original)
+++ trunk/libhtml-formfu-perl/debian/changelog Sun Apr 24 10:09:05 2011
@@ -1,6 +1,4 @@
-libhtml-formfu-perl (0.09002-1) UNRELEASED; urgency=low
-
-  WAITS-FOR: libmoosex-chainedaccessors-perl
+libhtml-formfu-perl (0.09002-1) unstable; urgency=low
 
   * New upstream release.
   * debian/control: Update dependencies.
@@ -8,7 +6,7 @@
   * debian/copyright: Add information on new libraries in inc/.
   * Bump Standards-Version to 3.9.2 (no changes).
 
- -- Ansgar Burchardt <ansgar at debian.org>  Sat, 23 Apr 2011 13:18:27 +0200
+ -- Ansgar Burchardt <ansgar at debian.org>  Sun, 24 Apr 2011 11:57:44 +0200
 
 libhtml-formfu-perl (0.08002-1) unstable; urgency=low
 

Modified: trunk/libhtml-formfu-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/control?rev=73365&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/control (original)
+++ trunk/libhtml-formfu-perl/debian/control Sun Apr 24 10:09:05 2011
@@ -16,7 +16,7 @@
  libnumber-format-perl,
  libhash-flatten-perl, libpath-class-perl, libdata-visitor-perl (>= 0.26),
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.92),
- libclass-mop-perl, libmoose-perl, libmoosex-aliases-perl,
+ libmoose-perl (>= 2) | libclass-mop-perl, libmoose-perl, libmoosex-aliases-perl,
  libmoosex-chainedaccessors-perl, libmoosex-setonce-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>,
@@ -41,7 +41,7 @@
  libyaml-libyaml-perl (>= 0.32), libtemplate-perl, libdate-calc-perl,
  libcrypt-cbc-perl, libreadonly-perl, libcaptcha-recaptcha-perl (>= 0.94),
  libnumber-format-perl, libhash-flatten-perl, libpath-class-perl,
- libclass-mop-perl, libmoose-perl, libmoosex-aliases-perl,
+ libmoose-perl (>= 2) | libclass-mop-perl, libmoose-perl, libmoosex-aliases-perl,
  libmoosex-chainedaccessors-perl, libmoosex-setonce-perl
 Breaks: libhtml-formfu-model-dbic-perl (<< 0.09000)
 Suggests: libhtml-formfu-model-dbic-perl, libcgi-simple-perl

Added: trunk/libhtml-formfu-perl/debian/patches/do-not-check-for-old-version.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/patches/do-not-check-for-old-version.diff?rev=73365&op=file
==============================================================================
--- trunk/libhtml-formfu-perl/debian/patches/do-not-check-for-old-version.diff (added)
+++ trunk/libhtml-formfu-perl/debian/patches/do-not-check-for-old-version.diff Sun Apr 24 10:09:05 2011
@@ -1,0 +1,15 @@
+From: Ansgar Burchardt <ansgar at debian.org>
+Date: Sat, 23 Apr 2011 13:54:55 +0200
+Origin: vendor
+Forwarded: not-needed
+Subject: do not check for old versions when building the package
+--- libhtml-formfu-perl.orig/Makefile.PL
++++ libhtml-formfu-perl/Makefile.PL
+@@ -8,6 +8,7 @@
+ # required for legacy check below
+ include_deps 'IO::Interactive' => '0.04';
+ 
++if (0)
+ {
+     # check for old non-Moose version
+     




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