tag 347095 patch tag 349443 patch thanks The attached patch fixes both of these bugs. To fix bug 347095, it removes the build-dependency on xlibs-dev. To fix bug 349443, it removes the X11 subdirectory.
-- Matt
diff -ru pixmap-2.6pl4-orig/debian/control pixmap-2.6pl4/debian/control
--- pixmap-2.6pl4-orig/debian/control 2006-02-25 12:44:17.000000000 -0800
+++ pixmap-2.6pl4/debian/control 2006-02-25 12:44:25.000000000 -0800
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Paul Slootman <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
-Build-Depends: xlibs-dev, xutils, libxaw7-dev
+Build-Depends: xutils, libxaw7-dev
Package: pixmap
Depends: ${shlibs:Depends}
diff -ru pixmap-2.6pl4-orig/debian/rules pixmap-2.6pl4/debian/rules
--- pixmap-2.6pl4-orig/debian/rules 2006-02-25 12:44:17.000000000 -0800
+++ pixmap-2.6pl4/debian/rules 2006-02-25 13:07:13.000000000 -0800
@@ -24,6 +24,7 @@
build:
# Builds the binary package.
+ rm -fr X11
xmkmf
rm -f clean
make Makefiles
signature.asc
Description: Digital signature

