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  a7b20a13fabfcbbbbef765f5bac8a26ade340620 (commit)
      from  b686dbd0b23a867878cb55cfe35c2624255234f8 (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 a7b20a13fabfcbbbbef765f5bac8a26ade340620
Author: Niels Thykier <[email protected]>
Date:   Fri Feb 18 12:09:24 2011 +0100

    Made jh_installlibs respect its --tmpdir option

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

Summary of changes:
 debian/changelog |    2 ++
 jh_installlibs   |    6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 395e8a1..91372cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ javatools (0.33) unreleased; urgency=low
   * Converted tutorial into markdown format.
   * jh_installlibs now properly picks up the version of native packages.
     (Closes: #612404)
+  * Made jh_installlibs respect its --tmpdir option. Previously it was
+    silently ignored.
 
  -- Matthew Johnson <[email protected]>  Sun, 05 Sep 2010 15:56:31 +0000
 
diff --git a/jh_installlibs b/jh_installlibs
index 6d53147..251d7ff 100755
--- a/jh_installlibs
+++ b/jh_installlibs
@@ -65,9 +65,9 @@ function processjar()
                if [ -n "$VERBOSE" ]; then
                        echo "Installing library $j into package $p"
                fi
-               mkdir -p debian/$p/usr/share/java
-               install -m 644 "$from" 
"debian/$p/usr/share/java/${to%.jar}-${VERSION}.jar"
-               ln -sf ${to%.jar}-${VERSION}.jar "debian/$p/usr/share/java/$to"
+               mkdir -p "$PACKAGEDIR/usr/share/java"
+               install -m 644 "$from" 
"$PACKAGEDIR/usr/share/java/${to%.jar}-${VERSION}.jar"
+               ln -sf ${to%.jar}-${VERSION}.jar 
"$PACKAGEDIR/usr/share/java/$to"
        fi
 }
 


hooks/post-receive
-- 
UNNAMED PROJECT

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to