Author: twerner Date: 2009-08-13 14:47:27 +0000 (Thu, 13 Aug 2009) New Revision: 9968
Modified: trunk/plexus-digest/debian/changelog trunk/plexus-digest/debian/orig-tar.sh Log: Replace binary jar file with a fake file. Modified: trunk/plexus-digest/debian/changelog =================================================================== --- trunk/plexus-digest/debian/changelog 2009-08-13 10:13:35 UTC (rev 9967) +++ trunk/plexus-digest/debian/changelog 2009-08-13 14:47:27 UTC (rev 9968) @@ -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] Modified: trunk/plexus-digest/debian/orig-tar.sh =================================================================== --- trunk/plexus-digest/debian/orig-tar.sh 2009-08-13 10:13:35 UTC (rev 9967) +++ trunk/plexus-digest/debian/orig-tar.sh 2009-08-13 14:47:27 UTC (rev 9968) @@ -6,6 +6,13 @@ 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

