*** empty log message ***
git-svn-id: https://samskivert.googlecode.com/svn/trunk@295 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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
|
# Builds a distribution archive. This should be run from the top-level
|
||||||
# project directory and it will place the distribution archive into the
|
# project directory and it will place the distribution archive into the
|
||||||
@@ -23,7 +23,7 @@ CVS
|
|||||||
macros
|
macros
|
||||||
.excludes
|
.excludes
|
||||||
.cvsignore
|
.cvsignore
|
||||||
*.tgz
|
*.tar.gz
|
||||||
*~
|
*~
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ mkdir /tmp/$TARGET
|
|||||||
tar --exclude-from=.excludes -cf - * | tar -C /tmp/$TARGET -xf -
|
tar --exclude-from=.excludes -cf - * | tar -C /tmp/$TARGET -xf -
|
||||||
|
|
||||||
# now build the actual archive file
|
# 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
|
# and clean up after ourselves
|
||||||
rm -rf /tmp/$TARGET
|
rm -rf /tmp/$TARGET
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
lookuplet (1.0.0-1) unstable; urgency=low
|
lookuplet (1.0-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,6 @@ binary-arch: build
|
|||||||
dh_strip
|
dh_strip
|
||||||
dh_compress
|
dh_compress
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
dh_suidregister
|
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
dh_shlibdeps
|
dh_shlibdeps
|
||||||
dh_gencontrol
|
dh_gencontrol
|
||||||
|
|||||||
Reference in New Issue
Block a user