[DRE-commits] [ruby-dataobjects-postgres] 05/06: drop 0300_postgres_ext_h.patch

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jul 24 12:17:16 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-dataobjects-postgres.

commit 2fb1407835dfc89f10680c8e1d75556953fbe598
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jul 24 09:06:43 2015 -0300

    drop 0300_postgres_ext_h.patch
---
 debian/changelog                         |  2 ++
 debian/patches/0300_postgres_ext_h.patch | 16 ----------------
 debian/patches/series                    |  1 -
 3 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 58b1b16..7321d27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ ruby-dataobjects-postgres (0.10.16-1) unstable; urgency=medium
   * Team upload
   * New upstream release
   * Update packaging with a new dh-make-ruby run
+  * 0300_postgres_ext_h.patch: drop patch; postgres.h is actually the right
+    header (it's the one actualy included by the C code)
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 24 Jul 2015 09:02:03 -0300
 
diff --git a/debian/patches/0300_postgres_ext_h.patch b/debian/patches/0300_postgres_ext_h.patch
deleted file mode 100644
index 69442af..0000000
--- a/debian/patches/0300_postgres_ext_h.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: change the name of the postgres header
- It is now called postgres_ext.h in PostgreSQL 9.3.
-Author: Cédric Boutillier <boutil at debian.org>
-Bug-Debian: http://bugs.debian.org/743981
-Last-Update: 2014-04-10
-
---- a/ext/do_postgres/extconf.rb
-+++ b/ext/do_postgres/extconf.rb
-@@ -17,7 +17,7 @@
- def have_build_env
-   (have_library('pq') || have_library('libpq')) &&
-   have_header('libpq-fe.h') && have_header('libpq/libpq-fs.h') &&
--  have_header('postgres.h') && have_header('mb/pg_wchar.h') &&
-+  have_header('postgres_ext.h') && have_header('mb/pg_wchar.h') &&
-   have_header('catalog/pg_type.h')
- end
diff --git a/debian/patches/series b/debian/patches/series
index 98a35b6..0f82358 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0100_remove_rubygems_from_specs.patch
 0200_remove_LOAD_PATH_manipulation_from_specs.patch
-0300_postgres_ext_h.patch

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



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