[SCM] SVGSalamander: SVG Library for Java branch, master, updated. 9b27299bd1c6d09386f49bd77c61dbfde5b67e55
Nicolas Dandrimont
dandrimont-guest at alioth.debian.org
Sun Mar 6 15:12: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 "SVGSalamander: SVG Library for Java".
The branch, master has been updated
via 9b27299bd1c6d09386f49bd77c61dbfde5b67e55 (commit)
via dbb483517dd6f3f2a1cb148e0a957f0d2cfb8fe1 (commit)
from 2052e6ba6c9901c2f16ee74a8f8ce14237424df7 (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 9b27299bd1c6d09386f49bd77c61dbfde5b67e55
Author: Nicolas Dandrimont <Nicolas.Dandrimont at crans.org>
Date: Sun Mar 6 15:33:45 2011 +0100
Clear the tarball from the getTRDoc.pdf file
commit dbb483517dd6f3f2a1cb148e0a957f0d2cfb8fe1
Author: Nicolas Dandrimont <Nicolas.Dandrimont at crans.org>
Date: Sun Mar 6 15:10:05 2011 +0100
The temporary keystore is not used anymore.
-----------------------------------------------------------------------
Summary of changes:
debian/README.source | 10 +++++++++-
debian/rules | 2 +-
doc/dev/GetTRDoc.pdf | Bin 1804983 -> 0 bytes
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index f4dd832..195bc31 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -4,6 +4,14 @@ svgsalamander for Debian
The source code was checked out from SVN at :
https://svn.java.net/svn/svgsalamander~svn/trunk
+The tarball is cleaned of .jar and .zip files.
+
+The doc/dev/getTRDoc.pdf file allows unlimited redistribution, but the
+sources are unavailable. It has been removed from the tarball.
+It is a thesis on "Least Squares Approximation By G1 Piecewise
+Parametric Cubes" by Marion R. Holmes, and can be fetched from
+http://oai.dtic.mil/oai/oai?verb=getRecord&metadataPrefix=html&identifier=ADA277978.
+
See the get-orig-source target for debian/rules to fetch a clean tarball.
- -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>, Sun, 13 Feb 2011 15:41:10 +0100
+ -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>, Sun, 6 Mar 2011 15:07:47 +0100
diff --git a/debian/rules b/debian/rules
index 89e8a86..70ea683 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,6 @@ override_dh_clean:
-mkdir $(CURDIR)/svg-core/src/gen/res
cd $(CURDIR)/svg-core; ant clean; cd $(CURDIR)
-rm www/binaries/*.jar
- -rm svg-core/tempKeystore
dh_clean
.PHONY: get-orig-source
@@ -35,6 +34,7 @@ get-orig-source:
get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig
find get-orig-source/ -name *.jar -delete
find get-orig-source/ -name *.zip -delete
+ rm get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig/doc/dev/GetTRDoc.pdf
GZIP='--best --no-name' tar czf $(TARBALL) -C get-orig-source $(PACKAGE)-$(SRC_VERSION).orig
rm -rf get-orig-source
echo " "$(TARBALL)" created; move it to the right destination to build the package"
diff --git a/doc/dev/GetTRDoc.pdf b/doc/dev/GetTRDoc.pdf
deleted file mode 100755
index 4684e01..0000000
Binary files a/doc/dev/GetTRDoc.pdf and /dev/null differ
hooks/post-receive
--
SVGSalamander: SVG Library for Java
More information about the pkg-java-commits
mailing list