[SCM] libnb-platform-java packaging branch, master, updated. debian/6.9-1-20-g1da3eaf

Andrew Ross rockclimb-guest at alioth.debian.org
Sat Jun 25 19:35:45 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 "libnb-platform-java packaging".

The branch, master has been updated
       via  1da3eafec6a2e90e89f3a9064d9a52a495c4e94c (commit)
      from  9c6401aa010757e99a5a4771d478aa5f8cb77041 (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 1da3eafec6a2e90e89f3a9064d9a52a495c4e94c
Author: Andrew Ross <ubuntu at rossfamily.co.uk>
Date:   Sat Jun 25 20:35:18 2011 +0100

    Fix orig-tar.sh

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

Summary of changes:
 debian/orig-tar.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index dd5176a..6109f5c 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -72,7 +72,7 @@ rm -f $BASE/jellytools.platform/test/qa-functional/data/SampleProject/src/sample
 
 # Remove all the .nbm files. They are only used in unit testing, and
 # we'd ideally need to generate them as part of the build.
-find $BASE/ -name "*.class" -type f -execdir rm \{\} \;
+find $BASE/ -name "*.nbm" -type f -execdir rm \{\} \;
 
 # Make our ".orig.tar.gz"
 tar -czf $TAR $BASE


hooks/post-receive
-- 
libnb-platform-java packaging



More information about the pkg-java-commits mailing list