Package: pload
Version: 0.9.5-3.2
Tags: patch

Currently, pload depends on libxaw6.  Nothing in Debian other than pload still
needs libxaw6.  I checked, and pload appears to build and run fine against
libxaw7; in fact, it looks like it might even run better, with improved widget
sizing.  This change would allow the future removal of libxaw6 from Debian.
I've uploaded an NMU (sponsored by Jamey Sharp) which changes the
Build-Depends to build against libxaw7 (with a minimum version known to work),
and changes the Makefile to build with libxaw7.  The attached patch contains
all my changes for this NMU.

- Josh Triplett
diff -u pload-0.9.5/Makefile pload-0.9.5/Makefile
--- pload-0.9.5/Makefile
+++ pload-0.9.5/Makefile
@@ -5,8 +5,8 @@
 DEFINES		+=	-D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
 OPTS		=	-g -Wall -ansi -pedantic -fomit-frame-pointer -pipe
 CFLAGS		=	$(OPTS) $(DEFINES) $(INCLUDES)
-LDFLAGS		=	-L/usr/X11R6/lib -lXaw6 -lXmu -lXt -lSM -lICE -lXext -lX11 -lm
-INCLUDES	=	-I/usr/X11R6/include
+LDFLAGS		=	-lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lm
+INCLUDES	=	
 FILES		=	pload.c get_stat.c ioctl_stat.c proc_stat.c
 OBJS		=	$(FILES:.c=.o)
 
diff -u pload-0.9.5/debian/changelog pload-0.9.5/debian/changelog
--- pload-0.9.5/debian/changelog
+++ pload-0.9.5/debian/changelog
@@ -1,3 +1,11 @@
+pload (0.9.5-3.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build against libxaw7.
+  * Drop references to /usr/X11R6 directories in Makefile.
+
+ -- Josh Triplett <[EMAIL PROTECTED]>  Sun, 26 Nov 2006 03:04:13 -0800
+
 pload (0.9.5-3.2) unstable; urgency=low
 
   * NMU
diff -u pload-0.9.5/debian/control pload-0.9.5/debian/control
--- pload-0.9.5/debian/control
+++ pload-0.9.5/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Javier Linares <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), libxaw6-dev (>> 4.1.0-1), libxt-dev
+Build-Depends: debhelper (>> 4.0.0), libxaw7-dev (>= 1:1.0.2-4), libxt-dev
 Standards-Version: 3.7.2
 
 Package: pload

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to