[libparanoid-perl] 05/13: Remove patches, the patched files does not exist in latest release

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jun 29 17:56:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit 458f5388ed89335d1740586831ed770ff3601780
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Wed Jun 29 14:09:46 2016 -0300

    Remove patches, the patched files does not exist in latest release
---
 debian/changelog                            |  1 +
 debian/patches/dont-use-DB_CDB_ALLDB.patch  | 19 -------------------
 debian/patches/series                       |  2 --
 debian/patches/stop-emailing-in-tests.patch | 20 --------------------
 4 files changed, 1 insertion(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f94bee3..259787b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 2.01
+  * Remove patches, the patched files does not exist in latest release
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Wed, 29 Jun 2016 14:03:20 -0300
 
diff --git a/debian/patches/dont-use-DB_CDB_ALLDB.patch b/debian/patches/dont-use-DB_CDB_ALLDB.patch
deleted file mode 100644
index 2013c04..0000000
--- a/debian/patches/dont-use-DB_CDB_ALLDB.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Remove obviously no more supported DB_CDB_ALLDB flag
- Fixes FTBFS due to test suite failures. BerkeleyDB::Env returned
- "Invalid argument" else.
-Author: Axel Beckert <abe at debian.org>
-Bug-Debian: https://bugs.debian.org/743123
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=94349#txn-1375178
-
---- a/lib/Paranoid/BerkeleyDB.pm
-+++ b/lib/Paranoid/BerkeleyDB.pm
-@@ -67,8 +67,7 @@
-         pdebug( "creating environment in $$self{DbDir}", PDLEVEL3 );
-         $$self{DbEnv} = BerkeleyDB::Env->new(
-             '-Home'  => $$self{DbDir},
--            '-Flags' => DB_CREATE | DB_INIT_CDB | DB_INIT_MPOOL |
--                DB_CDB_ALLDB,
-+            '-Flags' => DB_CREATE | DB_INIT_CDB | DB_INIT_MPOOL,
-             '-Mode' => $$self{DbMode},
-             );
-         $rv = defined $$self{DbEnv};
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9a3d454..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-stop-emailing-in-tests.patch
-dont-use-DB_CDB_ALLDB.patch
diff --git a/debian/patches/stop-emailing-in-tests.patch b/debian/patches/stop-emailing-in-tests.patch
deleted file mode 100644
index 1c3b115..0000000
--- a/debian/patches/stop-emailing-in-tests.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: don't email us during the tests
-Origin: vendor
-Forwarded: not-needed
-Author: Ryan Niebur <ryan at debian.org>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-02-12
-
---- a/t/10_log_email.t
-+++ b/t/10_log_email.t
-@@ -14,9 +14,7 @@
- my $rv;
- 
- SKIP: {
--    skip( 'Net::SMTP not found', 14 )
--        unless loadModule('Paranoid::Log::Email')
--            and exists $ENV{USER};
-+    skip( 'Not running mailing tests', 14 );
- 
-     # Bad mailhost, should fail
-     ok( enableFacility(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparanoid-perl.git



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