[libclang-perl] 01/03: Drop use-clang-3.8.patch

gregor herrmann gregoa at debian.org
Fri Dec 4 16:51:58 UTC 2015


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

gregoa pushed a commit to branch master
in repository libclang-perl.

commit e30f9cef9c0e85e38c63c52dd0f938b56f2472f2
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 4 17:44:41 2015 +0100

    Drop use-clang-3.8.patch
    
    which changed the hardcoded llvm-3.5 to the hardcoded llvm-3.8
    (cf. #803645).
---
 debian/patches/series              |  1 -
 debian/patches/use-clang-3.8.patch | 50 --------------------------------------
 2 files changed, 51 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index cb5b514..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-use-clang-3.8.patch
diff --git a/debian/patches/use-clang-3.8.patch b/debian/patches/use-clang-3.8.patch
deleted file mode 100644
index 09a751c..0000000
--- a/debian/patches/use-clang-3.8.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Description: use clang-3.8 instead of clang-3.5
-  clang-3.5 will be removed from Debian archive and libclang-perl depends on
-  it. So, this patch use clang-3.8 instead of clang-3.5
-Forwarded: yes
-Bug: https://github.com/ghedo/p5-Clang/pull/8
-Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
-Last-Update: 2015-11-04
-
---- a/inc/MakeMaker.pm
-+++ b/inc/MakeMaker.pm
-@@ -8,7 +8,7 @@ extends 'Dist::Zilla::Plugin::MakeMaker:
- override _build_MakeFile_PL_template => sub {
- 	my ($self) = @_;
- 	my $template  = "use Devel::CheckLib;\n";
--	$template .= "check_lib_or_exit(libpath => '/usr/lib/llvm-3.5/lib', lib => 'clang');\n";
-+	$template .= "check_lib_or_exit(libpath => '/usr/lib/llvm-3.8/lib', lib => 'clang');\n";
- 
- 	return $template.super();
- };
-@@ -16,8 +16,8 @@ override _build_MakeFile_PL_template =>
- override _build_WriteMakefile_args => sub {
- 	return +{
- 		%{ super() },
--		LIBS	=> '-L/usr/lib/llvm-3.5/lib -lclang',
--		INC	=> '-I. -I/usr/lib/llvm-3.5/include',
-+		LIBS	=> '-L/usr/lib/llvm-3.8/lib -lclang',
-+		INC	=> '-I. -I/usr/lib/llvm-3.8/include',
- 		OBJECT	=> '$(O_FILES)',
- 	}
- };
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,5 +1,5 @@
- use Devel::CheckLib;
--check_lib_or_exit(libpath => '/usr/lib/llvm-3.5/lib', lib => 'clang');
-+check_lib_or_exit(libpath => '/usr/lib/llvm-3.8/lib', lib => 'clang');
- # This Makefile.PL for Clang was generated by
- # inc::MakeMaker <self>
- # and Dist::Zilla::Plugin::MakeMaker::Awesome 0.34.
-@@ -19,8 +19,8 @@ my %WriteMakefileArgs = (
-     "ExtUtils::MakeMaker" => 0
-   },
-   "DISTNAME" => "Clang",
--  "INC" => "-I. -I/usr/lib/llvm-3.5/include",
--  "LIBS" => "-L/usr/lib/llvm-3.5/lib -lclang",
-+  "INC" => "-I. -I/usr/lib/llvm-3.8/include",
-+  "LIBS" => "-L/usr/lib/llvm-3.8/lib -lclang",
-   "LICENSE" => "perl",
-   "MIN_PERL_VERSION" => "5.006",
-   "NAME" => "Clang",

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



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