[libdevice-cdio-perl] 03/07: Drop patches, both merged or fixed otherwise upstream.
gregor herrmann
gregoa at debian.org
Thu Nov 2 13:50:35 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 2ba300ade801ef06118a319909df1036500546f8
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Nov 2 14:40:09 2017 +0100
Drop patches, both merged or fixed otherwise upstream.
---
.../patches/03_version_information_in_swig.patch | 28 -------
debian/patches/06_spelling.patch | 96 ----------------------
debian/patches/series | 2 -
3 files changed, 126 deletions(-)
diff --git a/debian/patches/03_version_information_in_swig.patch b/debian/patches/03_version_information_in_swig.patch
deleted file mode 100644
index 5242cd2..0000000
--- a/debian/patches/03_version_information_in_swig.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: The conditional compilation based on the lib's version wasn't working.
-Bug: https://github.com/rocky/Perl-Device-Cdio/pull/3
-Forwarded: https://github.com/rocky/Perl-Device-Cdio/pull/3
-Author: Martín Ferrari <martin.ferrari at gmail.com>
-Last-Update: 2017-10-30
-Applied-Upstream: https://github.com/rocky/Perl-Device-Cdio/commit/e0a216a58c6164e53129a912a4243a635a96c523
-
---- a/swig/device.swg
-+++ b/swig/device.swg
-@@ -17,6 +17,7 @@
- /* See <cdio/device.h> for more extensive documentation. */
-
- %include "device_const.swg"
-+#include <cdio/version.h>
-
- /* Set up to allow functions to return device lists of type "char
- *". We'll use a typedef so we can make sure to isolate this. I
---- a/swig/perliso9660.swg
-+++ b/swig/perliso9660.swg
-@@ -43,7 +43,7 @@
- %constant long int RECORD = ISO_RECORD;
-
- /* When version 0.77 comes out, require it and fix this fix this. */
--#if 0
-+#if LIBCDIO_VERSION_NUM >= 77
- %constant long int PROTECTION = ISO_PROTECTION;
- #else
- %constant long int PROTECTION = 16;
diff --git a/debian/patches/06_spelling.patch b/debian/patches/06_spelling.patch
deleted file mode 100644
index 5429f8a..0000000
--- a/debian/patches/06_spelling.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-Description: spelling mistake
-Origin: vendor
-Bug: https://github.com/rocky/Perl-Device-Cdio/issues/4
-Forwarded: https://github.com/rocky/Perl-Device-Cdio/issues/4
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2017-10-30
-Applied-Upstream: https://github.com/rocky/Perl-Device-Cdio/commit/bc9fc96b201b7f8d7f7728a0068e8a4f6a3cec09
-
---- a/lib/Device/Cdio/Track.pm
-+++ b/lib/Device/Cdio/Track.pm
-@@ -286,7 +286,7 @@
- $isrc = $track->get_track_isrc;
-
- Returns an empty string or the International Standard Recording Code.
--Which is presented in 4 hyphen seperated substrings: "CC-XXX-YY-NNNNN"
-+Which is presented in 4 hyphen separated substrings: "CC-XXX-YY-NNNNN"
-
- "CC" two-character ISO 3166-1 alpha-2 country code
- "XXX" is a three character alphanumeric registrant code
---- a/lib/Device/Cdio.pm
-+++ b/lib/Device/Cdio.pm
-@@ -289,7 +289,7 @@
-
- If "any" is set false then ALL capabilities listed in the extended
- portion of capabilities (i.e. not the basic filesystem) must be
--satisified. If "any" is set true, then if any of the capabilities
-+satisfied. If "any" is set true, then if any of the capabilities
- matches, we call that a success.
-
- To find a CD-drive of any type, use the mask $perlcdio::FS_MATCH_ALL.
---- a/lib/Device/Cdio/ISO9660/FS.pm
-+++ b/lib/Device/Cdio/ISO9660/FS.pm
-@@ -38,7 +38,7 @@
- ISO-9660 format is distinct working with a I<file> in a filesystem
- which contains an ISO-9660 image. See also
- L<Device::Cdio::ISO9660::IFS> for working with an ISO 9660 image
--stored as a file in a fileystem.
-+stored as a file in a filesystem.
-
- =head2 CALLING ROUTINES
-
---- a/lib/Device/Cdio/ISO9660/IFS.pm
-+++ b/lib/Device/Cdio/ISO9660/IFS.pm
-@@ -37,7 +37,7 @@
-
- An ISO-9660 image is distinct from a CD in a CD-ROM which has ISO-9660
- tracks; the latter contains other CD-like information (e.g. tracks,
--information or assocated with the CD). An ISO-9660 filesystem image on
-+information or associated with the CD). An ISO-9660 filesystem image on
- the other hand doesn't and is generally file in some file system,
- sometimes with the file extension ".iso"; perhaps it can be burned
- into a CD with a suitable tool, perhaps is can be "mounted" as a
---- a/swig/device.swg
-+++ b/swig/device.swg
-@@ -219,7 +219,7 @@
-
- If "b_any" is set false then every capability listed in the
- extended portion of capabilities (i.e. not the basic filesystem)
--must be satisified. If "any" is set true, then if any of the
-+must be satisfied. If "any" is set true, then if any of the
- capabilities matches, we call that a success.
-
- To find a CD-drive of any type, use the mask CDIO_FS_MATCH_ALL.
---- a/lib/Device/Cdio/Device.pm
-+++ b/lib/Device/Cdio/Device.pm
-@@ -479,7 +479,7 @@
-
- audio_status : value
- status_text : audio_status as text
-- (INVALID,ERROR,NO_STATUS,UNKNWON,playing,paused,completed)
-+ (INVALID,ERROR,NO_STATUS,UNKNOWN,playing,paused,completed)
- track : track number
- index : index in track
- msf time values as ints minutes, seconds,frames :
---- a/perlcdio_wrap.c
-+++ b/perlcdio_wrap.c
-@@ -1958,7 +1958,7 @@
- a_s_t = "NO_STATUS";
- break;
- default:
-- a_s_t = "UNKNWON";
-+ a_s_t = "UNKNOWN";
- }
- hv_store(audio_st, "format", 6,
- newSVuv(sub.format), 0);
---- a/swig/audio.swg
-+++ b/swig/audio.swg
-@@ -159,7 +159,7 @@
- a_s_t = "NO_STATUS";
- break;
- default:
-- a_s_t = "UNKNWON";
-+ a_s_t = "UNKNOWN";
- }
- hv_store(audio_st, "format", 6,
- newSVuv(sub.format), 0);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 76c5ace..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-03_version_information_in_swig.patch
-06_spelling.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