[DRE-commits] [ruby-rugged] 03/05: update fix_header_path.patch accordingly

Cédric Boutillier boutil at moszumanska.debian.org
Tue Sep 15 08:26:00 UTC 2015


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

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

commit 91bc758cf6b9c41f539e282e8d88cb11c88b3b56
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Sep 14 13:38:28 2015 +0200

    update fix_header_path.patch accordingly
---
 debian/patches/fix_header_path.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/fix_header_path.patch b/debian/patches/fix_header_path.patch
index a9d153a..92b41ef 100644
--- a/debian/patches/fix_header_path.patch
+++ b/debian/patches/fix_header_path.patch
@@ -3,7 +3,7 @@ Description: remove reading version of libgit2 from the embedded copy
  This is essentially reverting the following commit from upstream:
  https://github.com/libgit2/rugged/commit/fa914748108b3c834928681ddc84556ed3790ce0.patch
 Author: Cédric Boutillier <boutil at debian.org>
-Last-Update: 2015-06-01
+Last-Update: 2015-09-013
 
 --- a/ext/rugged/extconf.rb
 +++ b/ext/rugged/extconf.rb
@@ -32,7 +32,7 @@ Last-Update: 2015-06-01
  #include <git2/version.h>
  
 -#if LIBGIT2_VER_MAJOR != #{major} || LIBGIT2_VER_MINOR != #{minor}
-+#if LIBGIT2_SOVERSION != 22
++#if LIBGIT2_SOVERSION != 23
  #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