[SCM] UNNAMED PROJECT branch, master, updated. 0.30-48-gec6b50d

Matthew Johnson mjj29 at alioth.debian.org
Sun Aug 8 19:26:51 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  ec6b50d93e75ab57d87ae19c83c44d4f9a0cb88d (commit)
       via  4ae601d5761cc73994cca084096f748f7b7508bc (commit)
       via  9d9df42726c0709455b9e20b213443cd5e0dbb0b (commit)
      from  019fcec6c6e0e9cb09c871672ce2540fd7a2cb0f (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 ec6b50d93e75ab57d87ae19c83c44d4f9a0cb88d
Merge: 4ae601d 019fcec
Author: Matthew Johnson <mjj29 at qadesh.matthew.ath.cx>
Date:   Sun Aug 8 20:14:16 2010 +0100

    Merge branch 'master' of ssh://mjj29@alioth/git/pkg-java/javatools

commit 4ae601d5761cc73994cca084096f748f7b7508bc
Author: Matthew Johnson <mjj29 at qadesh.matthew.ath.cx>
Date:   Sun Aug 8 20:13:00 2010 +0100

    remove fastjar references

commit 9d9df42726c0709455b9e20b213443cd5e0dbb0b
Author: Matthew Johnson <mjj29 at qadesh.matthew.ath.cx>
Date:   Sun Aug 8 20:12:40 2010 +0100

    remove fastjar references

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

Summary of changes:
 debian/control |    2 +-
 jh_build       |    2 +-
 tutorial.html  |    2 +-
 tutorial.txt   |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index cc4bd6c..aced9a1 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Description: Run executable Java .jar files
 
 Package: javahelper
 Architecture: all
-Depends: ${misc:Depends}, fastjar, debhelper, devscripts,
+Depends: ${misc:Depends}, debhelper, devscripts,
          bsdmainutils, dpkg-dev, dctrl-tools,
          libarchive-zip-perl (>= 1.20)
 Suggests: cvs,
diff --git a/jh_build b/jh_build
index 37b2f76..1ee94b6 100755
--- a/jh_build
+++ b/jh_build
@@ -145,7 +145,7 @@ function dobuild()
 
 JAVAC="${JAVA_HOME}/bin/javac"
 JAVADOC="${JAVA_HOME}/bin/javadoc"
-JAR=fastjar
+JAR="${JAVA_HOME}/bin/jar"
 
 jarfile="${ARGV[0]}"
 
diff --git a/tutorial.html b/tutorial.html
index 14d10fe..f434133 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -488,7 +488,7 @@ Source: salliere
 Section: misc
 Priority: optional
 Maintainer: Matthew Johnson &lt;mjj29 at debian.org&gt;
-Build-Depends: debhelper (&gt;= 5), default-jdk, fastjar, 
+Build-Depends: debhelper (&gt;= 5), default-jdk,
                libmatthew-debug-java, libcsv-java,
                libitext-java, javahelper
 Standards-Version: 3.7.3
diff --git a/tutorial.txt b/tutorial.txt
index 9cba967..d93fa75 100644
--- a/tutorial.txt
+++ b/tutorial.txt
@@ -467,7 +467,7 @@ Source: salliere
 Section: misc
 Priority: optional
 Maintainer: Matthew Johnson <mjj29 at debian.org>
-Build-Depends: debhelper (>= 5), default-jdk, fastjar,
+Build-Depends: debhelper (>= 5), default-jdk,
                libmatthew-debug-java, libcsv-java,
                libitext-java, javahelper
 Standards-Version: 3.7.3


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list