[SCM] Debian packaging of libdbd-mock-perl branch, master, updated. b75d9d0ee0e2d663474c9fd11cca194bbff0b209

Ansgar Burchardt ansgar at debian.org
Thu Aug 11 12:40:38 UTC 2011


The following commit has been merged in the master branch:
commit b75d9d0ee0e2d663474c9fd11cca194bbff0b209
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Thu Aug 11 14:03:10 2011 +0200

    Remove patch fix-pod-spelling: applied upstream.

diff --git a/debian/changelog b/debian/changelog
index 350b98a..253395d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libdbd-mock-perl (1.42-1) unstable; urgency=low
 
   * New upstream release.
+  * Remove patch fix-pod-spelling: applied upstream.
   * Add build-dep on libtest-exception-perl (>= 0.31).
   * debian/control: Convert Vcs-* fields to Git.
 
diff --git a/debian/patches/fix-pod-spelling b/debian/patches/fix-pod-spelling
deleted file mode 100644
index 1f9b1a7..0000000
--- a/debian/patches/fix-pod-spelling
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Fix POD spelling mistakes reported by Lintian
-Author: Maximilian Gass <mxey at cloudconnected.org>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=69055
---- a/lib/DBD/Mock.pm
-+++ b/lib/DBD/Mock.pm
-@@ -1903,7 +1903,7 @@
- 
- B<reset>
- 
--This will reset the internal pointer to the begining of the statement history.
-+This will reset the internal pointer to the beginning of the statement history.
- 
- =back
- 
-@@ -1985,7 +1985,7 @@
- 
- Basically this feature allows you to alias attributes to other attributes. So for instance, you can alias a commonly expected attribute like 'mysql_insertid' to something DBD::Mock already has like 'mock_last_insert_id'. While you can also just set 'mysql_insertid' yourself, this functionality allows it to take advantage of things like the autoincrementing of the 'mock_last_insert_id' attribute.
- 
--Right now this feature is highly experimental, and has been added as a first attempt to automatically handle some of the DBD specific attributes which are commonly used/accessed in DBI programming. The functionality is off by default so as to not cause any issues with backwards compatability, but can easily be turned on and off like this:
-+Right now this feature is highly experimental, and has been added as a first attempt to automatically handle some of the DBD specific attributes which are commonly used/accessed in DBI programming. The functionality is off by default so as to not cause any issues with backwards compatibility, but can easily be turned on and off like this:
- 
-   # turn it on
-   $DBD::Mock::AttributeAliasing++;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index bd7d0d9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-pod-spelling

-- 
Debian packaging of libdbd-mock-perl



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