r3965 - in /packages/libopengl-perl/trunk/debian: changelog control
rules
ntyni-guest at users.alioth.debian.org
ntyni-guest at users.alioth.debian.org
Thu Sep 28 20:20:19 UTC 2006
Author: ntyni-guest
Date: Thu Sep 28 20:20:18 2006
New Revision: 3965
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3965
Log:
Undo the library cleaning changes for now, to make room for a minimal
fix to the RC bug #389879. I'll replay the changes after the fix has
been uploaded.
Modified:
packages/libopengl-perl/trunk/debian/changelog
packages/libopengl-perl/trunk/debian/control
packages/libopengl-perl/trunk/debian/rules
Modified: packages/libopengl-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libopengl-perl/trunk/debian/changelog?rev=3965&op=diff
==============================================================================
--- packages/libopengl-perl/trunk/debian/changelog (original)
+++ packages/libopengl-perl/trunk/debian/changelog Thu Sep 28 20:20:18 2006
@@ -1,16 +1,3 @@
-libopengl-perl (0.54.alan1-6) unstable; urgency=low
-
- * Clean library dependencies:
- + remove build-dependencies on libxi-dev and libxmu-dev
- + add build-depency on libx11-dev
- + libglu1-xorg-dev is a transitional package; build-depend on
- libglu1-mesa-dev | libglu-dev instead
- + ditto for xlibmesa-gl-dev, replace it with libgl1-mesa-dev
- + explicitly specify only the needed libraries for the linker
- * Don't ignore the result value of 'make distclean'.
-
- -- Niko Tyni <ntyni at iki.fi> Tue, 26 Sep 2006 23:35:03 +0300
-
libopengl-perl (0.54.alan1-5) unstable; urgency=low
[ gregor herrmann ]
Modified: packages/libopengl-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libopengl-perl/trunk/debian/control?rev=3965&op=diff
==============================================================================
--- packages/libopengl-perl/trunk/debian/control (original)
+++ packages/libopengl-perl/trunk/debian/control Thu Sep 28 20:20:18 2006
@@ -1,9 +1,9 @@
Source: libopengl-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>> 4.1), perl (>> 5.8.1), libgl1-mesa-dev | libgl-dev, freeglut3-dev | libglut-dev, libglu1-mesa-dev | libglu-dev, libx11-dev
+Build-Depends: debhelper (>> 4.1), perl (>> 5.8.1), xlibmesa-gl-dev | libgl-dev, freeglut3-dev | libglut-dev, libglu1-xorg-dev, libxi-dev, libxmu-dev
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at iki.fi>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf at debian.org>
Standards-Version: 3.7.2
Package: libopengl-perl
Modified: packages/libopengl-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libopengl-perl/trunk/debian/rules?rev=3965&op=diff
==============================================================================
--- packages/libopengl-perl/trunk/debian/rules (original)
+++ packages/libopengl-perl/trunk/debian/rules Thu Sep 28 20:20:18 2006
@@ -20,13 +20,13 @@
build: build-stamp
build-stamp:
dh_testdir
- $(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL) INC="" LIBS="-lGLU -lglut -lGL -lX11"
+ $(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
$(MAKE) LD_RUN_PATH=
touch $@
clean: checkroot
rm -f build-stamp
- [ ! -f Makefile ] || $(MAKE) distclean
+ -$(MAKE) distclean
dh_clean
binary-indep: checkroot build
More information about the Pkg-perl-cvs-commits
mailing list