[DRE-commits] r2718 - in packages/libferret-ruby/trunk/debian: . patches

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Mon May 19 03:07:49 UTC 2008


Author: terceiro-guest
Date: 2008-05-19 03:07:47 +0000 (Mon, 19 May 2008)
New Revision: 2718

Added:
   packages/libferret-ruby/trunk/debian/patches/
   packages/libferret-ruby/trunk/debian/patches/01_add_s390_support.patch
Modified:
   packages/libferret-ruby/trunk/debian/changelog
   packages/libferret-ruby/trunk/debian/rules
Log:
preparing 0.11.6-2



Modified: packages/libferret-ruby/trunk/debian/changelog
===================================================================
--- packages/libferret-ruby/trunk/debian/changelog	2008-05-19 02:59:45 UTC (rev 2717)
+++ packages/libferret-ruby/trunk/debian/changelog	2008-05-19 03:07:47 UTC (rev 2718)
@@ -1,8 +1,11 @@
-libferret-ruby (0.11.6-2) UNRELEASED; urgency=low
+libferret-ruby (0.11.6-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * debian/control: swapping me and Leandro as Maintainer/Uploader.
+  * debian/rules: using CDBS's simple-patchsys.
+  * debian/patches/01_add_s390_support.patch: adding definition for S/390
+    systems (Closes: #474724).
 
- -- Paul van Tilburg <paulvt at debian.org>  Fri, 04 Apr 2008 23:52:16 +0200
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Mon, 19 May 2008 00:06:11 -0300
 
 libferret-ruby (0.11.6-1) unstable; urgency=low
 

Added: packages/libferret-ruby/trunk/debian/patches/01_add_s390_support.patch
===================================================================
--- packages/libferret-ruby/trunk/debian/patches/01_add_s390_support.patch	                        (rev 0)
+++ packages/libferret-ruby/trunk/debian/patches/01_add_s390_support.patch	2008-05-19 03:07:47 UTC (rev 2718)
@@ -0,0 +1,14 @@
+--- ext/posh.h.old	2008-05-19 00:00:28.023431831 -0300
++++ ext/posh.h	2008-05-18 23:40:11.315431932 -0300
+@@ -511,6 +511,11 @@
+ #  define POSH_CPU_STRING "PA-RISC"
+ #endif
+ 
++#if defined __s390__
++#  define POSH_CPU_S390 1
++#  define POSH_CPU_STRING "S/390"
++#endif
++
+ #if !defined POSH_CPU_STRING
+ #  error POSH cannot determine target CPU
+ #  define POSH_CPU_STRING "Unknown" /* this is here for Doxygen's benefit */

Modified: packages/libferret-ruby/trunk/debian/rules
===================================================================
--- packages/libferret-ruby/trunk/debian/rules	2008-05-19 02:59:45 UTC (rev 2717)
+++ packages/libferret-ruby/trunk/debian/rules	2008-05-19 03:07:47 UTC (rev 2718)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 install/libferret-ruby::
 	dh_rdoc -p $(cdbs_curpkg)




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