r72892 - in /trunk/libmoose-perl/debian: changelog patches/do-not-install-moose-outdated.patch patches/series

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Wed Apr 20 20:15:20 UTC 2011


Author: ghedo-guest
Date: Wed Apr 20 20:15:01 2011
New Revision: 72892

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72892
Log:
Add do-not-install-moose-outdated patch

Added:
    trunk/libmoose-perl/debian/patches/do-not-install-moose-outdated.patch
Modified:
    trunk/libmoose-perl/debian/changelog
    trunk/libmoose-perl/debian/patches/series

Modified: trunk/libmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/changelog?rev=72892&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/changelog (original)
+++ trunk/libmoose-perl/debian/changelog Wed Apr 20 20:15:01 2011
@@ -15,6 +15,7 @@
   * Update Conflicts in debian/control
   * Add API changes to debian/NEWS
   * Add fix-manpage-has-bad-whatis-entry-warnings patch
+  * Add do-not-install-moose-outdated patch
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Tue, 12 Apr 2011 21:40:07 +0200
 

Added: 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=72892&op=file
==============================================================================
--- trunk/libmoose-perl/debian/patches/do-not-install-moose-outdated.patch (added)
+++ trunk/libmoose-perl/debian/patches/do-not-install-moose-outdated.patch Wed Apr 20 20:15:01 2011
@@ -1,0 +1,19 @@
+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.
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2011-04-20
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -19,9 +19,6 @@
+     'ExtUtils::MakeMaker' => '6.31'
+   },
+   'DISTNAME' => 'Moose',
+-  'EXE_FILES' => [
+-    'bin/moose-outdated'
+-  ],
+   'LICENSE' => 'perl',
+   'NAME' => 'Moose',
+   'OBJECT' => 'xs/Attribute$(OBJ_EXT) xs/AttributeCore$(OBJ_EXT) xs/Class$(OBJ_EXT) xs/Generated$(OBJ_EXT) xs/HasAttributes$(OBJ_EXT) xs/HasMethods$(OBJ_EXT) xs/Inlined$(OBJ_EXT) xs/Instance$(OBJ_EXT) xs/Method$(OBJ_EXT) xs/Moose$(OBJ_EXT) xs/MOP$(OBJ_EXT) xs/Package$(OBJ_EXT) mop$(OBJ_EXT)',

Modified: trunk/libmoose-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/series?rev=72892&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/patches/series (original)
+++ trunk/libmoose-perl/debian/patches/series Wed Apr 20 20:15:01 2011
@@ -1,2 +1,3 @@
+do-not-install-moose-outdated.patch
 fix-manpage-has-bad-whatis-entry-warnings.patch
 0001-Work-around-a-numification-problem-on-ia64.patch




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