[Lunar-commits] CVS: moonbase/utils/discover BUILD, 1.3, 1.4 DEPENDS, 1.3, 1.4 DETAILS, 1.3, 1.4

Auke Kok sofar at lunar-linux.org
Tue May 11 09:45:00 GMT 2004


Update of /var/cvs/lunar/moonbase/utils/discover
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25489/discover

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
Bumping versions, other fixes (debian fools!!!)


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/discover/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	4 Feb 2004 13:04:58 -0000	1.3
+++ BUILD	11 May 2004 09:44:58 -0000	1.4
@@ -1,8 +1,6 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-  sedit "s:TRUE:true:g" lib/url-xml.c &&
-  sedit "s:FALSE:false:g" lib/url-xml.c &&
+  sedit 's:${DOCBOOKTOMAN}:docbook2man:g' doctools/docbook.mk
   default_config && 
   make &&
   make check &&

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/discover/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS	2 Dec 2003 03:40:04 -0000	1.3
+++ DEPENDS	11 May 2004 09:44:58 -0000	1.4
@@ -1,4 +1,5 @@
 depends discover-data &&
 depends curl &&
 depends expat &&
+depends docbook-utils &&
 depends check

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/discover/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	2 Dec 2003 03:40:56 -0000	1.3
+++ DETAILS	11 May 2004 09:44:58 -0000	1.4
@@ -1,21 +1,19 @@
           MODULE=discover
-         VERSION=2.0.1
-          SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=discover-nonterminatingstrings.patch.bz2
+         VERSION=2.0.4
+          SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://archive.progeny.com/progeny/discover/$SOURCE
-     SOURCE2_URL=$PATCH_URL/$SOURCE2
-      SOURCE_VFY=md5:0b01a00b0ff6534e99b15b0e61501281
-     SOURCE2_VFY=md5:ae6756c8dc176e6be06061ea7b5c9a2e
+      SOURCE_VFY=md5:305f222381f7e269b3b539136bfaee8b
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
         WEB_SITE=http://platform.progeny.com/discover/
          ENTERED=20031129
-         UPDATED=20031201
+         UPDATED=20040511
            SHORT="A set of hardware recognition tools"
-cat << EOF
-Discover is a set of libraries and utilities for gathering and reporting
-information about a system's hardware. It uses OS-specific modules to
-detect the hardware present on the system, and provides a system-independent
-interface for querying XML data sources about this hardware.
+cat <<EOF
+Discover is a set of libraries and utilities for gathering and
+reporting information about a system's hardware. It uses OS-specific
+modules to detect the hardware present on the system, and provides
+a system-independent interface for querying XML data sources about
+this hardware.
 
 Discover can be used by linking against its C libraries or by invoking
 the "discover" command. Other interfaces may follow in the future for



More information about the Lunar-commits mailing list