[DRE-commits] [ruby-rugged] 03/04: bump compatible libgit2 version

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Sep 10 14:06:30 UTC 2017


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

praveen pushed a commit to branch master
in repository ruby-rugged.

commit a76cf6b86973699d7bb8689f7eafae5aaedc0a9b
Author: Pirate Praveen <praveen at debian.org>
Date:   Sun Sep 10 19:24:13 2017 +0530

    bump compatible libgit2 version
---
 debian/patches/fix_header_path.patch | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/patches/fix_header_path.patch b/debian/patches/fix_header_path.patch
index 4b6c77e..708d593 100644
--- a/debian/patches/fix_header_path.patch
+++ b/debian/patches/fix_header_path.patch
@@ -5,11 +5,9 @@ Description: remove reading version of libgit2 from the embedded copy
 Author: Cédric Boutillier <boutil at debian.org>
 Last-Update: 2015-09-013
 
-Index: ruby-rugged/ext/rugged/extconf.rb
-===================================================================
---- ruby-rugged.orig/ext/rugged/extconf.rb
-+++ ruby-rugged/ext/rugged/extconf.rb
-@@ -31,26 +31,11 @@ if arg_config("--use-system-libraries",
+--- a/ext/rugged/extconf.rb
++++ b/ext/rugged/extconf.rb
+@@ -42,26 +42,11 @@
  
    dir_config('git2').any? or pkg_config('libgit2')
  
@@ -34,7 +32,7 @@ Index: ruby-rugged/ext/rugged/extconf.rb
  #include <git2/version.h>
  
 -#if LIBGIT2_VER_MAJOR != #{major} || LIBGIT2_VER_MINOR != #{minor}
-+#if LIBGIT2_SOVERSION != 24
++#if LIBGIT2_SOVERSION != 26
  #error libgit2 version is not compatible
  #endif
    SRC

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rugged.git



More information about the Pkg-ruby-extras-commits mailing list