[libdevice-cdio-perl] 06/08: Drop 05_tests-in-chroot.patch.

gregor herrmann gregoa at debian.org
Thu Mar 2 22:32:52 UTC 2017


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

gregoa pushed a commit to branch master
in repository libdevice-cdio-perl.

commit 28c63235b601412ec90513bc621ca01ab1abb62b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Mar 2 23:30:49 2017 +0100

    Drop 05_tests-in-chroot.patch.
    
    This test is not needed anymore as we skip the tests both during build and
    autopkgtest.
---
 debian/patches/05_tests-in-chroot.patch | 35 ---------------------------------
 debian/patches/series                   |  1 -
 2 files changed, 36 deletions(-)

diff --git a/debian/patches/05_tests-in-chroot.patch b/debian/patches/05_tests-in-chroot.patch
deleted file mode 100644
index 02ff5e2..0000000
--- a/debian/patches/05_tests-in-chroot.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: skip tests that need a CDROM drive to enable building in a chroot
-Origin: vendor
-Forwarded: no
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-06-16
-
---- a/t/05.ops.t
-+++ b/t/05.ops.t
-@@ -14,6 +14,9 @@
- use Test::More tests => 6;
- note 'Test running miscellaneous operations';
- 
-+SKIP: {
-+skip "No device '/dev/cdrom' found", 6 unless -e "/dev/cdrom";
-+
- my @drives = Device::Cdio::get_devices();
- ok ( 1 , 'Device::Cdio::get_devices');
- @drives = Device::Cdio::get_devices_with_cap($perlcdio::FS_MATCH_ALL);
-@@ -26,3 +29,5 @@
- ok ( 1 , 'Device::Cdio::Device::have_ATAPI');
- $dev->get_media_changed();
- ok ( 1 , 'Device::Cdio::Device::get_media_changed');
-+
-+}
---- a/t/11.dev.t
-+++ b/t/11.dev.t
-@@ -16,6 +16,8 @@
- #should be imported from Build.PL or ...
- my $device = '/dev/cdrom';
- 
-+plan skip_all => "No device '$device' found" unless -e $device;
-+
- note 'Test running audio device operations';
- 
- my $dev = Device::Cdio::Device->new(-driver_id=>$perlcdio::DRIVER_DEVICE);
diff --git a/debian/patches/series b/debian/patches/series
index ae6a8ad..fddb5b2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 02_wrong_function_name.patch
 03_version_information_in_swig.patch
-05_tests-in-chroot.patch
 06_spelling.patch
 07_fix_perl_5.16_ftbfs.patch

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



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