[SCM] Debian packaging of libnet-twitter-perl branch, master, updated. 7b3251a9adf0f990cead04dc2acf6c6107a0bdba

gregor herrmann gregoa at debian.org
Sat Oct 1 15:00:33 UTC 2011


The following commit has been merged in the master branch:
commit 04b75d4dc6c4277e79dcfa7a8bc8fb530985f085
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 1 16:49:38 2011 +0200

    Drop patches, both applied upstream.

diff --git a/debian/patches/digest-sha.patch b/debian/patches/digest-sha.patch
deleted file mode 100644
index fa49bd8..0000000
--- a/debian/patches/digest-sha.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Description: use Digest::SHA (perl core) instead if Digest::SHA1
-Origin: vendor
-Bug: http://bugs.debian.org/594273
-Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=67202
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-04-03
-
---- a/META.yml
-+++ b/META.yml
-@@ -30,7 +30,6 @@
-   Devel::StackTrace: 1.21
-   Digest::HMAC_SHA1: 0
-   Digest::SHA: 0
--  Digest::SHA1: 0
-   Encode: 0
-   File::Spec: 0
-   HTML::Entities: 0
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -28,7 +28,6 @@
- requires    'DateTime::Format::Strptime'=> 1.09;
- requires    'Devel::StackTrace'         => 1.21;
- requires    'Digest::HMAC_SHA1';
--requires    'Digest::SHA1';
- requires    'Encode';
- requires    'HTML::Entities';
- requires    'HTTP::Request::Common';
---- a/lib/Net/Twitter.pm
-+++ b/lib/Net/Twitter.pm
-@@ -2,7 +2,7 @@
- use Moose;
- use Carp;
- use Net::Twitter::Core;
--use Digest::SHA1 qw/sha1_hex/;
-+use Digest::SHA qw/sha1_hex/;
- 
- use namespace::autoclean;
- 
diff --git a/debian/patches/fix-bad-whatis-entry.patch b/debian/patches/fix-bad-whatis-entry.patch
deleted file mode 100644
index 1da5bb4..0000000
--- a/debian/patches/fix-bad-whatis-entry.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix manpage-has-bad-whatis-entry lintian warning for Net::Twitter::Role::AutoCursor
-Origin: vendor
-Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=67203
-Author: Alessandro Ghedini <al3xbio at gmail.com>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-04-03
-
---- a/lib/Net/Twitter/Role/AutoCursor.pm
-+++ b/lib/Net/Twitter/Role/AutoCursor.pm
-@@ -55,7 +55,7 @@
- 
- =head1 NAME
- 
--Net::Twitter::Role::AutoCursor
-+Net::Twitter::Role::AutoCursor - Help transition to cursor based access to friends_ids and followers_ids methods
- 
- =head1 SYNOPSIS
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 28e54b0..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-fix-bad-whatis-entry.patch
-digest-sha.patch

-- 
Debian packaging of libnet-twitter-perl



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