r8714 - in /trunk/libopengl-perl/debian: changelog patches/series patches/use-system-headers

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Wed Oct 31 21:08:17 UTC 2007


Author: ntyni-guest
Date: Wed Oct 31 21:08:17 2007
New Revision: 8714

URL: http://svn.debian.org/wsvn/?sc=1&rev=8714
Log:
  + use-system-headers: look for glut.h in the system headers, not the
    bundled ones.

Added:
    trunk/libopengl-perl/debian/patches/use-system-headers
Modified:
    trunk/libopengl-perl/debian/changelog
    trunk/libopengl-perl/debian/patches/series

Modified: trunk/libopengl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/debian/changelog?rev=8714&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/changelog (original)
+++ trunk/libopengl-perl/debian/changelog Wed Oct 31 21:08:17 2007
@@ -17,11 +17,13 @@
     + no-display-build: don't try to find out the GL version and features
       from the running X server.
     + examples-perl-path: fix the path to 'perl' in the example files.
+    + use-system-headers: look for glut.h in the system headers, not the
+      bundled ones.
   * Upgrade to debhelper compatibility level 5.
   * Update debian/copyright.
   * still UNRELEASED: includes non-free header files? See #368560
 
- -- Niko Tyni <ntyni at iki.fi>  Mon, 29 Oct 2007 23:42:47 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Tue, 30 Oct 2007 00:05:29 +0200
 
 libopengl-perl (0.54.alan1-8) unstable; urgency=low
 

Modified: trunk/libopengl-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/debian/patches/series?rev=8714&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/patches/series (original)
+++ trunk/libopengl-perl/debian/patches/series Wed Oct 31 21:08:17 2007
@@ -1,2 +1,3 @@
+use-system-headers
 examples-perl-path
 no-display-build

Added: trunk/libopengl-perl/debian/patches/use-system-headers
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/debian/patches/use-system-headers?rev=8714&op=file
==============================================================================
--- trunk/libopengl-perl/debian/patches/use-system-headers (added)
+++ trunk/libopengl-perl/debian/patches/use-system-headers Wed Oct 31 21:08:17 2007
@@ -1,0 +1,5 @@
+--- libopengl-perl.orig/glut_util.h
++++ libopengl-perl/glut_util.h
+@@ -1 +1 @@
+-#include "./include/GL/glut.h"
++#include <GL/glut.h>




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