r44767 - in /trunk/libopengl-perl/debian: changelog patches/disable-glversion

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Fri Sep 25 07:41:28 UTC 2009


Author: mxey-guest
Date: Fri Sep 25 07:41:21 2009
New Revision: 44767

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44767
Log:
Explained patches/disable-glversion

Modified:
    trunk/libopengl-perl/debian/changelog
    trunk/libopengl-perl/debian/patches/disable-glversion

Modified: trunk/libopengl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/changelog?rev=44767&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/changelog (original)
+++ trunk/libopengl-perl/debian/changelog Fri Sep 25 07:41:21 2009
@@ -34,6 +34,8 @@
   [ Maximilian Gass ]
   * Added myself to uploaders
   * New upstream release (0.58)
+    + Added new patch disable-glversion to disable auto-detection of GL
+      features, as NO_DISPLAY is now ignored.
   * Added replacement for glext_procs.h (thanks to Lars Stoltenow)
   * Bumped Standards-Version to 3.8.3
     + Removed version on perl build-dependency

Modified: trunk/libopengl-perl/debian/patches/disable-glversion
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/patches/disable-glversion?rev=44767&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/patches/disable-glversion (original)
+++ trunk/libopengl-perl/debian/patches/disable-glversion Fri Sep 25 07:41:21 2009
@@ -1,3 +1,6 @@
+Disable use of glversion for autodetection of GL features. This would require X
+and I am not sure Xvfb would provide the same set of capabilities. Upstream also
+includes a gl_exclude.h already that works for us, so just skip the detection.
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -743,166 +743,6 @@




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