Mercurial > 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 wrap: on
line diff
--- 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}
--- 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;
--- 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 <meillo@marmaro.de> Fri, 22 Feb 2008 13:47:42 +0100 + + baum (0.1-4) unstable; urgency=low * included license in 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 <meillo@marmaro.de> 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