[libgraph-perl] 06/08: Drop all unnecessary patches, applied by upstream

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Nov 3 17:45:11 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libgraph-perl.

commit f17e44afa021707b0aabe944db4ff59becfb8939
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue Nov 3 15:34:47 2015 -0200

    Drop all unnecessary patches, applied by upstream
---
 debian/changelog                                   |  1 +
 ...Don-t-compare-version-numbers-numerically.patch | 39 ----------------------
 debian/patches/fix-pod.patch                       | 18 ----------
 debian/patches/series                              |  3 --
 debian/patches/spelling.patch                      | 18 ----------
 5 files changed, 1 insertion(+), 78 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4196b13..c261f45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libgraph-perl (1:0.9704-1) UNRELEASED; urgency=medium
   * Add debian/upstream/metadata
   * Import upstream version 0.9704
   * Update year of upstream copyright and upstream contact
+  * Drop all unnecessary patches, applied by upstream
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Tue, 03 Nov 2015 15:21:53 -0200
 
diff --git a/debian/patches/0001-Don-t-compare-version-numbers-numerically.patch b/debian/patches/0001-Don-t-compare-version-numbers-numerically.patch
deleted file mode 100644
index bafa03b..0000000
--- a/debian/patches/0001-Don-t-compare-version-numbers-numerically.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From f3268a0295ec4433c3154adb2572b4712570886e Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Sat, 19 Sep 2015 20:41:47 +0300
-Subject: [PATCH] Don't compare version numbers numerically
-
-Perl 5.20.2 has Storable 2.49_01, which generates warnings when
-compared as a number. Use UNIVERSAL::VERSION() instead,
-as suggested by Kevin Ryde.
-
-Bug-Debian: https://bugs.debian.org/782676
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=94046
-Forwarded: not-needed; already fixed upstream apparently
-
----
- lib/Graph.pm | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/lib/Graph.pm b/lib/Graph.pm
-index e96acb4..cb9c06c 100644
---- a/lib/Graph.pm
-+++ b/lib/Graph.pm
-@@ -19,7 +19,13 @@ $VERSION = '0.96';
- require 5.006; # Weak references are absolutely required.
- 
- my $can_deep_copy_Storable =
--    eval 'require Storable; require B::Deparse; $Storable::VERSION >= 2.05 && $B::Deparse::VERSION >= 0.61' && !$@;
-+  eval {
-+    require Storable;
-+    require B::Deparse;
-+    Storable->VERSION(2.05);
-+    B::Deparse->VERSION(0.61);
-+    }
-+  && !$@;
- 
- sub _can_deep_copy_Storable () {
-     return $can_deep_copy_Storable;
--- 
-2.5.1
-
diff --git a/debian/patches/fix-pod.patch b/debian/patches/fix-pod.patch
deleted file mode 100644
index 5ccb30e..0000000
--- a/debian/patches/fix-pod.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix POD: add missing NAME header
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-09-19
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107195
-Bug: https://rt.cpan.org/Ticket/Display.html?id=107195
-
---- a/lib/Graph/TransitiveClosure.pm
-+++ b/lib/Graph/TransitiveClosure.pm
-@@ -63,6 +63,8 @@
- __END__
- =pod
- 
-+=head1 NAME
-+
- Graph::TransitiveClosure - create and query transitive closure of graph
- 
- =head1 SYNOPSIS
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 502fe66..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-0001-Don-t-compare-version-numbers-numerically.patch
-spelling.patch
-fix-pod.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 2986b84..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix a spelling mistake
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-09-19
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107194
-Bug: https://rt.cpan.org/Ticket/Display.html?id=107194
-
---- a/lib/Heap071/Elem.pm
-+++ b/lib/Heap071/Elem.pm
-@@ -115,7 +115,7 @@
- ability to be heaped.  If the object is implemented as
- a hash, and if it can deal with a key of I<heap>, leaving
- it unchanged for use by the heap routines, then the following
--implemetation will work.
-+implementation will work.
- 
-   package myObject;
- 

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



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