r36084 - in /trunk/libclass-xsaccessor-array-perl/debian: changelog patches/avoid-autoxs.patch rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 21 22:29:58 UTC 2009


Author: gregoa
Date: Thu May 21 22:29:53 2009
New Revision: 36084

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36084
Log:
* debian/rules: touch Makefile after unpatching Makefile.PL.
* Refresh patch avoid-autoxs.patch.

Modified:
    trunk/libclass-xsaccessor-array-perl/debian/changelog
    trunk/libclass-xsaccessor-array-perl/debian/patches/avoid-autoxs.patch
    trunk/libclass-xsaccessor-array-perl/debian/rules

Modified: trunk/libclass-xsaccessor-array-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/debian/changelog?rev=36084&op=diff
==============================================================================
--- trunk/libclass-xsaccessor-array-perl/debian/changelog (original)
+++ trunk/libclass-xsaccessor-array-perl/debian/changelog Thu May 21 22:29:53 2009
@@ -1,11 +1,16 @@
 libclass-xsaccessor-array-perl (1.02-1) unstable; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release
   * Added /me to uploaders
   * New copyright years from upstream
   * Added copyright for AutoXS.h from AutoXS::Header v1.00
   * Rewrote description
   * Upgraded to Standards-Version 3.8.1
+
+  [ gregor herrmann ]
+  * debian/rules: touch Makefile after unpatching Makefile.PL.
+  * Refresh patch avoid-autoxs.patch.
 
  -- Jonathan Yu <frequency at cpan.org>  Tue, 19 May 2009 00:43:01 -0400
 

Modified: trunk/libclass-xsaccessor-array-perl/debian/patches/avoid-autoxs.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/debian/patches/avoid-autoxs.patch?rev=36084&op=diff
==============================================================================
--- trunk/libclass-xsaccessor-array-perl/debian/patches/avoid-autoxs.patch (original)
+++ trunk/libclass-xsaccessor-array-perl/debian/patches/avoid-autoxs.patch Thu May 21 22:29:53 2009
@@ -12,7 +12,7 @@
      NAME              => 'Class::XSAccessor::Array',
      VERSION_FROM      => 'lib/Class/XSAccessor/Array.pm', # finds $VERSION
      PREREQ_PM         => {
--      'AutoXS::Header' => '0.02',
+-      'AutoXS::Header' => '1.00',
      }, # e.g., Module::Name => 1.1
      LICENSE => 'perl',
      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005

Modified: trunk/libclass-xsaccessor-array-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/debian/rules?rev=36084&op=diff
==============================================================================
--- trunk/libclass-xsaccessor-array-perl/debian/rules (original)
+++ trunk/libclass-xsaccessor-array-perl/debian/rules Thu May 21 22:29:53 2009
@@ -8,6 +8,7 @@
 	touch $@
 
 clean: unpatch
+	[ ! -f Makefile ] || touch Makefile
 	dh $@
 
 install: install-stamp




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