changeset 44:bc693c51970d

updated TODO; minor stuff in debian/
author meillo@marmaro.de
date Sat, 01 Mar 2008 21:24:00 +0100 (2008-03-01)
parents c7dca4a1dc37
children 0b82169d4129
files TODO debian/changelog debian/control debian/copyright debian/rules
diffstat 5 files changed, 20 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 <meillo@marmaro.de>  Sat, 01 Mar 2008 21:22:15 +0100
+
+
 baum (0.2-1) unstable; urgency=low
 
   * new upstream version
--- 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
--- 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 <meillo@marmaro.de> 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
 
--- 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