[libopengl-perl] 05/06: Refresh and forward patches
Florian Schlichting
fsfs at alioth.debian.org
Thu Oct 3 21:57:23 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libopengl-perl.
commit c96d891a286e5144c072f3dffe7d15744e177d08
Author: Florian Schlichting <fsfs at debian.org>
Date: Thu Oct 3 23:46:34 2013 +0200
Refresh and forward patches
---
debian/patches/disable-glversion | 10 +++++++---
debian/patches/dont_link_against_unused_libs | 4 ++--
debian/patches/fix-pod-spelling.patch | 4 ++--
3 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/debian/patches/disable-glversion b/debian/patches/disable-glversion
index 1eebbb5..54ffda5 100644
--- a/debian/patches/disable-glversion
+++ b/debian/patches/disable-glversion
@@ -3,7 +3,7 @@ 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
-@@ -763,166 +763,6 @@
+@@ -788,170 +788,6 @@
sub get_extensions
{
my($found,$no_excl) = @_;
@@ -35,10 +35,14 @@ includes a gl_exclude.h already that works for us, so just skip the detection.
-
- # Platform-specific makefiles for glversion
- my $make_ver;
-- if ($IS_MINGW)
+- if ($IS_STRAWBERRY)
+- {
+- $make_ver = "&strawberry.bat";
+- print "strawberry glversion: '$make_ver'\n" if $verbose>1;
+- }
+- elsif ($IS_MINGW)
- {
- $make_ver = "&mingw.bat";
--# $make_ver = '&dmake -f makefile.mingw GLUT_DEF='.$def;
- print "mingw glversion: '$make_ver'\n" if $verbose>1;
- }
- elsif ($IS_W32API)
diff --git a/debian/patches/dont_link_against_unused_libs b/debian/patches/dont_link_against_unused_libs
index 70c88b4..4f450e2 100644
--- a/debian/patches/dont_link_against_unused_libs
+++ b/debian/patches/dont_link_against_unused_libs
@@ -3,11 +3,11 @@ Description: prune "useless" library dependencies detected by dpkg-shlibdeps
why upstream links against them even though they're not used, or if it's an
artefact of our build environment that more advanced functionality does not
get enabled, or ...
-Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Author: Florian Schlichting <fsfs at debian.org>
--- a/Makefile.PL
+++ b/Makefile.PL
-@@ -490,10 +490,6 @@
+@@ -508,10 +508,6 @@
my $libs = ' -l'.join(' -l',values(%$found_libs));
my @more_libs = qw
{
diff --git a/debian/patches/fix-pod-spelling.patch b/debian/patches/fix-pod-spelling.patch
index d83bc60..8c4e78f 100644
--- a/debian/patches/fix-pod-spelling.patch
+++ b/debian/patches/fix-pod-spelling.patch
@@ -1,6 +1,6 @@
Description: fix a simple typo in pod
-Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
-
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://sourceforge.net/p/pogl/bugs/10/
--- a/Array.pod
+++ b/Array.pod
@@ -205,7 +205,7 @@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git
More information about the Pkg-perl-cvs-commits
mailing list