r44509 - in /trunk/libopengl-perl/debian: changelog patches/glext_procs-replacement patches/series

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Mon Sep 21 14:17:38 UTC 2009


Author: mxey-guest
Date: Mon Sep 21 14:17:26 2009
New Revision: 44509

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44509
Log:
Added replacement for glext_procs.h (thanks to Lars Stoltenow)

Added:
    trunk/libopengl-perl/debian/patches/glext_procs-replacement
Modified:
    trunk/libopengl-perl/debian/changelog
    trunk/libopengl-perl/debian/patches/series

Modified: trunk/libopengl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/changelog?rev=44509&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/changelog (original)
+++ trunk/libopengl-perl/debian/changelog Mon Sep 21 14:17:26 2009
@@ -28,8 +28,9 @@
   [ Maximilian Gass ]
   * Added myself to uploaders
   * New upstream release (0.58)
-
- -- Maximilian Gass <mxey at cloudconnected.org>  Mon, 21 Sep 2009 12:02:18 +0200
+  * Added replacement for glext_procs.h (thanks to Lars Stoltenow)
+
+ -- Maximilian Gass <mxey at cloudconnected.org>  Mon, 21 Sep 2009 16:16:58 +0200
 
 libopengl-perl (0.56.dfsg.1-2) unstable; urgency=low
 

Added: trunk/libopengl-perl/debian/patches/glext_procs-replacement
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/patches/glext_procs-replacement?rev=44509&op=file
==============================================================================
--- trunk/libopengl-perl/debian/patches/glext_procs-replacement (added)
+++ trunk/libopengl-perl/debian/patches/glext_procs-replacement Mon Sep 21 14:17:26 2009
@@ -1,0 +1,8 @@
+--- /dev/null
++++ b/glext_procs.h
+@@ -0,0 +1,5 @@
++#ifndef __glext_procs_h_
++#define __glext_procs_h_
++#include <GL/glext.h>
++#define GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT 0x8CD8
++#endif

Modified: trunk/libopengl-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/patches/series?rev=44509&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/patches/series (original)
+++ trunk/libopengl-perl/debian/patches/series Mon Sep 21 14:17:26 2009
@@ -1,2 +1,3 @@
+glext_procs-replacement
 examples-perl-path
 use-systems-gl




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