CVS: moonbase/devel/ddd BUILD,1.2,1.3 DETAILS,1.3,1.4

Terry Chan tchan at lunar-linux.org
Thu Aug 14 03:00:24 GMT 2003


Update of /var/cvs/lunar/moonbase/devel/ddd
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1828

Modified Files:
	BUILD DETAILS 
Log Message:
Fixed the Python2.2 harcoded path for the new version of Python2.3.  Also 
this module only builds with -Wno-deprecated enabled in lunar optimize. I'm 
not sure how to force that option in the BUILD or DETAILS script.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/ddd/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	8 Oct 2002 04:34:02 -0000	1.2
+++ BUILD	14 Aug 2003 03:00:22 -0000	1.3
@@ -8,7 +8,7 @@
   if module_installed Python; then
     cp  pydb/Notes    /usr/share/ddd   &&
     cp  pydb/pydb.py  /usr/bin/pydb    &&
-    cp  pydb/pydbcmd.py pydb/pydbsupt.py  /usr/lib/python2.2/site-packages
+    cp  pydb/pydbcmd.py pydb/pydbsupt.py  /usr/lib/python2.3/site-packages
   fi
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/ddd/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	8 Oct 2002 07:03:07 -0000	1.3
+++ DETAILS	14 Aug 2003 03:00:22 -0000	1.4
@@ -5,8 +5,7 @@
    SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
         WEB_SITE=http://www.gnu.org/software/ddd/
          ENTERED=20020308
-         UPDATED=20021008
-      MAINTAINER="jacksonje at health.missouri.edu"
+         UPDATED=20030813
            SHORT="DDD is a graphical front-end for command-line debuggers."
 cat << EOF
 GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, 




More information about the Lunar-commits mailing list