r8683 - in /trunk/libopengl-perl: debian/ debian/patches/ examples/

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Mon Oct 29 21:06:18 UTC 2007


Author: ntyni-guest
Date: Mon Oct 29 21:06:18 2007
New Revision: 8683

URL: http://svn.debian.org/wsvn/?sc=1&rev=8683
Log:
  + examples-perl-path: fix the path to 'perl' in the example files.

Added:
    trunk/libopengl-perl/debian/patches/examples-perl-path
Modified:
    trunk/libopengl-perl/debian/changelog
    trunk/libopengl-perl/debian/patches/series
    trunk/libopengl-perl/examples/clip
    trunk/libopengl-perl/examples/cube
    trunk/libopengl-perl/examples/depth
    trunk/libopengl-perl/examples/double
    trunk/libopengl-perl/examples/fun
    trunk/libopengl-perl/examples/glu_test
    trunk/libopengl-perl/examples/light
    trunk/libopengl-perl/examples/plane
    trunk/libopengl-perl/examples/quest
    trunk/libopengl-perl/examples/simple
    trunk/libopengl-perl/examples/smooth
    trunk/libopengl-perl/examples/texhack
    trunk/libopengl-perl/examples/texture
    trunk/libopengl-perl/examples/tk_demo
    trunk/libopengl-perl/examples/tk_steal
    trunk/libopengl-perl/examples/try

Modified: trunk/libopengl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/debian/changelog?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/changelog (original)
+++ trunk/libopengl-perl/debian/changelog Mon Oct 29 21:06:18 2007
@@ -16,10 +16,11 @@
   * Manage debian/patches with quilt.
     + 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.
   * Upgrade to debhelper compatibility level 5.
   * still UNRELEASED: at least the copyright information should be checked
 
- -- Niko Tyni <ntyni at iki.fi>  Mon, 29 Oct 2007 22:59:43 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Mon, 29 Oct 2007 23:06:07 +0200
 
 libopengl-perl (0.54.alan1-8) unstable; urgency=low
 

Added: trunk/libopengl-perl/debian/patches/examples-perl-path
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/debian/patches/examples-perl-path?rev=8683&op=file
==============================================================================
--- trunk/libopengl-perl/debian/patches/examples-perl-path (added)
+++ trunk/libopengl-perl/debian/patches/examples-perl-path Mon Oct 29 21:06:18 2007
@@ -1,0 +1,128 @@
+--- libopengl-perl.orig/examples/clip
++++ libopengl-perl/examples/clip
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ #     clip
+ #
+--- libopengl-perl.orig/examples/cube
++++ libopengl-perl/examples/cube
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ #       cube
+ #
+--- libopengl-perl.orig/examples/depth
++++ libopengl-perl/examples/depth
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ #         depth
+ #
+--- libopengl-perl.orig/examples/double
++++ libopengl-perl/examples/double
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ #           double
+ #
+--- libopengl-perl.orig/examples/fun
++++ libopengl-perl/examples/fun
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl 
++#!/usr/bin/perl 
+ #
+ #       object oriented programming example
+ #
+--- libopengl-perl.orig/examples/glu_test
++++ libopengl-perl/examples/glu_test
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ #       glu_test
+ #
+--- libopengl-perl.orig/examples/light
++++ libopengl-perl/examples/light
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ #          light
+ #
+--- libopengl-perl.orig/examples/plane
++++ libopengl-perl/examples/plane
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ #           plane
+ # This program demonstrates the use of local versus 
+--- libopengl-perl.orig/examples/quest
++++ libopengl-perl/examples/quest
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl 
++#!/usr/bin/perl 
+ 
+ # simple maze thingy
+ 
+--- libopengl-perl.orig/examples/simple
++++ libopengl-perl/examples/simple
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ # simple example taken from listing 1-1 (or 1-2) from OpenGL book
+ #
+--- libopengl-perl.orig/examples/smooth
++++ libopengl-perl/examples/smooth
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ #            smooth
+ #
+--- libopengl-perl.orig/examples/texhack
++++ libopengl-perl/examples/texhack
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ #          texhack
+ #
+--- libopengl-perl.orig/examples/texture
++++ libopengl-perl/examples/texture
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ #          texture
+ #
+--- libopengl-perl.orig/examples/tk_demo
++++ libopengl-perl/examples/tk_demo
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl 
++#!/usr/bin/perl 
+ #
+ # This is an example of combining the tk module and opengl
+ # You have to have TK installed for this to work.
+--- libopengl-perl.orig/examples/tk_steal
++++ libopengl-perl/examples/tk_steal
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl 
++#!/usr/bin/perl 
+ #
+ # This is an example of combining the tk module and opengl
+ # You have to have TK installed for this to work.
+--- libopengl-perl.orig/examples/try
++++ libopengl-perl/examples/try
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ # simple example that opens up a window then goes into interpretor mode
+ #

