Package: wmaker
Version: 0.92.0-1d1
Followup-For: Bug #320429

Hi,

A small mistake in debian/rules caused WPrefs omission in wmaker binary
package. The correct autoconf switch is --with-gnustepdir, not
--with-apppath: 1-line long patch is included.

I could not resist: the patch also contains 1 extra line to unpatch wmaker
in the opposite order it has been patched.

Cheers,

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12.3-bs-acpi0
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 
(charmap=ISO-8859-15) (ignored: LC_ALL set to en_US.ISO-8859-15)

Versions of packages wmaker depends on:
ii  cpp                    4:3.3.5-3         The GNU C preprocessor (cpp)
ii  debianutils            2.8.4             Miscellaneous utilities specific t
ii  libc6                  2.3.2.ds1-22      GNU C Library: Shared libraries an
ii  libfontconfig1         2.3.1-2           generic font configuration library
ii  libfreetype6           2.1.7-2.4         FreeType 2 font engine, shared lib
ii  libwraster3            0.92.0-1d1        Shared libraries of Window Maker r
ii  libx11-6               4.3.0.dfsg.1-14   X Window System protocol client li
ii  libxext6               4.3.0.dfsg.1-14   X Window System miscellaneous exte
ii  libxft2                2.1.7-1           FreeType-based font drawing librar
ii  libxrender1            0.8.3-7           X Rendering Extension client libra
ii  xlibs                  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) configu
ii  zlib1g                 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information
--- debian/wmaker-0.92.0/debian/rules   2005-08-04 14:02:27.000000000 +0200
+++ tmp_rules   2005-08-08 23:53:57.000000000 +0200
@@ -99,7 +99,7 @@
                      --datadir=$(SHAREDIR)            \
                      --with-nlsdir=$(NLSDIR)          \
                      --with-pixmapdir=$(PIXMAPDIR)    \
-                     --with-appspath=$(GNUSTEPAPPS)
+                     --with-gnustepdir=$(GNUSTEPDIR)
 
 AUTOMAKE_FILES    := $(shell find -name Makefile.am)
 IN_MAKEFILES      := $(patsubst %.am,%.in,$(AUTOMAKE_FILES))
@@ -107,6 +107,7 @@
 GEN_FILES         := $(patsubst %.in,%,$(IN_FILES))
 
 LIST_PATCHES      := find debian/patches -mindepth 1 -maxdepth 1 -name \*.diff 
-type f | sort
+RLIST_PATCHES     := find debian/patches -mindepth 1 -maxdepth 1 -name \*.diff 
-type f | sort -r
 
 
 install_file      := install -p    -o root -g root -m 0644
@@ -159,7 +160,7 @@
 
 unpatch-wmaker:
        @if [ -e patch-wmaker-stamp ] ; then \
-           $(LIST_PATCHES) | \
+           $(RLIST_PATCHES) | \
            while read patch ; do \
                echo $$patch ; \
                if head -1 $$patch | grep -q ^Index: ; then \

Reply via email to