tag 353102 patch
thanks
The attached patch fixes the dependency parse error by adding a comma
between ${shlibs:Depends} and ${misc:Depends}, both of which are
replaced by the empty string, resulting in a field containing a single
space.It also fixes the misspelling of the Recommends field name. -- Matt
diff -ru drgeo-doc-1.5-orig/debian/control drgeo-doc-1.5/debian/control
--- drgeo-doc-1.5-orig/debian/control 2006-02-21 22:21:13.000000000 -0800
+++ drgeo-doc-1.5/debian/control 2006-02-21 23:18:22.000000000 -0800
@@ -7,9 +7,9 @@
Package: drgeo-doc
Architecture: all
-Recommands: drgeo
-Depends: ${shlibs:Depends} ${misc:Depends}, dillo
+Recommends: drgeo
+Depends: ${shlibs:Depends}, ${misc:Depends}, dillo
Description: The Dr. Geo online manual.
Install this package if you want the on-line help
for the Dr. Geo software. The on-line help can be used directly
signature.asc
Description: Digital signature

