[SCM] FreeHEP XML branch, master, updated. upstream/2.1.2-2-gf20ed13

Gabriele Giacone gg0-guest at alioth.debian.org
Sat Jan 23 23:15:58 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 XML".

The branch, master has been updated
       via  f20ed13b6c006be28bc9fffd02ac10fff255244e (commit)
       via  303214c3b141125ee716596f77a791cff20d593e (commit)
      from  eb6211c0bba768dd360bc9034479f6967c3f1b28 (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 f20ed13b6c006be28bc9fffd02ac10fff255244e
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sun Jan 24 00:15:29 2010 +0100

    Added exec-maven-plugin dep

commit 303214c3b141125ee716596f77a791cff20d593e
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sun Jan 24 00:13:32 2010 +0100

    Added debian

-----------------------------------------------------------------------

Summary of changes:
 debian/README.source            |   10 ++++++++++
 debian/changelog                |    5 +++++
 debian/compat                   |    1 +
 debian/control                  |   34 ++++++++++++++++++++++++++++++++++
 debian/copyright                |   23 +++++++++++++++++++++++
 debian/gbp.conf                 |    7 +++++++
 debian/libfreehep-xml-java.poms |    1 +
 debian/maven.properties         |    1 +
 debian/maven.rules              |    1 +
 debian/rules                    |    7 +++++++
 debian/watch                    |    2 ++
 11 files changed, 92 insertions(+), 0 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..a7b4144
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,10 @@
+Information about freehep-graphicsio-svg
+----------------------------------------
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..61d24a9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+freehep-xml (2.1.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #XXXXXX)
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Tue, 12 Jan 2010 23:59:25 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5824c10
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: freehep-xml
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>,
+ Gabriele Giacone <1o5g4r8o at gmail.com>
+Build-Depends: debhelper (>= 7), cdbs, maven-debian-helper
+Build-Depends-Indep: default-jdk, libfreehep-io-java, libfreehep-util-java,
+ libfreehep-swing-java, libfreehep-graphicsio-java, libfreehep-graphicsio-tests-java,
+ junit, jdom1, libmaven-exec-plugin-java
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/git/pkg-java/freehep/freehep-xml.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/freehep/freehep-xml.git
+Homepage: http://java.freehep.org/
+
+Package: libfreehep-xml-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}, openjdk-6-jre | java2-runtime
+Recommends: ${maven:OptionalDepends}
+Description: FreeHEP XML
+ 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.
+ .
+ FreeHEP is a collection of Java libraries used in High Energy Physics.
+ .
+ This library provides readers and writers for the XML format as well as
+ a Menu System for building GUI menus from XML.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..220376b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,23 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: FreeHEP XML
+Maintainer: The FreeHEP team <developers at freehep.org>
+Source: http://java.freehep.org/
+
+Files: *
+Copyright: 2000-2007, CERN, Geneva, Switzerland
+           2000-2007, SLAC, Stanford, California, U.S.A.
+           2000-2007, University of California Santa Cruz, U.S.A.
+License: LGPL-2.1+
+  On Debian GNU/Linux system you can find the complete text of the
+  LGPL-2.1 license in '/usr/share/common-licenses/LGPL-2.1'
+  No license files are included in upstream tarball but copyright holders
+  list is available at
+  <http://java.freehep.org/svn/repos/freehep/show/freehep/trunk/vectorgraphics/LICENSE.txt>
+  and adopted license at <http://java.freehep.org/license.html>
+
+Files: debian/*
+Copyright: 2010, Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+	   2010, Gabriele Giacone <1o5g4r8o at gmail.com>
+License: GPL-3+
+  On Debian GNU/Linux system you can find the complete text of the
+  GPL-3 license in '/usr/share/common-licenses/GPL-3'
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..d730773
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,7 @@
+
+[DEFAULT]
+cleaner = fakeroot debian/rules clean
+upstream-branch = upstream
+debian-branch = build
+pristine-tar = True
+
diff --git a/debian/libfreehep-xml-java.poms b/debian/libfreehep-xml-java.poms
new file mode 100644
index 0000000..43e746b
--- /dev/null
+++ b/debian/libfreehep-xml-java.poms
@@ -0,0 +1 @@
+pom.xml --no-parent
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..ab18ddd
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1 @@
+maven.test.skip=false
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..2e97ff0
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1 @@
+org.codehaus.mojo exec-maven-plugin maven-plugin s/.*/1.1.1/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c9523a8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f1fc674
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+# Watch file missing, because upstream releases are available only via
+# SVN, but uscan is unable to read in a SVN repository.


hooks/post-receive
-- 
FreeHEP XML



More information about the pkg-java-commits mailing list