[libnet-freedb-perl] 06/14: Drop patches, all applied upstream
Florian Schlichting
fsfs at moszumanska.debian.org
Tue Dec 1 21:26:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libnet-freedb-perl.
commit 22d71972b9025abd160ce3cb64b04a72995d3267
Author: Florian Schlichting <fsfs at debian.org>
Date: Tue Dec 1 21:56:55 2015 +0100
Drop patches, all applied upstream
---
debian/patches/fix-pod.patch | 26 -----------------------
debian/patches/fix_FTBFS_on_kFreeBSD.patch | 21 -------------------
debian/patches/no_internet.patch | 33 ------------------------------
debian/patches/series | 3 ---
4 files changed, 83 deletions(-)
diff --git a/debian/patches/fix-pod.patch b/debian/patches/fix-pod.patch
deleted file mode 100644
index bd70513..0000000
--- a/debian/patches/fix-pod.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: fix POD syntax
-Origin: vendor
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=94986
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-05-09
-
---- a/FreeDB.pm
-+++ b/FreeDB.pm
-@@ -297,6 +297,8 @@
-
- =head2 METHODS
-
-+=over
-+
- =item new(HOST => $h, PORT => $p, USER => $u, HOSTNAME => $hn, TIMEOUT => $to)
-
- Constructor:
-@@ -400,6 +402,8 @@
-
- NOTE: A different return type/design may be developed.
-
-+=back
-+
- =head1 BUGS
-
- The current version of getdiscid() and getdiscdata()
diff --git a/debian/patches/fix_FTBFS_on_kFreeBSD.patch b/debian/patches/fix_FTBFS_on_kFreeBSD.patch
deleted file mode 100644
index c795604..0000000
--- a/debian/patches/fix_FTBFS_on_kFreeBSD.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Fix FTBFS on Debian kFreeBSD-*
-Author: Daniel Lintott <daniel at serverb.co.uk>
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/625841
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=96077
-Last-Update: 2014-05-30
---- a/lib/discid.h
-+++ b/lib/discid.h
-@@ -37,10 +37,10 @@
- #include "linux.h"
- #endif //__linux__
-
--#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
- #include <sys/cdio.h>
- #include "freebsd.h"
--#endif // __FreeBSD__
-+#endif // __FreeBSD__ || __FreeBSD_kernel__
-
- #ifdef WIN32
- #include "win32.h"
diff --git a/debian/patches/no_internet.patch b/debian/patches/no_internet.patch
deleted file mode 100644
index 6f8184f..0000000
--- a/debian/patches/no_internet.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Don't run tests that need internet access (or a physical CD-Rom) if NO_NETWORK is set
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/625840
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=94988
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-05-09
-
---- a/test.pl
-+++ b/test.pl
-@@ -7,7 +7,7 @@
-
- use Test;
- use Data::Dumper;
--BEGIN { plan tests => 10 };
-+BEGIN { plan tests => ( $ENV{NO_NETWORK} ? 1 : 10) };
- use Net::FreeDB;
- ok(1); # If we made it this far, we're ok.
-
-@@ -16,6 +16,8 @@
- # Insert your test code below, the Test module is use()ed here so read
- # its man page ( perldoc Test ) for help writing this test script.
-
-+unless ( $ENV{NO_NETWORK} ) {
-+
- #########################
- ok($cddb = new Net::FreeDB('USER' => 'win32usr'));
-
-@@ -67,3 +69,5 @@
- }
-
- ok($id->{NUM_TRKS});
-+
-+} # end NO_NETWORK
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c1c37cf..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-fix_FTBFS_on_kFreeBSD.patch
-no_internet.patch
-fix-pod.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-freedb-perl.git
More information about the Pkg-perl-cvs-commits
mailing list