tags 384758 patch usertag 384758 supplied-patch thanks Hi,
I have prepared a simple patch which fixes the FTBFS by replacing the build dependency on lesstif-dev. It also fixes a typo in some debconf script. As I am not a DD yet, I can not do a NMU, but maybe some DD who comes along can do the NMU. Greetings Arjan Oosting
diff -u cmucl-19c-release-20051115/debian/changelog cmucl-19c-release-20051115/debian/changelog
--- cmucl-19c-release-20051115/debian/changelog
+++ cmucl-19c-release-20051115/debian/changelog
@@ -1,3 +1,12 @@
+cmucl (19c-release-20051115-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update build dependency to lesstif2-dev (Closes: #384758)
+ * Fix typo in debian/config which fixes lintian error: "E: cmucl:
+ unknown-debconf-priority config:14 critital"
+
+ -- Arjan Oosting <[EMAIL PROTECTED]> Thu, 7 Sep 2006 00:25:34 +0200
+
cmucl (19c-release-20051115-2) unstable; urgency=low
* Included upstream patch 001:
diff -u cmucl-19c-release-20051115/debian/control cmucl-19c-release-20051115/debian/control
--- cmucl-19c-release-20051115/debian/control
+++ cmucl-19c-release-20051115/debian/control
@@ -1,6 +1,6 @@
Source: cmucl
Section: devel
-Build-Depends: debhelper (>= 4.1.16), lesstif-dev, tetex-extra, cmucl (>= 19c-pre1-20051019-1), hevea, tidy, a2ps, x-dev, gcc-3.4, bc
+Build-Depends: debhelper (>= 4.1.16), lesstif2-dev, tetex-extra, cmucl (>= 19c-pre1-20051019-1), hevea, tidy, a2ps, x-dev, gcc-3.4, bc
Priority: optional
Maintainer: Peter Van Eynde <[EMAIL PROTECTED]>
Standards-Version: 3.6.2.1
diff -u cmucl-19c-release-20051115/debian/config cmucl-19c-release-20051115/debian/config
--- cmucl-19c-release-20051115/debian/config
+++ cmucl-19c-release-20051115/debian/config
@@ -9,7 +9,7 @@
configure|reconfigure)
# do we need to warn?
if `grep -q common-lisp-controller.lisp /etc/common-lisp/cmucl/site-init.lisp /var/lib/cmucl/site-init.lisp 2> /dev/null` ; then
- db_input critital cmucl/upgradeproblems || true
+ db_input critical cmucl/upgradeproblems || true
fi
db_go || true
signature.asc
Description: Dit berichtdeel is digitaal ondertekend

