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

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

commit 7f5f3d352447909503b97868535ccfafc2686c5d
Author: gregor herrmann <gre...@debian.org>
Date:   Wed Nov 4 22:16:26 2015 +0100

    extend use-clang-3.8.patch
    
    Gbp-Dch: Ignore
---
 debian/patches/use-clang-3.8.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/debian/patches/use-clang-3.8.patch 
b/debian/patches/use-clang-3.8.patch
index 226c524..09a751c 100644
--- a/debian/patches/use-clang-3.8.patch
+++ b/debian/patches/use-clang-3.8.patch
@@ -28,3 +28,23 @@ Last-Update: 2015-11-04
                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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to