[libsys-info-base-perl] 01/05: Add patch to make the build process work without cwd in @INC.

gregor herrmann gregoa at debian.org
Sun Sep 18 15:39:10 UTC 2016


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

gregoa pushed a commit to branch master
in repository libsys-info-base-perl.

commit 134ad0a84f4a4abd396f169507de006d8f79cd8e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 18 17:30:01 2016 +0200

    Add patch to make the build process work without cwd in @INC.
    
    Thanks: Niko Tyni for coming up with the patch.
    Closes: #837264
---
 ...the-build-process-work-without-cwd-in-INC.patch | 26 ++++++++++++++++++++++
 debian/patches/README                              |  3 +++
 debian/patches/series                              |  1 +
 3 files changed, 30 insertions(+)

diff --git a/debian/patches/1001_Make-the-build-process-work-without-cwd-in-INC.patch b/debian/patches/1001_Make-the-build-process-work-without-cwd-in-INC.patch
new file mode 100644
index 0000000..b03e131
--- /dev/null
+++ b/debian/patches/1001_Make-the-build-process-work-without-cwd-in-INC.patch
@@ -0,0 +1,26 @@
+From d37e8eaa84e91c03b3f15ab873cc081152dd8b39 Mon Sep 17 00:00:00 2001
+From: Niko Tyni <ntyni at debian.org>
+Date: Sun, 18 Sep 2016 16:23:59 +0300
+Subject: [PATCH] Make the build process work without cwd in @INC
+
+Bug-Debian: https://bugs.debian.org/837264
+---
+ builder/lib/Build/Spec.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/builder/lib/Build/Spec.pm b/builder/lib/Build/Spec.pm
+index 394132a..1808fc5 100644
+--- a/builder/lib/Build/Spec.pm
++++ b/builder/lib/Build/Spec.pm
+@@ -15,7 +15,7 @@ BEGIN {
+ 
+ sub spec {
+     my %opt  = @_;
+-    my $file = 'SPEC';
++    my $file = './SPEC';
+     my $spec = do $file;
+ 
+     my %rv   =
+-- 
+2.9.3
+
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..33a208b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_Make-the-build-process-work-without-cwd-in-INC.patch

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



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