# HG changeset patch # User meillo@marmaro.de # Date 1204403040 -3600 # Node ID bc693c51970dc821fb91135347b7408bba2115b6 # Parent c7dca4a1dc3798a1d1eb63b5e3ff741317a3679c updated TODO; minor stuff in debian/ diff -r c7dca4a1dc37 -r bc693c51970d TODO --- a/TODO Sat Mar 01 21:13:12 2008 +0100 +++ b/TODO Sat Mar 01 21:24:00 2008 +0100 @@ -1,10 +1,15 @@ -external features (nodes) +conceptual + how to implement contol structures (if, loops) + + +nodes loops (while) + if internal features deep copy -other stuff - input file check +documentation + document the nodes diff -r c7dca4a1dc37 -r bc693c51970d debian/changelog --- a/debian/changelog Sat Mar 01 21:13:12 2008 +0100 +++ b/debian/changelog Sat Mar 01 21:24:00 2008 +0100 @@ -1,3 +1,10 @@ +baum (0.3-1) unstable; urgency=low + + * new upstream version + + -- markus schnalke Sat, 01 Mar 2008 21:22:15 +0100 + + baum (0.2-1) unstable; urgency=low * new upstream version diff -r c7dca4a1dc37 -r bc693c51970d debian/control --- a/debian/control Sat Mar 01 21:13:12 2008 +0100 +++ b/debian/control Sat Mar 01 21:24:00 2008 +0100 @@ -11,9 +11,10 @@ Description: an esoteric programming language *** unofficial debian package by meillo@marmaro.de *** . - baum source code is a representation of a tree in which every node is a + baum is an interpreter for the baum programming language. + The source code is a representation of a tree in which every node is a command or data. . - baum is only an experiment and the functionality is very restricted. + baum is an experiment and the functionality is yet very restricted. . Website: http://prog.marmaro.de/baum diff -r c7dca4a1dc37 -r bc693c51970d debian/copyright --- a/debian/copyright Sat Mar 01 21:13:12 2008 +0100 +++ b/debian/copyright Sat Mar 01 21:24:00 2008 +0100 @@ -1,5 +1,5 @@ This package was debianized by markus schnalke on -Fri, 22 Feb 2008 15:40:27 +0100 +Sat, 01 Mar 2008 21:22:38 +0100 It was downloaded from http://prog.marmaro.de diff -r c7dca4a1dc37 -r bc693c51970d debian/rules --- a/debian/rules Sat Mar 01 21:13:12 2008 +0100 +++ b/debian/rules Sat Mar 01 21:24:00 2008 +0100 @@ -51,27 +51,16 @@ binary-arch: build install dh_testdir dh_testroot -# dh_installdebconf dh_installdocs dh_installexamples examples/* -# dh_installmenu -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron dh_installman -# dh_installinfo -# dh_undocumented dh_installchangelogs ChangeLog dh_link dh_strip dh_compress dh_fixperms -# dh_makeshlibs + dh_makeshlibs dh_installdeb -# dh_perl dh_shlibdeps dh_gencontrol dh_md5sums