r59525 - in /trunk/libobject-id-perl/debian: changelog control patches/ patches/build_pl_data_uuid_version.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jun 18 22:50:25 UTC 2010


Author: gregoa
Date: Fri Jun 18 22:50:17 2010
New Revision: 59525

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59525
Log:
* Add libossp-uuid-perl to B-D-I and Recommends, and
  libnamespace-autoclean-perl to B-D-I.
* Add a patch that changes the format of the required version of Data::UUID
  in Build.PL.

Added:
    trunk/libobject-id-perl/debian/patches/
    trunk/libobject-id-perl/debian/patches/build_pl_data_uuid_version.patch
    trunk/libobject-id-perl/debian/patches/series
Modified:
    trunk/libobject-id-perl/debian/changelog
    trunk/libobject-id-perl/debian/control

Modified: trunk/libobject-id-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-id-perl/debian/changelog?rev=59525&op=diff
==============================================================================
--- trunk/libobject-id-perl/debian/changelog (original)
+++ trunk/libobject-id-perl/debian/changelog Fri Jun 18 22:50:17 2010
@@ -4,6 +4,10 @@
   * Convert to source format 3.0 (quilt).
   * Slightly improve short and long description.
   * Add /me to Uploaders.
+  * Add libossp-uuid-perl to B-D-I and Recommends, and
+    libnamespace-autoclean-perl to B-D-I.
+  * Add a patch that changes the format of the required version of Data::UUID
+    in Build.PL.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 19 Jun 2010 00:26:21 +0200
 

Modified: trunk/libobject-id-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-id-perl/debian/control?rev=59525&op=diff
==============================================================================
--- trunk/libobject-id-perl/debian/control (original)
+++ trunk/libobject-id-perl/debian/control Fri Jun 18 22:50:17 2010
@@ -3,7 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: libhash-fieldhash-perl (>= 0.10),
- libsub-name-perl (>= 0.03),
+ libsub-name-perl (>= 0.03), libossp-uuid-perl,
+ libnamespace-autoclean-perl,
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ivan Kohler <ivan-debian at 420.am>,
@@ -17,6 +18,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libhash-fieldhash-perl (>= 0.10),
  libsub-name-perl (>= 0.03)
+Recommends: libossp-uuid-perl
 Description: unique identifier for any object
  Object::ID is a unique identifier for any object, regardless of its type,
  structure or contents. Its features are:

Added: trunk/libobject-id-perl/debian/patches/build_pl_data_uuid_version.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-id-perl/debian/patches/build_pl_data_uuid_version.patch?rev=59525&op=file
==============================================================================
--- trunk/libobject-id-perl/debian/patches/build_pl_data_uuid_version.patch (added)
+++ trunk/libobject-id-perl/debian/patches/build_pl_data_uuid_version.patch Fri Jun 18 22:50:17 2010
@@ -1,0 +1,17 @@
+Author: gregor herrmann <gregoa at debian.org>
+Origin: vendor
+Forwarded: no
+Last-Update: 2010-06-19
+Description: Build.PL looks for Data::UUID >= 1.148, Data::UUID presents its $VERSION as 1.0602
+
+--- a/Build.PL
++++ b/Build.PL
+@@ -46,7 +46,7 @@
+         object_uuid     => {
+             description => "Unique object idenifier using UUIDs",
+             requires    => {
+-                "Data::UUID" => 1.148
++                "Data::UUID" => '1.010408'
+             }
+         }
+     },

Added: trunk/libobject-id-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-id-perl/debian/patches/series?rev=59525&op=file
==============================================================================
--- trunk/libobject-id-perl/debian/patches/series (added)
+++ trunk/libobject-id-perl/debian/patches/series Fri Jun 18 22:50:17 2010
@@ -1,0 +1,1 @@
+build_pl_data_uuid_version.patch




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