I have prepared a 0-day NMU for this RC bug which will be uploaded shortly.
The final NMU diff is attached.
I was unable to verify the claim that a build-dependency on libxt-dev is
missing.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
diff -u amiwm-0.20.48/libami/Makefile amiwm-0.20.48/libami/Makefile
--- amiwm-0.20.48/libami/Makefile
+++ amiwm-0.20.48/libami/Makefile
@@ -8,8 +8,8 @@
CFLAGS = -g -O2
YFLAGS = -d
DEFS = -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1
-DHAVE_LIMITS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1
-DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_TERMIO_H=1
-DHAVE_X11_EXTENSIONS_SHAPE_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -DRETSIGTYPE=void -DHAVE_WAIT3=1 -DHAVE_SELECT=1
-DHAVE_STRDUP=1 -DHAVE_WAITPID=1 -DHAVE_XSHAPE=1 -DBSD_STYLE_GETTIMEOFDAY=1
-DLAME_ENDIAN=1
-ALL_CFLAGS = -I. -I.. $(DEFS) $(CFLAGS) -I/usr/X11R6/include
-LIBS = -L/usr/X11R6/lib -lSM -lICE -lXext -lXmu -lX11
+ALL_CFLAGS = -I. -I.. $(DEFS) $(CFLAGS)
+LIBS = -lSM -lICE -lXext -lXmu -lX11
prefix = /usr
exec_prefix = ${prefix}
bindir = $(exec_prefix)/bin
diff -u amiwm-0.20.48/debian/changelog amiwm-0.20.48/debian/changelog
--- amiwm-0.20.48/debian/changelog
+++ amiwm-0.20.48/debian/changelog
@@ -1,3 +1,12 @@
+amiwm (0.20.48-7.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * High-urgency upload for RC bugfix.
+ * Build-depend on libxpm-dev instead of libxpm4-dev, and add missing
+ build-dependency on libxmu-dev; closes: #393673.
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Fri, 27 Oct 2006 18:33:47 -0700
+
amiwm (0.20.48-7) unstable; urgency=low
* Add .desktop file for gdm/kdm. (closes: #328482)
diff -u amiwm-0.20.48/debian/control amiwm-0.20.48/debian/control
--- amiwm-0.20.48/debian/control
+++ amiwm-0.20.48/debian/control
@@ -2,7 +2,7 @@
Section: non-free/x11
Priority: optional
Maintainer: Gürkan Sengün <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev, libxpm4-dev, flex, bison
+Build-Depends: debhelper (>= 4.0.0), libx11-dev, libxmu-dev, libxpm-dev, flex,
bison
Standards-Version: 3.6.2
Package: amiwm