Modified: trunk/libopengl-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/debian/patches/series?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/patches/series (original)
+++ trunk/libopengl-perl/debian/patches/series Mon Oct 29 21:06:18 2007
@@ -1,1 +1,2 @@
+examples-perl-path
 no-display-build

Modified: trunk/libopengl-perl/examples/clip
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/clip?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/clip (original)
+++ trunk/libopengl-perl/examples/clip Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 #     clip
 #

Modified: trunk/libopengl-perl/examples/cube
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/cube?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/cube (original)
+++ trunk/libopengl-perl/examples/cube Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 #       cube
 #

Modified: trunk/libopengl-perl/examples/depth
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/depth?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/depth (original)
+++ trunk/libopengl-perl/examples/depth Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 #         depth
 #

Modified: trunk/libopengl-perl/examples/double
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/double?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/double (original)
+++ trunk/libopengl-perl/examples/double Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 #           double
 #

Modified: trunk/libopengl-perl/examples/fun
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/fun?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/fun (original)
+++ trunk/libopengl-perl/examples/fun Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl 
+#!/usr/local/bin/perl 
 #
 #       object oriented programming example
 #

Modified: trunk/libopengl-perl/examples/glu_test
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/glu_test?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/glu_test (original)
+++ trunk/libopengl-perl/examples/glu_test Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 #       glu_test
 #

Modified: trunk/libopengl-perl/examples/light
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/light?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/light (original)
+++ trunk/libopengl-perl/examples/light Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 #          light
 #

Modified: trunk/libopengl-perl/examples/plane
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/plane?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/plane (original)
+++ trunk/libopengl-perl/examples/plane Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 #           plane
 # This program demonstrates the use of local versus 

Modified: trunk/libopengl-perl/examples/quest
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/quest?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/quest (original)
+++ trunk/libopengl-perl/examples/quest Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl 
+#!/usr/local/bin/perl 
 
 # simple maze thingy
 

Modified: trunk/libopengl-perl/examples/simple
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/simple?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/simple (original)
+++ trunk/libopengl-perl/examples/simple Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 # simple example taken from listing 1-1 (or 1-2) from OpenGL book
 #

Modified: trunk/libopengl-perl/examples/smooth
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/smooth?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/smooth (original)
+++ trunk/libopengl-perl/examples/smooth Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 #            smooth
 #

Modified: trunk/libopengl-perl/examples/texhack
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/texhack?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/texhack (original)
+++ trunk/libopengl-perl/examples/texhack Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 #          texhack
 #

Modified: trunk/libopengl-perl/examples/texture
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/texture?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/texture (original)
+++ trunk/libopengl-perl/examples/texture Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 #          texture
 #

Modified: trunk/libopengl-perl/examples/tk_demo
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/tk_demo?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/tk_demo (original)
+++ trunk/libopengl-perl/examples/tk_demo Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl 
+#!/usr/local/bin/perl 
 #
 # This is an example of combining the tk module and opengl
 # You have to have TK installed for this to work.

Modified: trunk/libopengl-perl/examples/tk_steal
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/tk_steal?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/tk_steal (original)
+++ trunk/libopengl-perl/examples/tk_steal Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl 
+#!/usr/local/bin/perl 
 #
 # This is an example of combining the tk module and opengl
 # You have to have TK installed for this to work.

Modified: trunk/libopengl-perl/examples/try
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/examples/try?rev=8683&op=diff
==============================================================================
--- trunk/libopengl-perl/examples/try (original)
+++ trunk/libopengl-perl/examples/try Mon Oct 29 21:06:18 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 #
 # simple example that opens up a window then goes into interpretor mode
 #




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