[SCM] FreeHEP GraphicsIO Test Library branch, master, updated. upstream/2.1.1+dfsg1-6-geef5399
Giovanni Mascellani
gmascellani-guest at alioth.debian.org
Tue Feb 2 10:45:09 UTC 2010
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 "FreeHEP GraphicsIO Test Library".
The branch, master has been updated
via eef539955a7053747df33a8a08134bdc3e778055 (commit)
via a38011cfbe9db57fdec4233c6485bd4d8941d7b6 (commit)
from 2a74eb3257b0f4282399e24b809ce216695041d3 (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 eef539955a7053747df33a8a08134bdc3e778055
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Tue Feb 2 11:44:52 2010 +0100
README.source fixed
commit a38011cfbe9db57fdec4233c6485bd4d8941d7b6
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Tue Feb 2 11:41:59 2010 +0100
Description fixed
-----------------------------------------------------------------------
Summary of changes:
debian/README.source | 30 ++++++++++++++++++++++++++++--
debian/control | 18 +++++++-----------
2 files changed, 35 insertions(+), 13 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index a7b4144..02d35ce 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,5 +1,7 @@
-Information about freehep-graphicsio-svg
-----------------------------------------
+Information about freehep-graphicsio-tests
+------------------------------------------
+
+DEBIANIZATION
This package was debianized using the mh_make command
from the maven-debian-helper package.
@@ -8,3 +10,27 @@ The build system uses Maven but prevents it from downloading
anything from the Internet, making the build compliant with
the Debian policy.
+
+QUILT
+
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build. Please see:
+
+ /usr/share/doc/quilt/README.source
+
+for more information on how to apply the patches, modify patches, or
+remove a patch.
+
+
+REPACKAGING
+
+The original tarball for this package has been modified, because it
+included some code with problematic copyright status. The following
+files and directories were deleted:
+ * src/main/java/org/freehep/graphicsio/test/TestCustomStrokes.java
+ (not DFSG compliant).
+
+The remaining code has been adapted to work without these problematic
+files (see wuilt patches).
+
diff --git a/debian/control b/debian/control
index 27f9b34..620c021 100644
--- a/debian/control
+++ b/debian/control
@@ -17,16 +17,12 @@ Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}, openjdk-6-jre | java2-runtime
Recommends: ${maven:OptionalDepends}
Description: FreeHEP GraphicsIO Test Library
- The VectorGraphics package of the FreeHEP Java Library enables any Java
- program to export to a variety of vector graphics formats as well as bitmap
- image formats. Among the vector formats are PostScript, PDF, EMF, SVF, and
- Flash SWF, while the image formats include GIF, PNG, JPG and PPM.
- The package uses the standard java.awt.Graphics2D class as its interface
- to the user program. Coupling this package to a standard Java program is
- therefore straightforward. It also comes with a dialog box which allows you
- to choose between all the formats mentioned above and set specific parameters
- for them.
+ The GraphicsIO library offers a base interface for image exporters in many
+ vector or bitmap image formats. It features direct support for GIF, PNG, PPM
+ and RAW formats, as well as the ability to manage TrueType fonts. Support
+ for other file types con be added with plugins.
.
- FreeHEP is a collection of Java libraries used in High Energy Physics.
+ This package contains a series of tests used within GraphicsIO or its
+ plugins.
.
- [ fill in ]
+ FreeHEP is a collection of Java libraries used in High Energy Physics.
hooks/post-receive
--
FreeHEP GraphicsIO Test Library
More information about the pkg-java-commits
mailing list