Package: fvwm1
Version: 1.24r-50
Severity: normal
Tags: patch
Hi,
Attached is the diff for my fvwm1 1.24r-50.1 NMU.
diff -u fvwm1-1.24r/debian/changelog fvwm1-1.24r/debian/changelog
--- fvwm1-1.24r/debian/changelog
+++ fvwm1-1.24r/debian/changelog
@@ -1,3 +1,11 @@
+fvwm1 (1.24r-50.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Fix path to the manpages in the postinst; there are no manpages in
+ /usr/X11R6/share/man anymore. (Closes: #372903)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]> Wed, 28 Jun 2006 19:06:58 +0200
+
fvwm1 (1.24r-50) unstable; urgency=low
* Applied patch from Matt Kraai to add xbitmaps to Build-Depends
diff -u fvwm1-1.24r/debian/postinst fvwm1-1.24r/debian/postinst
--- fvwm1-1.24r/debian/postinst
+++ fvwm1-1.24r/debian/postinst
@@ -8,8 +8,8 @@
x-window-manager.1.gz /usr/X11R6/man/man1/fvwm1.1x.gz
update-alternatives --install /usr/bin/X11/fvwm fvwm /usr/bin/X11/fvwm1 100 \
- --slave /usr/X11R6/man/man1/fvwm.1.gz fvwm.1.gz \
- /usr/X11R6/man/man1/fvwm1.1x.gz
+ --slave /usr/share/man/man1/fvwm.1.gz fvwm.1.gz \
+ /usr/share/man/man1/fvwm1.1x.gz
#DEBHELPER#