[SCM] UNNAMED PROJECT branch, master, updated. 0.37-2-g328d998

Niels Thykier nthykier at alioth.debian.org
Thu Sep 8 09:06:16 UTC 2011


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  328d998471920f7059bc67239214b1ec7add68df (commit)
      from  0448c2b5417dbe401cf2a8db4e341837137f2698 (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 328d998471920f7059bc67239214b1ec7add68df
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Sep 8 11:01:57 2011 +0200

    Made jh_makepkg generate debhelper compat 8 packages

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    1 +
 jh_makepkg       |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 90445f5..aeed15c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 javatools (0.38) UNRELEASED; urgency=low
 
   * Added missing empty line the in d/control generated by jh_makepkg
+  * Bumped debhelper compat to 8 in packages generated by jh_makepkg
 
  -- Niels Thykier <niels at thykier.net>  Mon, 11 Jul 2011 15:20:40 +0200
 
diff --git a/jh_makepkg b/jh_makepkg
index d84a1fe..9667ef4 100755
--- a/jh_makepkg
+++ b/jh_makepkg
@@ -5,7 +5,7 @@
 #    app, library
 #    gcj, sun
 
-COMPAT=7
+COMPAT=8
 STANDARDS=3.9.2
 
 set -e
@@ -346,7 +346,7 @@ export JAVA_HOME=${JAVA_HOME}
 # export CLASSPATH=
 
 %:
-	dh --with javahelper \$@
+	dh \$@ --with javahelper
 
 END
       case $BUILD in


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list