r38413 - in /trunk/libcurses-perl/debian: changelog patches/ patches/libcurses-perl_hurd1.debdiff patches/series

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jun 22 03:20:29 UTC 2009


Author: ryan52-guest
Date: Mon Jun 22 03:20:23 2009
New Revision: 38413

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38413
Log:
patch from Barry deFreese to fix build on Hurd (Closes: #533698)

Added:
    trunk/libcurses-perl/debian/patches/
    trunk/libcurses-perl/debian/patches/libcurses-perl_hurd1.debdiff
    trunk/libcurses-perl/debian/patches/series
Modified:
    trunk/libcurses-perl/debian/changelog

Modified: trunk/libcurses-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-perl/debian/changelog?rev=38413&op=diff
==============================================================================
--- trunk/libcurses-perl/debian/changelog (original)
+++ trunk/libcurses-perl/debian/changelog Mon Jun 22 03:20:23 2009
@@ -1,8 +1,12 @@
 libcurses-perl (1.27-2) UNRELEASED; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:33:28 +0000
+  [ Ryan Niebur ]
+  * patch from Barry deFreese to fix build on Hurd (Closes: #533698)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 21 Jun 2009 20:20:13 -0700
 
 libcurses-perl (1.27-1) unstable; urgency=low
 

Added: trunk/libcurses-perl/debian/patches/libcurses-perl_hurd1.debdiff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-perl/debian/patches/libcurses-perl_hurd1.debdiff?rev=38413&op=file
==============================================================================
--- trunk/libcurses-perl/debian/patches/libcurses-perl_hurd1.debdiff (added)
+++ trunk/libcurses-perl/debian/patches/libcurses-perl_hurd1.debdiff Mon Jun 22 03:20:23 2009
@@ -1,0 +1,32 @@
+patch from Barry deFreese to fix build on Hurd
+
+--- /dev/null
++++ b/hints/c-gnu.h
+@@ -0,0 +1,27 @@
++/*  Hint file for the GNU platform.
++ *
++ *  If this configuration doesn't work, look at the file "c-none.h"
++ *  for how to set the configuration options.
++ */
++
++#include <ncurses.h>
++
++#ifdef C_PANELSUPPORT
++#include <panel.h>
++#endif
++
++#ifdef C_MENUSUPPORT
++#include <menu.h>
++#endif
++
++#ifdef C_FORMSUPPORT
++#include <form.h>
++#endif
++
++#define C_LONGNAME
++#define C_LONG0ARGS
++#undef  C_LONG2ARGS
++
++#define C_TOUCHLINE
++#define C_TOUCH3ARGS
++#undef  C_TOUCH4ARGS

Added: trunk/libcurses-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-perl/debian/patches/series?rev=38413&op=file
==============================================================================
--- trunk/libcurses-perl/debian/patches/series (added)
+++ trunk/libcurses-perl/debian/patches/series Mon Jun 22 03:20:23 2009
@@ -1,0 +1,1 @@
+libcurses-perl_hurd1.debdiff




More information about the Pkg-perl-cvs-commits mailing list