r8679 - in /trunk/libopengl-perl/debian: changelog control rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Mon Oct 29 20:49:46 UTC 2007


Author: ntyni-guest
Date: Mon Oct 29 20:49:46 2007
New Revision: 8679

URL: http://svn.debian.org/wsvn/?sc=1&rev=8679
Log:
* Manage debian/patches with quilt.

Modified:
    trunk/libopengl-perl/debian/changelog
    trunk/libopengl-perl/debian/control
    trunk/libopengl-perl/debian/rules

Modified: trunk/libopengl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/debian/changelog?rev=8679&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/changelog (original)
+++ trunk/libopengl-perl/debian/changelog Mon Oct 29 20:49:46 2007
@@ -15,8 +15,9 @@
   * still UNRELEASED: needs work on the basic packaging, major blockers
     should be fixed.
   * Wrap overlong Build-Depends line.
+  * Manage debian/patches with quilt.
 
- -- Niko Tyni <ntyni at iki.fi>  Mon, 29 Oct 2007 22:29:35 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Mon, 29 Oct 2007 22:35:18 +0200
 
 libopengl-perl (0.54.alan1-8) unstable; urgency=low
 

Modified: trunk/libopengl-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/debian/control?rev=8679&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/control (original)
+++ trunk/libopengl-perl/debian/control Mon Oct 29 20:49:46 2007
@@ -1,7 +1,7 @@
 Source: libopengl-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>> 4.1), perl (>> 5.8.1), 
+Build-Depends: debhelper (>> 4.1), perl (>> 5.8.1), quilt (>= 0.40),
  libgl1-mesa-dev | libgl-dev, freeglut3-dev | libglut-dev, 
  libglu1-mesa-dev | libglu-dev, libx11-dev
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libopengl-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libopengl-perl/debian/rules?rev=8679&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/rules (original)
+++ trunk/libopengl-perl/debian/rules Mon Oct 29 20:49:46 2007
@@ -1,6 +1,9 @@
 #! /usr/bin/make -f
 # -*-makefile-*-
 # debian/rules file for libopengl-perl
+
+# use quilt to manage patches
+include /usr/share/quilt/quilt.make
 
 PERL	?= /usr/bin/perl
 
@@ -17,14 +20,14 @@
 export CFLAGS=$(cflags)
 export CXXFLAGS=$(cflags)
 
-build:	build-stamp
+build:	patch build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL) INC="" LIBS="-lGLU -lglut -lGL -lX11"
 	$(MAKE) LD_RUN_PATH=
 	touch $@
 
-clean:	checkroot
+clean:	checkroot unpatch
 	rm -f build-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean




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