[SCM] FreeHEP GraphicsIO Base Library branch, build, updated. upstream/2.1.1-3-g1c898df

Gabriele Giacone gg0-guest at alioth.debian.org
Sat Jan 23 21:35:56 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 Base Library".

The branch, build has been updated
       via  1c898df84c70fac75e340ac14157121b673e0f3f (commit)
       via  9ec2c054984a09822d4cfe7eba4c06e73181b66b (commit)
       via  359d842d8fd32e829bdeb402736c1a5cae787b97 (commit)
      from  42b732da8b88b2a3cc26e66efb332e26eecc58f3 (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 1c898df84c70fac75e340ac14157121b673e0f3f
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sat Jan 23 21:25:54 2010 +0100

    indent

commit 9ec2c054984a09822d4cfe7eba4c06e73181b66b
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sat Jan 23 21:23:53 2010 +0100

    d/maven.rules: added exec-maven-plugin

commit 359d842d8fd32e829bdeb402736c1a5cae787b97
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Tue Jan 12 01:01:27 2010 +0100

    Added debian. No tests to run

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

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

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..5414cd9
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,10 @@
+Information about freehep-graphicsio
+------------------------------------
+
+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..58b9a83
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+freehep-graphicsio (2.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #564756)
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Mon, 11 Jan 2010 21:45:03 +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..3a7d0af
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: freehep-graphicsio
+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-export-java, libfreehep-graphics2d-java,
+ libfreehep-io-java, libmaven-exec-plugin-java
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/git/pkg-java/freehep/freehep-graphicsio.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/freehep/freehep-graphicsio.git
+Homepage: http://java.freehep.org/
+
+Package: libfreehep-graphicsio-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}, openjdk-6-jre | java2-runtime
+Recommends: ${maven:OptionalDepends}
+Description: FreeHEP GraphicsIO Base Library
+ Base library for low-level formatting. Among the vector formats are
+ PostScript, PDF, EMF, SVF, and Flash SWF, while the image formats include
+ GIF, PNG, JPG and PPM.
+ .
+ FreeHEP is a collection of Java libraries used in High Energy Physics.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cb43f06
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,23 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: FreeHEP GraphicsIO Base Library
+Maintainer: The FreeHEP team
+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-graphicsio-java.poms b/debian/libfreehep-graphicsio-java.poms
new file mode 100644
index 0000000..43e746b
--- /dev/null
+++ b/debian/libfreehep-graphicsio-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 GraphicsIO Base Library



More information about the pkg-java-commits mailing list