[libcookie-baker-perl] 02/03: Build-depend on libtest-time-perl

gregor herrmann gregoa at debian.org
Wed Oct 5 18:12:40 UTC 2016


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

gregoa pushed a commit to branch master
in repository libcookie-baker-perl.

commit 8b51d5389e77b4d1a6fe932c9a6551fe9194bf65
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 5 20:10:01 2016 +0200

    Build-depend on libtest-time-perl
    
    instead of libtest-mocktime-perl, and drop use_test-mocktime.patch
    accordingly.
---
 debian/control                         |  2 +-
 debian/patches/series                  |  1 -
 debian/patches/use_test-mocktime.patch | 16 ----------------
 3 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 358366a..8b7def2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Florian Schlichting <fsfs at debian.org>
 Build-Depends: debhelper (>= 9),
                libmodule-build-perl,
                perl
-Build-Depends-Indep: libtest-mocktime-perl,
+Build-Depends-Indep: libtest-time-perl,
                      liburi-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcookie-baker-perl.git
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2272c68..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-use_test-mocktime.patch
diff --git a/debian/patches/use_test-mocktime.patch b/debian/patches/use_test-mocktime.patch
deleted file mode 100644
index 304a4e4..0000000
--- a/debian/patches/use_test-mocktime.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Use Test::MockTime instead of Test::Time
- It is very similar, has more features, and is already in the archive
-Author: Florian Schlichting <fsfs at debian.org>
-Forwarded: not-needed
-
---- a/t/01_bake.t
-+++ b/t/01_bake.t
-@@ -1,6 +1,7 @@
- use strict;
- use Test::More;
--use Test::Time time => 1381154217;
-+use Test::MockTime;
-+Test::MockTime::set_fixed_time(1381154217);
- use Cookie::Baker;
- 
- # Freeze time

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



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