Hi All,

Now that Etch is safely out the door, I've pushed some packages for
0.7.7.10 into Sid.  The following patches have been applied to make
it all play nice.  If any of them are unacceptable for inclusion in
the next release, please let me know so we can work out replacements
that are...

Cheers,
Ron


  This one permits building in a ../configure'd subdir still, and enables
  maximum compression so the resulting compressed man page complies with
  Debian policy without needing to be reprocessed:

--- wacom-tools-0.7.7.10.orig/linuxwacom/src/Makefile.am
+++ wacom-tools-0.7.7.10/linuxwacom/src/Makefile.am
@@ -7,4 +7,4 @@
 
 $(wmanpage_HEADERS): $(EXTRA_DIST)
        rm -f $(wmanpage_HEADERS)
-       gzip -c < $(EXTRA_DIST) > $(wmanpage_HEADERS)
+       gzip -9c < $(srcdir)/$(EXTRA_DIST) > $(wmanpage_HEADERS)



  This changes the section number in the man page to match its file name.
  The Debian lint checker catches this also.

--- wacom-tools-0.7.7.10.orig/linuxwacom/src/wacom.4x
+++ wacom-tools-0.7.7.10/linuxwacom/src/wacom.4x
@@ -1,7 +1,7 @@
 .\" $XFree86: xc/programs/Xserver/hw/xfree86/input/wacom/wacom.man,v 1.1 
2001/01/24 00:06:39 dawes Exp $ 
 .\" shorthand for double quote that works everywhere.
 .ds q \N'34'
-.TH WACOM 4 "linuxwacom 0.7.8" "X Version 11"
+.TH WACOM 4x "linuxwacom 0.7.8" "X Version 11"
 .SH NAME
 wacom \- Wacom input driver
 .SH SYNOPSIS



  This is a fix for a previous patch that was either misapplied or
  subsequently broken by later changes.  It reverses the sense of
  the test, which otherwise overwrites WCM_MODDIR again after it
  was explicitly specified.  Personally I think this should always
  use the value passed by the user if they go to the trouble to
  pass it, even if it doesn't currently exist on the build system
  since they may be cross compiling or similar.  That should have
  been the behaviour of the original patch to add this option.
  This one just corrects the sense of the test for now, since
  someone may have had other problems in mind when they changed it,
  but I'm actually not quite sure how this would have ever worked
  if that option wasn't specified with the existing code in 0.7.7.10.
  Anyhow, if we can restore the behaviour just described, then please
  lets do so...

--- wacom-tools-0.7.7.10.orig/linuxwacom/configure.in
+++ wacom-tools-0.7.7.10/linuxwacom/configure.in
@@ -337,13 +337,13 @@
        WCM_MODDIR="$withval" 
 ])
 if test -d $WCM_MODDIR; then
+       WCM_OPTION_DLLOADER=yes
+else
        if test -d $WCM_XLIBDIR/xorg/modules/input; then
                WCM_MODDIR=$WCM_XLIBDIR/xorg/modules/input
        elif test -d $WCM_XLIBDIR/modules/input; then
                WCM_MODDIR=$WCM_XLIBDIR/modules/input
        fi
-else
-       WCM_OPTION_DLLOADER=yes
 fi
 
 dnl Check for dlloader



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to