[SCM] Debian packaging of libclone-perl branch, master, updated. upstream/0.32-44-g68443f5

Xavier Guimard x.guimard at free.fr
Sat Nov 24 17:31:16 UTC 2012


The following commit has been merged in the master branch:
commit 485f781c984be3b555b5d552fa25ebf9296534af
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Nov 24 18:15:41 2012 +0100

    Remove fix-typo-in-croak-message.patch now fixed in upstream

diff --git a/debian/changelog b/debian/changelog
index 75c8165..16fb543 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libclone-perl (0.32-1) UNRELEASED; urgency=low
+libclone-perl (0.33-1) UNRELEASED; urgency=low
 
   WAITS-FOR: wheezy release
 
@@ -16,8 +16,7 @@ libclone-perl (0.32-1) UNRELEASED; urgency=low
   * Imported Upstream version 0.32
     + updated remark on Storable's dclone() (Closes: #516409)
   * Update debian/copyright file information.
-    Update format to copyright-format 1.0 as released together with Debian
-    policy 3.9.3.
+    Update format to copyright-format 1.0
     Update copyright years for upstream files an debian/* packaging.
     Explicitly refer to GPL-1 license text in common-licenses.
     Refer to Debian systems in general instead of only Debian GNU/Linux
@@ -27,9 +26,11 @@ libclone-perl (0.32-1) UNRELEASED; urgency=low
   * Convert to '3.0 (quilt)' source package format
   * Use tiny debian/rules file
   * Bump Standards-Version to 3.9.4
-  * Add fix-typo-in-croak-message.patch patch
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:33:17 +0000
+  [ Xavier Guimard ]
+  * Imported Upstream version 0.33
+
+ -- Xavier Guimard <x.guimard at free.fr>  Sat, 24 Nov 2012 18:12:58 +0100
 
 libclone-perl (0.31-1) unstable; urgency=low
 
diff --git a/debian/patches/fix-typo-in-croak-message.patch b/debian/patches/fix-typo-in-croak-message.patch
deleted file mode 100644
index fe2f089..0000000
--- a/debian/patches/fix-typo-in-croak-message.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix typo in croak message
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=81348
-Forwarded: yes
-Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2012-11-22
-
---- a/Clone.xs
-+++ b/Clone.xs
-@@ -194,7 +194,7 @@
-         clone = SvREFCNT_inc(ref);  /* just return the ref */
-         break;
-       default:
--        croak("unkown type: 0x%x", SvTYPE(ref));
-+        croak("unknown type: 0x%x", SvTYPE(ref));
-     }
- 
-   /**
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5df3e61..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-typo-in-croak-message.patch

-- 
Debian packaging of libclone-perl



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