-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I just uploaded a NMU to fix 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
iD8DBQFDyAleeBwlBDLsbz4RAvyQAKCmiIqIDOrK3GiF8BPwGIW8H3kR9gCgvGr0
8SvBQiG9XEN9f08yrgXlVw8=
=tZvk
-----END PGP SIGNATURE-----
diff -BurN wmcalc-0.3.old/debian/changelog wmcalc-0.3/debian/changelog
--- wmcalc-0.3.old/debian/changelog 2006-01-13 20:56:54.282824642 +0100
+++ wmcalc-0.3/debian/changelog 2006-01-13 21:03:22.478605422 +0100
@@ -1,3 +1,15 @@
+wmcalc (0.3-2.1) unstable; urgency=low
+
+ * NMU to fix release critical bug
+ * Split xlibs-dev build depends into individual Xorg libraries
+ (Closes: #346886)
+ * Make package lintian clean:
+ - updated to Standards version 3.6.2.1
+ - updated to debhelper v5 (Closes: #322838)
+ - quote strings in menu file
+
+ -- Bastian Kleineidam <[EMAIL PROTECTED]> Fri, 13 Jan 2006 20:59:30 +0100
+
wmcalc (0.3-2) unstable; urgency=low
* Updated manpage
diff -BurN wmcalc-0.3.old/debian/compat wmcalc-0.3/debian/compat
--- wmcalc-0.3.old/debian/compat 1970-01-01 01:00:00.000000000 +0100
+++ wmcalc-0.3/debian/compat 2006-01-13 21:01:09.803844941 +0100
@@ -0,0 +1 @@
+5
diff -BurN wmcalc-0.3.old/debian/conffiles wmcalc-0.3/debian/conffiles
--- wmcalc-0.3.old/debian/conffiles 2006-01-13 20:56:54.282824642 +0100
+++ wmcalc-0.3/debian/conffiles 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-/etc/wmcalc.conf
diff -BurN wmcalc-0.3.old/debian/control wmcalc-0.3/debian/control
--- wmcalc-0.3.old/debian/control 2006-01-13 20:56:54.282824642 +0100
+++ wmcalc-0.3/debian/control 2006-01-13 21:00:29.395009304 +0100
@@ -2,8 +2,8 @@
Section: x11
Priority: optional
Maintainer: Gordon Fraser <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), xlibs-dev
-Standards-Version: 3.5.2
+Build-Depends: debhelper (>> 5), libx11-dev, libxext-dev, libxpm-dev, x-dev
+Standards-Version: 3.6.2.1
Package: wmcalc
Architecture: any
@@ -12,4 +12,4 @@
Wmcalc is a small calculator meant for the WindowMaker dock or
Afterstep Wharf. It is a simple calculator with basic functions and memory
slots, and can launch any external application for more complex
- calculations.
\ Kein Zeilenumbruch am Dateiende.
+ calculations.
diff -BurN wmcalc-0.3.old/debian/menu wmcalc-0.3/debian/menu
--- wmcalc-0.3.old/debian/menu 2006-01-13 20:56:54.281824794 +0100
+++ wmcalc-0.3/debian/menu 2006-01-13 21:03:31.885170452 +0100
@@ -1,2 +1,2 @@
-?package(wmcalc):needs=X11 section=Apps/Tools hints="Dockapp,Desktop"\
+?package(wmcalc):needs="X11" section="Apps/Tools" hints="Dockapp,Desktop"\
title="wmcalc" command="/usr/bin/wmcalc"
diff -BurN wmcalc-0.3.old/debian/rules wmcalc-0.3/debian/rules
--- wmcalc-0.3.old/debian/rules 2006-01-13 20:56:54.282824642 +0100
+++ wmcalc-0.3/debian/rules 2006-01-13 21:01:06.380367192 +0100
@@ -2,8 +2,6 @@
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
-export DH_COMPAT=3
-
configure: configure-stamp
configure-stamp:
dh_testdir