Author: janpascal-guest Date: 2009-11-19 20:22:54 +0000 (Thu, 19 Nov 2009) New Revision: 11084
Added: trunk/lucene2/debian/README.source Modified: trunk/lucene2/debian/changelog trunk/lucene2/debian/rules Log: Added debian/README.source; remove unused embedded Prototype javascript library Added: trunk/lucene2/debian/README.source =================================================================== --- trunk/lucene2/debian/README.source (rev 0) +++ trunk/lucene2/debian/README.source 2009-11-19 20:22:54 UTC (rev 11084) @@ -0,0 +1,5 @@ +The lucene2_2.2.0.orig.tar.gz tarball was created by removing all +third party jars from the above upstream source. Use the script +debian/get-orig-source.sh to download the upstream source and +create lucene2_2.2.0.orig.tar.gz + Modified: trunk/lucene2/debian/changelog =================================================================== --- trunk/lucene2/debian/changelog 2009-11-19 18:48:34 UTC (rev 11083) +++ trunk/lucene2/debian/changelog 2009-11-19 20:22:54 UTC (rev 11084) @@ -1,3 +1,12 @@ +lucene2 (2.9.1+ds1-2) unstable; urgency=low + + * Removed (unused) embedded Prototype javascript library + (Closes: #555225, #555226) + * Added README.source containing information about how to create the Debian + source from the upstream source tarball + + -- Jan-Pascal van Best <[email protected]> Thu, 19 Nov 2009 20:45:04 +0100 + lucene2 (2.9.1+ds1-1) unstable; urgency=low * New upstream release 2.9.1 Modified: trunk/lucene2/debian/rules =================================================================== --- trunk/lucene2/debian/rules 2009-11-19 18:48:34 UTC (rev 11083) +++ trunk/lucene2/debian/rules 2009-11-19 20:22:54 UTC (rev 11084) @@ -70,6 +70,8 @@ rmdir --ignore-fail-on-non-empty $(CURDIR)/debian/liblucene2-java-doc/usr/share/doc/liblucene2-java-doc/docs/skin/css rmdir --ignore-fail-on-non-empty $(CURDIR)/debian/liblucene2-java-doc/usr/share/doc/liblucene2-java-doc/docs/skin/scripts rmdir --ignore-fail-on-non-empty $(CURDIR)/debian/liblucene2-java-doc/usr/share/doc/liblucene2-java-doc/docs/skin/translations + # Remove unused embedded prototype library + rm -f $(CURDIR)/debian/liblucene2-java-doc/usr/share/doc/liblucene2-java-doc/docs/skin/prototype.js install -d $(CURDIR)/debian/liblucene2-java-doc/usr/share/doc/liblucene2-java-doc/demo install -m 644 build/lucene-demos-$(UPSTREAM_VERSION).jar $(CURDIR)/debian/liblucene2-java-doc/usr/share/doc/liblucene2-java-doc/demo/ install -m 644 build/luceneweb.war $(CURDIR)/debian/liblucene2-java-doc/usr/share/doc/liblucene2-java-doc/demo/ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

