baum

changeset 44:bc693c51970d

updated TODO; minor stuff in debian/
author meillo@marmaro.de
date Sat, 01 Mar 2008 21:24:00 +0100
parents c7dca4a1dc37
children 0b82169d4129
files TODO debian/changelog debian/control debian/copyright debian/rules
diffstat 5 files changed, 20 insertions(+), 18 deletions(-) [+]
line diff
     1.1 --- a/TODO	Sat Mar 01 21:13:12 2008 +0100
     1.2 +++ b/TODO	Sat Mar 01 21:24:00 2008 +0100
     1.3 @@ -1,10 +1,15 @@
     1.4 -external features (nodes)
     1.5 +conceptual
     1.6 +	how to implement contol structures (if, loops)
     1.7 +
     1.8 +
     1.9 +nodes
    1.10  	loops (while)
    1.11 +	if
    1.12  
    1.13  
    1.14  internal features
    1.15  	deep copy
    1.16  
    1.17  
    1.18 -other stuff
    1.19 -	input file check
    1.20 +documentation
    1.21 +	document the nodes
     2.1 --- a/debian/changelog	Sat Mar 01 21:13:12 2008 +0100
     2.2 +++ b/debian/changelog	Sat Mar 01 21:24:00 2008 +0100
     2.3 @@ -1,3 +1,10 @@
     2.4 +baum (0.3-1) unstable; urgency=low
     2.5 +
     2.6 +  * new upstream version
     2.7 +
     2.8 + -- markus schnalke <meillo@marmaro.de>  Sat, 01 Mar 2008 21:22:15 +0100
     2.9 +
    2.10 +
    2.11  baum (0.2-1) unstable; urgency=low
    2.12  
    2.13    * new upstream version
     3.1 --- a/debian/control	Sat Mar 01 21:13:12 2008 +0100
     3.2 +++ b/debian/control	Sat Mar 01 21:24:00 2008 +0100
     3.3 @@ -11,9 +11,10 @@
     3.4  Description: an esoteric programming language
     3.5   *** unofficial debian package by meillo@marmaro.de ***
     3.6   .
     3.7 - baum source code is a representation of a tree in which every node is a
     3.8 + baum is an interpreter for the baum programming language.
     3.9 + The source code is a representation of a tree in which every node is a
    3.10   command or data.
    3.11   .
    3.12 - baum is only an experiment and the functionality is very restricted.
    3.13 + baum is an experiment and the functionality is yet very restricted.
    3.14   .
    3.15   Website: http://prog.marmaro.de/baum
     4.1 --- a/debian/copyright	Sat Mar 01 21:13:12 2008 +0100
     4.2 +++ b/debian/copyright	Sat Mar 01 21:24:00 2008 +0100
     4.3 @@ -1,5 +1,5 @@
     4.4  This package was debianized by markus schnalke <meillo@marmaro.de> on
     4.5 -Fri, 22 Feb 2008 15:40:27 +0100
     4.6 +Sat, 01 Mar 2008 21:22:38 +0100
     4.7  
     4.8  It was downloaded from http://prog.marmaro.de
     4.9  
     5.1 --- a/debian/rules	Sat Mar 01 21:13:12 2008 +0100
     5.2 +++ b/debian/rules	Sat Mar 01 21:24:00 2008 +0100
     5.3 @@ -51,27 +51,16 @@
     5.4  binary-arch: build install
     5.5  	dh_testdir
     5.6  	dh_testroot
     5.7 -#      dh_installdebconf
     5.8  	dh_installdocs
     5.9  	dh_installexamples examples/*
    5.10 -#	dh_installmenu
    5.11 -#      dh_installlogrotate
    5.12 -#      dh_installemacsen
    5.13 -#      dh_installpam
    5.14 -#      dh_installmime
    5.15 -#      dh_installinit
    5.16 -#	dh_installcron
    5.17  	dh_installman
    5.18 -#	dh_installinfo
    5.19 -#      dh_undocumented
    5.20  	dh_installchangelogs ChangeLog
    5.21  	dh_link
    5.22  	dh_strip
    5.23  	dh_compress
    5.24  	dh_fixperms
    5.25 -#      dh_makeshlibs
    5.26 +	dh_makeshlibs
    5.27  	dh_installdeb
    5.28 -#      dh_perl
    5.29  	dh_shlibdeps
    5.30  	dh_gencontrol
    5.31  	dh_md5sums