This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-digest.
commit c3f9728038c693a864fd7caf83be0044c83bbc9c Author: Torsten Werner <[email protected]> Date: Thu Aug 13 14:47:27 2009 +0000 Replace binary jar file with a fake file. --- debian/changelog | 6 ++++++ debian/orig-tar.sh | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index dd141e2..1065301 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plexus-digest (1.1-2) unstable; urgency=low + + * Replace binary jar file with a fake file. + + -- Torsten Werner <[email protected]> Thu, 13 Aug 2009 16:40:48 +0200 + plexus-digest (1.1-1) experimental; urgency=low [Ludovic Claude] diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index c2e4c75..2884571 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -6,6 +6,13 @@ DIR=plexus-digest-$VERSION TAG=plexus-digest-$VERSION svn export http://svn.codehaus.org/plexus/plexus-components/tags/$TAG/ $DIR + +# the original jar ships a class file without source +(cd $DIR/src/test/examples && \ + echo "fake file" > redback-authz-open.jar && \ + md5sum redback-authz-open.jar > redback-authz-open.jar.md5 && \ + sha1sum redback-authz-open.jar > redback-authz-open.jar.sha1) + tar -c -z -f $TAR $DIR rm -rf $DIR ../$TAG -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-digest.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

