[DRE-commits] [ruby-gpgme] 04/06: [evol] NUR (with updated dynamic_build.patch)

Marc Dequènes duck at alioth.debian.org
Mon Aug 12 18:09:52 UTC 2013


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

duck pushed a commit to branch master
in repository ruby-gpgme.

commit 28dcf120bc23e1c7c3ed825eb724c6ddea205c53
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Mon Aug 12 19:49:38 2013 +0200

    [evol] NUR (with updated dynamic_build.patch)
---
 debian/changelog                   |    3 ++-
 debian/patches/dynamic_build.patch |   16 ++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4395984..db31317 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-gpgme (2.0.0-3) UNRELEASED; urgency=low
+ruby-gpgme (2.0.2-1) UNRELEASED; urgency=low
 
   * Team upload.
 
@@ -6,6 +6,7 @@ ruby-gpgme (2.0.0-3) UNRELEASED; urgency=low
   * Removed the build of transitional packages required for Wheezy
 
   [ Marc Dequènes (Duck) ]
+  * New upstream release.
   * Patched buildsys to link with gpgme dynamically (and not with
     embedded libraries).
   * Increased Standards-Version to 3.9.4 (no changes).
diff --git a/debian/patches/dynamic_build.patch b/debian/patches/dynamic_build.patch
index 78cfb1e..df9d96a 100644
--- a/debian/patches/dynamic_build.patch
+++ b/debian/patches/dynamic_build.patch
@@ -1,10 +1,10 @@
 Index: ruby-gpgme/ext/gpgme/extconf.rb
 ===================================================================
---- ruby-gpgme.orig/ext/gpgme/extconf.rb	2011-10-30 11:29:15.566972501 +0100
-+++ ruby-gpgme/ext/gpgme/extconf.rb	2013-08-12 17:50:57.364714506 +0200
+--- ruby-gpgme.orig/ext/gpgme/extconf.rb	2013-08-12 19:41:44.719877511 +0200
++++ ruby-gpgme/ext/gpgme/extconf.rb	2013-08-12 19:43:09.543079685 +0200
 @@ -4,50 +4,18 @@
  SRC     = File.expand_path(File.dirname(__FILE__))
- PREFIX  = "#{BUILD}/dst/"
+ PREFIX  = "#{BUILD}/dst"
  
 -def sys(*cmd)
 -  puts "  -- #{cmd.join(' ')}"
@@ -24,15 +24,15 @@ Index: ruby-gpgme/ext/gpgme/extconf.rb
 -  sys("tar xjvf #{tgz}")
 -
 -  Dir.chdir(File.basename(tgz, '.tar.bz2')) do
--    sys("./configure --prefix=#{PREFIX} --disable-shared --enable-static --with-pic", *flags)
+-    sys("./configure --prefix=#{PREFIX} --libdir=#{PREFIX}/lib --disable-shared --enable-static --with-pic", *flags)
 -    sys("make")
 -    sys("make install")
 -  end
 -end
 -
--libgpg_error_tgz  = File.join(SRC, 'libgpg-error-1.10.tar.bz2')
--libassuan_tgz     = File.join(SRC, 'libassuan-2.0.2.tar.bz2')
--gpgme_tgz         = File.join(SRC, 'gpgme-1.3.1.tar.bz2')
+-libgpg_error_tgz  = File.join(SRC, 'libgpg-error-1.11.tar.bz2')
+-libassuan_tgz     = File.join(SRC, 'libassuan-2.1.0.tar.bz2')
+-gpgme_tgz         = File.join(SRC, 'gpgme-1.4.0.tar.bz2')
 -
 -# build deps
 -
@@ -55,7 +55,7 @@ Index: ruby-gpgme/ext/gpgme/extconf.rb
  
  # build gpgme extension
  
--unless have_library 'gpg-error_ext' and have_library 'gpgme_ext' and have_library 'assuan_ext' and have_library 'gpg-error_ext' and have_header 'gpgme.h'
+-unless have_library 'gpg-error_ext' and have_library 'assuan_ext' and have_library 'gpgme_ext' and have_header 'gpgme.h'
 +unless have_library 'gpgme' and have_header 'gpgme.h'
    STDERR.puts "\n\n"
    STDERR.puts "*********************************************************"

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



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