[SCM] FreeHEP graphics 2D library branch, master, updated. upstream/2.1.1-1-gd01df0a

Gabriele Giacone gg0-guest at alioth.debian.org
Wed Nov 25 01:34:45 UTC 2009


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 graphics 2D library".

The branch, master has been updated
       via  d01df0a997f7384af508050ce57809239f6a326a (commit)
      from  7922a929bb917868135fcad626d9c38dd1518960 (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 d01df0a997f7384af508050ce57809239f6a326a
Author: Gabriele Giacone <losgarbo at libero.it>
Date:   Tue Nov 24 03:44:08 2009 +0100

    Added debian dir and chartableconverter-plugin version in pom.xml

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

Summary of changes:
 debian/changelog                       |    5 +++++
 debian/compat                          |    1 +
 debian/control                         |   20 ++++++++++++++++++++
 debian/copyright                       |   29 +++++++++++++++++++++++++++++
 debian/gbp.conf                        |    7 +++++++
 debian/libfreehep-graphics2d-java.poms |    1 +
 debian/maven.properties                |    1 +
 debian/rules                           |    7 +++++++
 debian/watch                           |    2 ++
 pom.xml                                |    1 +
 10 files changed, 74 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d8b8a9d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+freehep-graphics2d (2.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #556397)
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Sun, 08 Nov 2009 22:18:30 +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..e760135
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: freehep-graphics2d
+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>
+Build-Depends: debhelper (>= 7), cdbs, maven-debian-helper
+Build-Depends-Indep: default-jdk, junit, libfreehep-util-java, libfreehep-chartableconverter-plugin-java
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/git/pkg-java/freehep/freehep-graphics2d.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/freehep/freehep-graphics2d.git
+Homepage: http://java.freehep.org/
+
+Package: libfreehep-graphics2d-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}, openjdk-6-jre | java2-runtime
+Recommends: ${maven:OptionalDepends}
+Description: FreeHEP 2D Graphics Library
+ General 2D graphics library for FreeHEP
+ .
+ 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..02fd44a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: FreeHEP 2D Graphics Library
+Maintainer: The FreeHEP team
+Source: http://java.freehep.org/
+
+Files: *
+Copyright: © 2003 - 2007 Mark Donszelmann <Mark.Donszelmann at slac.stanford.edu>
+           © 2003 - 2007 Tony Johnson <tonyj at slac.stanford.edu>
+           © 2003 - 2007 Max Turri <turri at slac.stanford.edu>
+           © 2003 - 2007 Victor Serbo <Victor.Serbo at slac.stanford.edu>
+           © 2003 - 2007 Gary Bower <Gary.Bower at slac.stanford.edu>
+           © 2003 - 2007 Julius Hrivnac <hrivnac at lal.in2p3.fr>
+           © 2003 - 2007 Cal Loomis <loomis at lal.in2p3.fr>
+           © 2003 - 2007 Joseph Perl <Joseph.Perl at slac.stanford.edu>
+           © 2003 - 2007 Peter Armstrong
+           © 2003 - 2007 Simon Fischer
+           © 2003 - 2007 Andre Bach
+           © 2003 - 2007 Partick Hellwig
+           © 2003 - 2007 Sami Kama
+           © 2003 - 2007 Paul Spence
+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'
+
+Files: debian/*
+Copyright: © 2009 Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+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..e3fd60e
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,7 @@
+
+[DEFAULT]
+cleaner = fakeroot debian/rules clean
+upstream-branch = upstream
+debian-branch = master
+pristine-tar = true
+
diff --git a/debian/libfreehep-graphics2d-java.poms b/debian/libfreehep-graphics2d-java.poms
new file mode 100644
index 0000000..43e746b
--- /dev/null
+++ b/debian/libfreehep-graphics2d-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..d2f1b82
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1 @@
+maven.test.skip=true
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..e69de29
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.
diff --git a/pom.xml b/pom.xml
index 9196988..e6cb900 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@
       <plugin>
         <groupId>org.freehep</groupId>
         <artifactId>freehep-chartableconverter-plugin</artifactId>
+	<version>2.0</version>
         <executions>
           <execution>
             <id>Expert</id>


hooks/post-receive
-- 
FreeHEP graphics 2D library



More information about the pkg-java-commits mailing list