This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit 0e88fca7d16637e58d14b6cec5eb62ad5e55e92c Author: Stuart Prescott <[email protected]> Date: Mon Apr 20 23:25:02 2009 +0000 * fix typos in repackaging script --- debian/repackage | 3 ++- debian/repackagerc | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/repackage b/debian/repackage index 53f4037..fa14a31 100755 --- a/debian/repackage +++ b/debian/repackage @@ -2,6 +2,7 @@ set -u set -e +# set -x if [ -f ~/.devscripts ] then @@ -143,7 +144,7 @@ testarchive() { esac } -testarchiverror() { +testarchiveerror() { echo "E: More than one directory was found in the unwrapped archive." echo "E: Set WRAPDIR to wrap the contents of the tarball in a directory." exit 1 diff --git a/debian/repackagerc b/debian/repackagerc index ff3d5b2..a3e4ce1 100644 --- a/debian/repackagerc +++ b/debian/repackagerc @@ -1,14 +1,15 @@ # Settings for repackaging the upstream source code -# of the jlibeps package +# of the latexdraw package -PACKAGE=jlibeps +PACKAGE=latexdraw UPSTREAM=sourceforge.net UNARCHIVE=do_unzip -WRAPDIR=false +WRAPDIR=true EXCLUDE_LIST=" bin -doc +lib +src?lib *.class *.jar " -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

