Package: wmblob
Version: 1.0.3-1.1
Severity: normal
Tags: patch
Hi,
Attached is the diff for my wmblob 1.0.3-1.2 NMU.
--
Raphaël Hertzog
Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
diff -u wmblob-1.0.3/debian/changelog wmblob-1.0.3/debian/changelog
--- wmblob-1.0.3/debian/changelog
+++ wmblob-1.0.3/debian/changelog
@@ -1,3 +1,11 @@
+wmblob (1.0.3-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Tell the configure script that the X libraries are in /usr/lib now.
+ Closes: #374955
+
+ -- Raphael Hertzog <[EMAIL PROTECTED]> Fri, 30 Jun 2006 22:49:51 +0200
+
wmblob (1.0.3-1.1) unstable; urgency=low
* Non-maintainer upload to do xlibs-dev transition
diff -u wmblob-1.0.3/debian/rules wmblob-1.0.3/debian/rules
--- wmblob-1.0.3/debian/rules
+++ wmblob-1.0.3/debian/rules
@@ -16,7 +16,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
- CFLAGS="$(CFLAGS)" ./configure --prefix=/usr
--mandir=\$${prefix}/share/man
+ CFLAGS="$(CFLAGS)" ./configure --x-libraries=/usr/lib --prefix=/usr
--mandir=\$${prefix}/share/man
touch configure-stamp
build: build-stamp