Heya,

I just NMUed wmpuzzle to help with the xlibs-dev transition. Patch
attached. 

Marc
-- 
BOFH #334:
50-- of the manual is in .pdf readme files
diff -u wmpuzzle-0.4.0/debian/changelog wmpuzzle-0.4.0/debian/changelog
--- wmpuzzle-0.4.0/debian/changelog
+++ wmpuzzle-0.4.0/debian/changelog
@@ -1,3 +1,10 @@
+wmpuzzle (0.4.0-1.1) unstable; urgency=low
+
+  * Non-maitnainer upload to help xlibs-dev transition.
+  * debian/control: Replaced xlibs-dev build-dep. (Closes: #346961)
+
+ -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>  Thu, 19 Jan 2006 23:57:14 +0100
+
 wmpuzzle (0.4.0-1) unstable; urgency=low
 
   * New upstream release.
diff -u wmpuzzle-0.4.0/debian/control wmpuzzle-0.4.0/debian/control
--- wmpuzzle-0.4.0/debian/control
+++ wmpuzzle-0.4.0/debian/control
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Martin A. Godisch <[EMAIL PROTECTED]>
-Build-Depends: xlibs-dev
+Build-Depends: libx11-dev, libxext-dev, libxpm-dev
 Standards-Version: 3.5.9
 
 Package: wmpuzzle
diff -u wmpuzzle-0.4.0/debian/rules wmpuzzle-0.4.0/debian/rules
--- wmpuzzle-0.4.0/debian/rules
+++ wmpuzzle-0.4.0/debian/rules
@@ -29,7 +29,7 @@
 
 build:
 	$(testdir)
-	cd src && ./configure $(CONFFLAGS) --prefix=/usr --bindir=/usr/games --mandir=/usr/share/man
+	cd src && ./configure $(CONFFLAGS) --prefix=/usr --bindir=/usr/games --mandir=/usr/share/man --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include
 	$(MAKE) -C src
 	touch build
 

Reply via email to