Heya,
I've NMUed icon for the xlibs-dev transition. Patch attached.
Marc
--
Fachbegriffe der Informatik - Einfach erklärt
82: Demokratie
Statt eines Hofnarren für den König gibt es ein paar hundert
für das Volk. (Stefan Hager)
diff -u icon-9.4.2/debian/changelog icon-9.4.2/debian/changelog
--- icon-9.4.2/debian/changelog
+++ icon-9.4.2/debian/changelog
@@ -1,3 +1,11 @@
+icon (9.4.2-2.5) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Fix debian/rules so that debian/rules succeeds (Closes: #342322)
+ * Let iconc not depend on xlibs-dev anymore (Closes: #346188, #347153)
+
+ -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Sat, 21 Jan 2006 16:06:34 +0100
+
icon (9.4.2-2.4) unstable; urgency=medium
* NMU
diff -u icon-9.4.2/debian/control icon-9.4.2/debian/control
--- icon-9.4.2/debian/control
+++ icon-9.4.2/debian/control
@@ -42,7 +42,7 @@
Package: iconc
Architecture: any
-Depends: ${shlibs-iconc:Depends}, gcc, xlibs-dev
+Depends: ${shlibs-iconc:Depends}, gcc, libx11-dev, libxt-dev
Suggests: icont, icon-ipl
Description: Compiler for Icon, a high-level programming language
Ideal for both complex nonnumerical applications and for situations where
diff -u icon-9.4.2/debian/rules icon-9.4.2/debian/rules
--- icon-9.4.2/debian/rules
+++ icon-9.4.2/debian/rules
@@ -62,7 +62,7 @@
(cd src/common && make patchstr && cp patchstr ../../bin)
touch build-iconc
-build-ipl:
+build-ipl: configure
$(checkdir)
$(MAKE) Ilib