baum
changeset 29:88a51653db83
removed binary from dist tarball; new debian package
author | meillo@marmaro.de |
---|---|
date | Fri, 22 Feb 2008 13:55:57 +0100 |
parents | ed3eb4b497e5 |
children | cd979b979610 |
files | Makefile baum.c debian/changelog debian/copyright |
diffstat | 4 files changed, 12 insertions(+), 5 deletions(-) [+] |
line diff
1.1 --- a/Makefile Fri Feb 22 13:45:22 2008 +0100 1.2 +++ b/Makefile Fri Feb 22 13:55:57 2008 +0100 1.3 @@ -37,7 +37,7 @@ 1.4 @echo "LDFLAGS = ${LDFLAGS}" 1.5 @echo 1.6 1.7 -build: ${NAME} 1.8 +build: options ${NAME} 1.9 1.10 ${NAME}: $(OBJ) ${DEP} 1.11 $(CC) $(LDFLAGS) $(OBJ) -o $@ 1.12 @@ -53,10 +53,10 @@ 1.13 @echo stripping ${NAME} 1.14 @strip ${NAME} 1.15 1.16 -dist: build changelog strip 1.17 +dist: build changelog 1.18 @echo "generating tarball" 1.19 @mkdir -p ${NV} 1.20 - @cp -rf ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} 1.21 + @cp -rf ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} 1.22 @tar -czhof ${NV}.tar.gz ${NV} 1.23 @rm -rf ${NV} 1.24
2.1 --- a/baum.c Fri Feb 22 13:45:22 2008 +0100 2.2 +++ b/baum.c Fri Feb 22 13:55:57 2008 +0100 2.3 @@ -14,7 +14,7 @@ 2.4 #include "baum.h" 2.5 #include "actions.h" 2.6 2.7 -#define VERSION "0.1" 2.8 +#define VERSION "0.2" 2.9 2.10 int option_check = 0; 2.11 int option_verbose = 0;
3.1 --- a/debian/changelog Fri Feb 22 13:45:22 2008 +0100 3.2 +++ b/debian/changelog Fri Feb 22 13:55:57 2008 +0100 3.3 @@ -1,3 +1,10 @@ 3.4 +baum (0.2-1) unstable; urgency=low 3.5 + 3.6 + * new upstream version 3.7 + 3.8 + -- markus schnalke <meillo@marmaro.de> Fri, 22 Feb 2008 13:47:42 +0100 3.9 + 3.10 + 3.11 baum (0.1-4) unstable; urgency=low 3.12 3.13 * included license in debian/copyright
4.1 --- a/debian/copyright Fri Feb 22 13:45:22 2008 +0100 4.2 +++ b/debian/copyright Fri Feb 22 13:55:57 2008 +0100 4.3 @@ -1,5 +1,5 @@ 4.4 This package was debianized by markus schnalke <meillo@marmaro.de> on 4.5 -Wed, 13 Feb 2008 13:26:21 +0100 4.6 +Fri, 22 Feb 2008 13:51:03 +0100 4.7 4.8 It was downloaded from http://prog.marmaro.de 4.9