Hello,
I'm doing an NMU of wmcpu to fix #376422; diff attached.
Thanks,
Matej
diff -u wmcpu-1.3/debian/changelog wmcpu-1.3/debian/changelog
--- wmcpu-1.3/debian/changelog
+++ wmcpu-1.3/debian/changelog
@@ -1,3 +1,10 @@
+wmcpu (1.3-4.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Migrate from /usr/X11R6 to /usr. Closes: #376422.
+
+ -- Matej Vela <[EMAIL PROTECTED]> Thu, 13 Jul 2006 18:39:16 +0200
+
wmcpu (1.3-4.1) unstable; urgency=low
* Non-maintainer upload to help with xlibs-dev transition.
reverted:
--- wmcpu-1.3/debian/dirs
+++ wmcpu-1.3.orig/debian/dirs
@@ -1,2 +0,0 @@
-usr/X11R6/bin
-usr/X11R6/man/man1
diff -u wmcpu-1.3/debian/menu wmcpu-1.3/debian/menu
--- wmcpu-1.3/debian/menu
+++ wmcpu-1.3/debian/menu
@@ -2 +2 @@
- title="wmCPU" command="/usr/X11R6/bin/wmcpu"
+ title="wmCPU" command="/usr/bin/wmcpu"
diff -u wmcpu-1.3/debian/rules wmcpu-1.3/debian/rules
--- wmcpu-1.3/debian/rules
+++ wmcpu-1.3/debian/rules
@@ -34,10 +34,7 @@
dh_installdirs
# Add here commands to install the package into debian/tmp.
- install -d `pwd`/debian/tmp/usr/X11R6/bin
- install -d `pwd`/debian/tmp/usr/X11R6/man/man1
- install wmcpu `pwd`/debian/tmp/usr/X11R6/bin
- install debian/wmcpu.1x `pwd`/debian/tmp/usr/X11R6/man/man1
+ install -D wmcpu debian/tmp/usr/bin/wmcpu
touch install-stamp
@@ -50,7 +47,7 @@
dh_testdir
dh_testroot
dh_installmenu
- dh_installmanpages wmcpu.1x
+ dh_installman debian/wmcpu.1x
dh_installdocs
dh_installchangelogs
dh_strip