[SCM] UNNAMED PROJECT branch, master, updated. 0.30-49-ge42fa2b
Matthew Johnson
mjj29 at alioth.debian.org
Sun Sep 5 15:57:48 UTC 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via e42fa2b50a6d29eabfbddbb083cd6084f3b1f1b1 (commit)
from ec6b50d93e75ab57d87ae19c83c44d4f9a0cb88d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e42fa2b50a6d29eabfbddbb083cd6084f3b1f1b1
Author: Matthew Johnson <mjj29 at debian.org>
Date: Sun Sep 5 15:57:28 2010 +0000
fix some bugs in jh_makepkg (Closes: #593351)
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 6 ++++++
jh_makepkg | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d5ec24b..81939e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+javatools (0.33) unreleased; urgency=low
+
+ * fixed some bugs in jh_makepkg (Closes: #593351)
+
+ -- Matthew Johnson <mjj29 at debian.org> Sun, 05 Sep 2010 15:56:31 +0000
+
javatools (0.32) unstable; urgency=low
[ Niels Thykier ]
diff --git a/jh_makepkg b/jh_makepkg
index 1f96f5a..b7fd810 100755
--- a/jh_makepkg
+++ b/jh_makepkg
@@ -45,7 +45,7 @@ syntax()
exit 1
}
-ARGS="p package m maintainer e email v upstream l library a app t ant k makefile n none 5 sun5 6 sun6 g gcj o openjdk M maven" parseargs "$@"
+ARGS="p package m maintainer e email v upstream l library a app t ant k makefile n none 5 sun5 6 sun6 g gcj o openjdk M maven d default" parseargs "$@"
BUILDDIR="`pwd`"
@@ -113,7 +113,7 @@ if [ -z "$DEBEMAIL" ]; then
fi
if [ -n "`getarg m maintainer`" ]; then
- DEBEMAIL="`getarg m maintainer`"
+ DEBFULLNAME="`getarg m maintainer`"
fi
if [ -z "$DEBFULLNAME" ]; then
@@ -330,7 +330,7 @@ END
echo $COMPAT > debian/compat
-EDITOR=true dch --create --package $SRCPACKAGE --newversion ${VERSION}-1 --distribution unstable --urgency low
+EDITOR=true DEBFULLNAME="$DEBFULLNAME" DEBEMAIL="$DEBEMAIL" dch --create --package $SRCPACKAGE --newversion ${VERSION}-1 --distribution unstable --urgency low
cat > debian/rules <<END
#!/usr/bin/make -f
hooks/post-receive
--
UNNAMED PROJECT
More information about the pkg-java-commits
mailing list