[Python-modules-commits] r11058 - in packages/pyfltk/trunk/debian (3 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sat Jan 9 14:06:21 UTC 2010
Date: Saturday, January 9, 2010 @ 14:06:05
Author: dktrkranz
Revision: 11058
Remove debian/patches/force_opengl_support
Modified:
packages/pyfltk/trunk/debian/changelog
packages/pyfltk/trunk/debian/patches/series
Deleted:
packages/pyfltk/trunk/debian/patches/force_opengl_support
Modified: packages/pyfltk/trunk/debian/changelog
===================================================================
--- packages/pyfltk/trunk/debian/changelog 2010-01-09 13:34:59 UTC (rev 11057)
+++ packages/pyfltk/trunk/debian/changelog 2010-01-09 14:06:05 UTC (rev 11058)
@@ -2,8 +2,10 @@
* New upstream release.
* Switch to format 3.0 (quilt).
+ * debian/patches/force_opengl_support:
+ - Removed, proper fix has been implemented upstream.
- -- Luca Falavigna <dktrkranz at debian.org> Sat, 09 Jan 2010 14:34:25 +0100
+ -- Luca Falavigna <dktrkranz at debian.org> Sat, 09 Jan 2010 15:04:53 +0100
pyfltk (1.1.4-3) unstable; urgency=low
Deleted: packages/pyfltk/trunk/debian/patches/force_opengl_support
===================================================================
--- packages/pyfltk/trunk/debian/patches/force_opengl_support 2010-01-09 13:34:59 UTC (rev 11057)
+++ packages/pyfltk/trunk/debian/patches/force_opengl_support 2010-01-09 14:06:05 UTC (rev 11058)
@@ -1,16 +0,0 @@
-Force OpenGL support, fix FTBFS.
-
-Index: pyfltk-1.1.3/setup.py
-===================================================================
---- pyfltk-1.1.3.orig/setup.py 2009-03-10 19:49:01.929451202 +0100
-+++ pyfltk-1.1.3/setup.py 2009-03-10 19:49:40.297440498 +0100
-@@ -234,7 +234,7 @@
-
- # check also for multi-threading
- doMulti = False
-- doOpenGL = False
-+ doOpenGL = True
- doForms = False
- pos = 0
- for item in additional_libs:
-
Modified: packages/pyfltk/trunk/debian/patches/series
===================================================================
--- packages/pyfltk/trunk/debian/patches/series 2010-01-09 13:34:59 UTC (rev 11057)
+++ packages/pyfltk/trunk/debian/patches/series 2010-01-09 14:06:05 UTC (rev 11058)
@@ -1,3 +1,2 @@
no_docs
-force_opengl_support
platform_startswith
More information about the Python-modules-commits
mailing list