[lucene2] 74/104: Added debian/README.source; remove unused embedded Prototype javascript library
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Wed Mar 23 16:27:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository lucene2.
commit 58eab51bed07dffd165ade60352e951a6d3ecb0c
Author: Jan-Pascal van Best <janpascal at vanbest.org>
Date: Thu Nov 19 20:22:54 2009 +0000
Added debian/README.source; remove unused embedded Prototype javascript library
---
debian/README.source | 5 +++++
debian/changelog | 9 +++++++++
debian/rules | 2 ++
3 files changed, 16 insertions(+)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..2214ba6
--- /dev/null
+++ b/debian/README.source
@@ -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
+
diff --git a/debian/changelog b/debian/changelog
index 764b980..59202ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <janpascal at vanbest.org> Thu, 19 Nov 2009 20:45:04 +0100
+
lucene2 (2.9.1+ds1-1) unstable; urgency=low
* New upstream release 2.9.1
diff --git a/debian/rules b/debian/rules
index c8c14d0..5773a46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,6 +70,8 @@ install/liblucene2-java-doc::
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/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene2.git
More information about the pkg-java-commits
mailing list