diff --git a/projects/lookuplet/build-dist.sh b/projects/lookuplet/build-dist.sh index 1890c604..84b61f71 100755 --- a/projects/lookuplet/build-dist.sh +++ b/projects/lookuplet/build-dist.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: build-dist.sh,v 1.1 2001/08/16 21:03:49 mdb Exp $ +# $Id: build-dist.sh,v 1.2 2001/08/17 20:52:58 mdb Exp $ # # Builds a distribution archive. This should be run from the top-level # project directory and it will place the distribution archive into the @@ -23,7 +23,7 @@ CVS macros .excludes .cvsignore -*.tgz +*.tar.gz *~ EOF @@ -35,7 +35,7 @@ mkdir /tmp/$TARGET tar --exclude-from=.excludes -cf - * | tar -C /tmp/$TARGET -xf - # now build the actual archive file -tar -C /tmp -czf $DISTDIR/$TARGET.tgz $TARGET +tar -C /tmp -czf $DISTDIR/$TARGET.tar.gz $TARGET # and clean up after ourselves rm -rf /tmp/$TARGET diff --git a/projects/lookuplet/debian/changelog b/projects/lookuplet/debian/changelog index ce03aec0..0202c1c7 100644 --- a/projects/lookuplet/debian/changelog +++ b/projects/lookuplet/debian/changelog @@ -1,4 +1,4 @@ -lookuplet (1.0.0-1) unstable; urgency=low +lookuplet (1.0-1) unstable; urgency=low * Initial Release. diff --git a/projects/lookuplet/debian/rules b/projects/lookuplet/debian/rules index 665e2783..1dd4cf41 100755 --- a/projects/lookuplet/debian/rules +++ b/projects/lookuplet/debian/rules @@ -53,7 +53,6 @@ binary-arch: build dh_strip dh_compress dh_fixperms - dh_suidregister dh_installdeb dh_shlibdeps dh_gencontrol