[SCM] Debian packaging of libopengl-perl branch, master, updated. upstream/0.66+dfsg-132-g386201d

Florian Schlichting fschlich at zedat.fu-berlin.de
Wed Jan 25 21:51:40 UTC 2012


The following commit has been merged in the master branch:
commit 447489232de68177071890e12abe7e3ef92a3b78
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Wed Jan 25 22:04:11 2012 +0100

    Make rewriting Perl path in examples actually work

diff --git a/debian/changelog b/debian/changelog
index 806a7cc..660823e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -67,6 +67,9 @@ libopengl-perl (0.66+dfsg-1) UNRELEASED; urgency=low
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
+  [ Florian Schlichting ]
+  * Make rewriting Perl path in examples actually work.
+
  -- Fabrizio Regalli <fabreg at fabreg.it>  Fri, 05 Aug 2011 11:50:28 +0200
 
 libopengl-perl (0.62+dfsg-1) unstable; urgency=low
diff --git a/debian/patches/examples-perl-path b/debian/patches/examples-perl-path
deleted file mode 100644
index 7494e85..0000000
--- a/debian/patches/examples-perl-path
+++ /dev/null
@@ -1,130 +0,0 @@
-fix path to perl
-
---- a/examples/clip
-+++ b/examples/clip
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #
- #     clip
- #
---- a/examples/cube
-+++ b/examples/cube
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #
- #       cube
- #
---- a/examples/depth
-+++ b/examples/depth
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #
- #         depth
- #
---- a/examples/double
-+++ b/examples/double
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #
- #           double
- #
---- a/examples/fun
-+++ b/examples/fun
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl 
-+#!/usr/bin/perl
- #
- #       object oriented programming example
- #
---- a/examples/glu_test
-+++ b/examples/glu_test
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #
- #       glu_test
- #
---- a/examples/light
-+++ b/examples/light
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #
- #          light
- #
---- a/examples/plane
-+++ b/examples/plane
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #
- #           plane
- # This program demonstrates the use of local versus 
---- a/examples/quest
-+++ b/examples/quest
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl 
-+#!/usr/bin/perl
- 
- # simple maze thingy
- 
---- a/examples/simple
-+++ b/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
- #
---- a/examples/smooth
-+++ b/examples/smooth
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #
- #            smooth
- #
---- a/examples/texhack
-+++ b/examples/texhack
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #
- #          texhack
- #
---- a/examples/texture
-+++ b/examples/texture
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #
- #          texture
- #
---- a/examples/tk_demo
-+++ b/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.
---- a/examples/tk_steal
-+++ b/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.
---- a/examples/try
-+++ b/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
- #
diff --git a/debian/rules b/debian/rules
index 499fda4..2d922ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #! /usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 

-- 
Debian packaging of libopengl-perl



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