Your message dated Wed, 1 Sep 2010 15:48:27 +0200
with message-id <[email protected]>
and subject line Package got removed
has caused the Debian Bug report #400452,
regarding Build with libxaw7; NMU diff
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
400452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400452
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Version: 0.9.5-4+rm
Hi!
As the package got removed (please see http://bugs.debian.org/594866 for
details) I hereby close this bug report.
Best Regards,
Alexander
--- End Message ---