From 5e4e54c8815b34abe93223a81ee5876147d6acbe Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Tue, 13 May 2014 22:07:04 +0200 Subject: [PATCH] Drop perl-path.patch, merged upstream. --- debian/patches/perl-path.patch | 20 -------------------- debian/patches/series | 1 - 2 files changed, 21 deletions(-) delete mode 100644 debian/patches/perl-path.patch delete mode 100644 debian/patches/series diff --git a/debian/patches/perl-path.patch b/debian/patches/perl-path.patch deleted file mode 100644 index 9335779..0000000 --- a/debian/patches/perl-path.patch +++ /dev/null @@ -1,20 +0,0 @@ -Description: Fix perl path in const-c.inc - Reverts a change that happened somewhere between the 2.08 and 2.11 releases. - Probably harmless but still ... -Origin: vendor -Bug: https://github.com/Sereal/Sereal/issues/51 -Forwarded: https://github.com/Sereal/Sereal/issues/51 -Author: gregor herrmann -Last-Update: 2014-04-14 - ---- a/const-c.inc -+++ b/const-c.inc -@@ -673,7 +673,7 @@ - Regenerate these constant functions by feeding this entire source file to - perl -x - --#!/home/yorton/perl5/perlbrew/perls/perl-5.18.2/bin/perl -w -+#!/usr/bin/perl -w - use ExtUtils::Constant qw (constant_types C_constant XS_constant); - - my $types = {map {($_, 1)} qw(IV)}; diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 60c14a3..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -perl-path.patch -- 2.30.2