[DRE-commits] [ruby-ncurses] 05/05: Drop 0001-Use-ncursesw-includes.patch, resolved upstream

Per Andersson avtobiff at moszumanska.debian.org
Tue Sep 30 20:48:43 UTC 2014


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

avtobiff pushed a commit to branch master
in repository ruby-ncurses.

commit d8a265540c778de76799e427466bf09d43175ee0
Author: Per Andersson <avtobiff at gmail.com>
Date:   Tue Sep 30 22:44:11 2014 +0200

    Drop 0001-Use-ncursesw-includes.patch, resolved upstream
---
 debian/changelog                                |  2 ++
 debian/patches/0001-Use-ncursesw-includes.patch | 28 -------------------------
 debian/patches/series                           |  1 -
 3 files changed, 2 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a87c884..d2724dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ ruby-ncurses (1.4.8-1) unstable; urgency=low
   * Changed to my debian address
   * Include examples/form*.rb files, they are GFDL-1.2+ licensed
     - Remove orig source repackaging
+  * Drop 0001-Use-ncursesw-includes.patch, resolved upstream
+
 
  -- Per Andersson <avtobiff at debian.org>  Tue, 30 Sep 2014 22:12:15 +0200
 
diff --git a/debian/patches/0001-Use-ncursesw-includes.patch b/debian/patches/0001-Use-ncursesw-includes.patch
index efc7895..d05b1a6 100644
--- a/debian/patches/0001-Use-ncursesw-includes.patch
+++ b/debian/patches/0001-Use-ncursesw-includes.patch
@@ -2,31 +2,3 @@ Description: Use ncursesw headers
 Author: Per Andersson <avtobiff at gmail.com>
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/extconf.rb
-+++ b/extconf.rb
-@@ -132,14 +132,14 @@
- have_func("attr_get")
- 
- puts "checking for the panel library..."
--if have_header("panel.h")
-+if have_header("ncursesw/panel.h")
-   have_library("panelw", "panel_hidden")
- else
-   raise "panel library not found"
- end
- 
- puts "checking for the form library..."
--if have_header("form.h")
-+if have_header("ncursesw/form.h")
-   if not have_library("formw", "new_form")
-     raise "formw library not found"
-   end
-@@ -152,7 +152,7 @@
- end
- 
- puts "checking for the menu library..."
--if have_header("menu.h")
-+if have_header("ncursesw/menu.h")
-   have_library("menu", "new_menu")
- else
-   raise "menu library not found."
diff --git a/debian/patches/series b/debian/patches/series
index 72218d7..edbaff4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-Use-ncursesw-includes.patch
 0002-Absolute-path-to-ruby-interpreter.patch

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



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