[libapp-nopaste-perl] 03/04: Drop debian_ubuntu-https.patch patch (applied upstream)

Salvatore Bonaccorso carnil at debian.org
Tue Feb 28 20:00:08 UTC 2017


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

carnil pushed a commit to branch master
in repository libapp-nopaste-perl.

commit f0b1bf43302d75616b4c1dafe7744e7ae98e4afd
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Feb 28 20:59:00 2017 +0100

    Drop debian_ubuntu-https.patch patch (applied upstream)
---
 debian/patches/debian_ubuntu-https.patch | 86 --------------------------------
 debian/patches/series                    |  1 -
 2 files changed, 87 deletions(-)

diff --git a/debian/patches/debian_ubuntu-https.patch b/debian/patches/debian_ubuntu-https.patch
deleted file mode 100644
index 9fb5348..0000000
--- a/debian/patches/debian_ubuntu-https.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-Description: use HTTPS for paste.debian.net and paste.ubuntu.com
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=120369
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=120369
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2017-02-27
-Applied-Upstream: 1.008 release
-
---- a/lib/App/Nopaste/Service/Debian.pm
-+++ b/lib/App/Nopaste/Service/Debian.pm
-@@ -1,7 +1,7 @@
- use strict;
- use warnings;
- package App::Nopaste::Service::Debian;
--# ABSTRACT: Service provider for Debian - http://paste.debian.net/
-+# ABSTRACT: Service provider for Debian - https://paste.debian.net/
- 
- our $VERSION = '1.007';
- 
-@@ -246,7 +246,7 @@
-     "yaml" => "yaml",
- };
- 
--sub uri { "http://paste.debian.net/" }
-+sub uri { "https://paste.debian.net/" }
- 
- sub fill_form {
-     my $self = shift;
-@@ -286,7 +286,7 @@
- 
- =head1 NAME
- 
--App::Nopaste::Service::Debian - Service provider for Debian - http://paste.debian.net/
-+App::Nopaste::Service::Debian - Service provider for Debian - https://paste.debian.net/
- 
- =head1 VERSION
- 
---- a/lib/App/Nopaste/Service/Ubuntu.pm
-+++ b/lib/App/Nopaste/Service/Ubuntu.pm
-@@ -1,7 +1,7 @@
- use strict;
- use warnings;
- package App::Nopaste::Service::Ubuntu;
--# ABSTRACT: Service provider for Ubuntu - http://paste.ubuntu.com/
-+# ABSTRACT: Service provider for Ubuntu - https://paste.ubuntu.com/
- 
- our $VERSION = '1.007';
- 
-@@ -207,7 +207,7 @@
-     "YAML"                           => "yaml",
- };
- 
--sub uri { "http://paste.ubuntu.com/" }
-+sub uri { "https://paste.ubuntu.com/" }
- 
- sub fill_form {
-     my $self = shift;
-@@ -244,7 +244,7 @@
- 
- =head1 NAME
- 
--App::Nopaste::Service::Ubuntu - Service provider for Ubuntu - http://paste.ubuntu.com/
-+App::Nopaste::Service::Ubuntu - Service provider for Ubuntu - https://paste.ubuntu.com/
- 
- =head1 VERSION
- 
---- a/t/004-02-debian.t
-+++ b/t/004-02-debian.t
-@@ -5,6 +5,6 @@
- 
- use App::Nopaste::Service::Debian;
- 
--is(App::Nopaste::Service::Debian->uri, 'http://paste.debian.net/');
-+is(App::Nopaste::Service::Debian->uri, 'https://paste.debian.net/');
- 
- done_testing;
---- a/t/004-10-ubuntu.t
-+++ b/t/004-10-ubuntu.t
-@@ -5,6 +5,6 @@
- 
- use App::Nopaste::Service::Ubuntu;
- 
--is(App::Nopaste::Service::Ubuntu->uri, 'http://paste.ubuntu.com/');
-+is(App::Nopaste::Service::Ubuntu->uri, 'https://paste.ubuntu.com/');
- 
- done_testing;
diff --git a/debian/patches/series b/debian/patches/series
index dc8b5e1..2e9783b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 use-usr-bin-perl-shebang.patch
-debian_ubuntu-https.patch

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



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