summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDon Armstrong <don@donarmstrong.com>2018-03-06 13:11:48 -0800
committerDon Armstrong <don@donarmstrong.com>2018-03-06 13:11:48 -0800
commite58082dc1c16bc2ffe859b13dce779ab5fcc8348 (patch)
treec238846c1e8543e5b67647707311e32eb3874265 /debian
parent5055d4db6826a1a8520cb9ea2656db34718b964e (diff)
new upstream release 1.24; refresh remove tie hash method patch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/remove_tie_hash_method.diff2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3617e16..fb68051 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtest-postgresql-perl (1.24-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Don Armstrong <don@debian.org> Tue, 06 Mar 2018 13:06:39 -0800
+
libtest-postgresql-perl (1.23-2) unstable; urgency=medium
* Document the rest of the authors in debian/changelog; apparently
diff --git a/debian/patches/remove_tie_hash_method.diff b/debian/patches/remove_tie_hash_method.diff
index 6ed9c38..34096ae 100644
--- a/debian/patches/remove_tie_hash_method.diff
+++ b/debian/patches/remove_tie_hash_method.diff
@@ -8,7 +8,7 @@ Forwarded: not-needed
--- a/lib/Test/PostgreSQL.pm
+++ b/lib/Test/PostgreSQL.pm
@@ -16,23 +16,6 @@
- our $VERSION = '1.23';
+ our $VERSION = '1.24';
our $errstr;
-# Deprecate use of %Defaults as we want to remove this package global