[DRE-commits] r2969 - in packages/libgd-ruby/trunk/debian: . patches

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Sat Aug 30 17:25:59 UTC 2008


Author: terceiro-guest
Date: 2008-08-30 17:25:58 +0000 (Sat, 30 Aug 2008)
New Revision: 2969

Added:
   packages/libgd-ruby/trunk/debian/patches/
   packages/libgd-ruby/trunk/debian/patches/fix-set-interlace-on-amd64.patch
Modified:
   packages/libgd-ruby/trunk/debian/changelog
   packages/libgd-ruby/trunk/debian/control
   packages/libgd-ruby/trunk/debian/rules
Log:
fixed segfault on amd64



Modified: packages/libgd-ruby/trunk/debian/changelog
===================================================================
--- packages/libgd-ruby/trunk/debian/changelog	2008-08-30 09:45:17 UTC (rev 2968)
+++ packages/libgd-ruby/trunk/debian/changelog	2008-08-30 17:25:58 UTC (rev 2969)
@@ -7,8 +7,13 @@
   * Removed superfluous debian/dirs and Debian-specific changes
     to extconf.rb. 
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed, 02 Apr 2008 19:40:15 +0200
+  [ Antonio Terceiro ]
+  * Added debian/patches/fix-set-interlace-on-amd64.patch to fix segmentation
+    faults on amd64 when using the interlace option (Closes: #497191).
+  * Added myself to Uploaders in debian/control.
 
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Sat, 30 Aug 2008 14:37:00 -0300
+
 libgd-ruby (0.7.4.1-5) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/libgd-ruby/trunk/debian/control
===================================================================
--- packages/libgd-ruby/trunk/debian/control	2008-08-30 09:45:17 UTC (rev 2968)
+++ packages/libgd-ruby/trunk/debian/control	2008-08-30 17:25:58 UTC (rev 2969)
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>
 Build-Depends: cdbs, debhelper (>> 5.0.0), ruby-pkg-tools, libgd2-xpm-dev, libpng12-dev, zlib1g-dev, libfreetype6-dev, libjpeg62-dev, ruby1.8, ruby1.8-dev
 Standards-Version: 3.7.3
 Homepage: http://www.libgd.org/

Added: packages/libgd-ruby/trunk/debian/patches/fix-set-interlace-on-amd64.patch
===================================================================
--- packages/libgd-ruby/trunk/debian/patches/fix-set-interlace-on-amd64.patch	                        (rev 0)
+++ packages/libgd-ruby/trunk/debian/patches/fix-set-interlace-on-amd64.patch	2008-08-30 17:25:58 UTC (rev 2969)
@@ -0,0 +1,9 @@
+--- /home/graaff/playground/ruby-GD-0.7.4/GD.c	2001-05-30 16:14:17.000000000 +0200
++++ GD.c	2007-04-19 08:53:47.000000000 +0200
+@@ -1374,6 +1374,7 @@
+ 
+ static VALUE
+ img_set_interlace(img, val)
++    VALUE img, val;
+ {
+     gdImagePtr im;

Modified: packages/libgd-ruby/trunk/debian/rules
===================================================================
--- packages/libgd-ruby/trunk/debian/rules	2008-08-30 09:45:17 UTC (rev 2968)
+++ packages/libgd-ruby/trunk/debian/rules	2008-08-30 17:25:58 UTC (rev 2969)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_RUBY_SETUP_ARGS = --with-xpm --with-freetype \
 	--with-ttf --with-jpeg --enable-gd2_0




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