[SCM] libdata-guid-perl Debian packaging branch, master, updated. upstream/0.047-27-g4f4d913

Jonas Smedegaard dr at jones.dk
Sat Jul 20 22:34:48 UTC 2013


The following commit has been merged in the master branch:
commit 48d2c23d6fbc24ba42e8f3e6c0c9a6c81e1dc73b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jul 21 00:27:46 2013 +0200

    Add patch 2001 to allow use of alternate shim provided by OSSP::uuid.

diff --git a/debian/patches/2001_avoid_inflated_versioning.patch b/debian/patches/2001_avoid_inflated_versioning.patch
new file mode 100644
index 0000000..407c2d0
--- /dev/null
+++ b/debian/patches/2001_avoid_inflated_versioning.patch
@@ -0,0 +1,15 @@
+Description: allow use of alternate shim provided by OSSP::uuid
+Author: Jonas Smedegaard <dr at jones.dk>
+Last-Update: 2013-07-21
+
+--- a/lib/Data/GUID.pm
++++ b/lib/Data/GUID.pm
+@@ -7,7 +7,7 @@
+ # ABSTRACT: globally unique identifiers
+ 
+ use Carp ();
+-use Data::UUID 1.148;
++use Data::UUID;
+ use Sub::Install 0.03;
+ 
+ 
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ca2c4c3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+2001_avoid_inflated_versioning.patch

-- 
libdata-guid-perl Debian packaging



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