-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I just uploaded a NMU for this bug. Attached is the diff.
Regards,
Bastian
- --
,''`. Bastian Kleineidam
: :' : GnuPG Schlüssel
`. `' gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
`-
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFDyA76eBwlBDLsbz4RAn5nAJ4zzUj7ojqxDxAcb7+H1i2lFmTMsgCeIeRH
cFzsfQbfLwHe8XtGhn70z1c=
=IKff
-----END PGP SIGNATURE-----
diff -BurN wmmatrix-0.2.old/debian/changelog wmmatrix-0.2/debian/changelog
--- wmmatrix-0.2.old/debian/changelog 2006-01-13 21:28:07.996989772 +0100
+++ wmmatrix-0.2/debian/changelog 2006-01-13 21:30:43.740231159 +0100
@@ -1,3 +1,14 @@
+wmmatrix (0.2-5.1) unstable; urgency=low
+
+ * NMU to fix release critical bug
+ * Split xlibs-dev build depends into individual Xorg libraries
+ (Closes: #347063)
+ * Make package lintian clean:
+ - Standards version 3.6.2.1
+ - quote menu file items
+
+ -- Bastian Kleineidam <[EMAIL PROTECTED]> Fri, 13 Jan 2006 21:29:06 +0100
+
wmmatrix (0.2-5) unstable; urgency=low
* Update menu file to reflect FSB policy. (Closes: #212200)
diff -BurN wmmatrix-0.2.old/debian/control wmmatrix-0.2/debian/control
--- wmmatrix-0.2.old/debian/control 2006-01-13 21:28:28.777819659 +0100
+++ wmmatrix-0.2/debian/control 2006-01-13 21:28:53.070113872 +0100
@@ -1,9 +1,9 @@
Source: wmmatrix
Section: x11
Priority: optional
-Build-Depends: debhelper (>=4.0.2), xlibs-dev
+Build-Depends: debhelper (>=4.0.2), libx11-dev, libxext-dev, libxpm-dev, x-dev
Maintainer: Thorsten Sauter <[EMAIL PROTECTED]>
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2.1
Package: wmmatrix
Architecture: any
diff -BurN wmmatrix-0.2.old/debian/menu wmmatrix-0.2/debian/menu
--- wmmatrix-0.2.old/debian/menu 2006-01-13 21:28:07.996989772 +0100
+++ wmmatrix-0.2/debian/menu 2006-01-13 21:30:22.343495229 +0100
@@ -1,6 +1,6 @@
?package(wmmatrix):\
- needs=X11\
- section=Games/Toys\
+ needs="X11"\
+ section="Games/Toys"\
title="wmMatrix"\
command="/usr/bin/nice -n +19 /usr/bin/wmmatrix"\
icon="/usr/share/icons/mini/wmMatrix.xpm"