# HG changeset patch # User meillo@marmaro.de # Date 1203684957 -3600 # Node ID 88a51653db83d865886da188040c77ee7ba27fee # Parent ed3eb4b497e5408bf2ff54faa16e49cdca130d1e removed binary from dist tarball; new debian package diff -r ed3eb4b497e5 -r 88a51653db83 Makefile --- a/Makefile Fri Feb 22 13:45:22 2008 +0100 +++ b/Makefile Fri Feb 22 13:55:57 2008 +0100 @@ -37,7 +37,7 @@ @echo "LDFLAGS = ${LDFLAGS}" @echo -build: ${NAME} +build: options ${NAME} ${NAME}: $(OBJ) ${DEP} $(CC) $(LDFLAGS) $(OBJ) -o $@ @@ -53,10 +53,10 @@ @echo stripping ${NAME} @strip ${NAME} -dist: build changelog strip +dist: build changelog @echo "generating tarball" @mkdir -p ${NV} - @cp -rf ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} + @cp -rf ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} @tar -czhof ${NV}.tar.gz ${NV} @rm -rf ${NV} diff -r ed3eb4b497e5 -r 88a51653db83 baum.c --- a/baum.c Fri Feb 22 13:45:22 2008 +0100 +++ b/baum.c Fri Feb 22 13:55:57 2008 +0100 @@ -14,7 +14,7 @@ #include "baum.h" #include "actions.h" -#define VERSION "0.1" +#define VERSION "0.2" int option_check = 0; int option_verbose = 0; diff -r ed3eb4b497e5 -r 88a51653db83 debian/changelog --- a/debian/changelog Fri Feb 22 13:45:22 2008 +0100 +++ b/debian/changelog Fri Feb 22 13:55:57 2008 +0100 @@ -1,3 +1,10 @@ +baum (0.2-1) unstable; urgency=low + + * new upstream version + + -- markus schnalke Fri, 22 Feb 2008 13:47:42 +0100 + + baum (0.1-4) unstable; urgency=low * included license in debian/copyright diff -r ed3eb4b497e5 -r 88a51653db83 debian/copyright --- a/debian/copyright Fri Feb 22 13:45:22 2008 +0100 +++ b/debian/copyright Fri Feb 22 13:55:57 2008 +0100 @@ -1,5 +1,5 @@ This package was debianized by markus schnalke on -Wed, 13 Feb 2008 13:26:21 +0100 +Fri, 22 Feb 2008 13:51:03 +0100 It was downloaded from http://prog.marmaro.de