*** empty log message ***

git-svn-id: https://samskivert.googlecode.com/svn/trunk@295 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-08-17 20:52:58 +00:00
parent 091f273131
commit eadd4c5a95
3 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
lookuplet (1.0.0-1) unstable; urgency=low
lookuplet (1.0-1) unstable; urgency=low
* Initial Release.
-1
View File
@@ -53,7 +53,6 @@ binary-arch: build
dh_strip
dh_compress
dh_fixperms
dh_suidregister
dh_installdeb
dh_shlibdeps
dh_gencontrol