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 Export and Save As Library".

The branch, master has been updated
       via  ca1c2ce44450710d30ed8b90915985057a599c61 (commit)
      from  3dcfa0c57b07fb1a8e4915dfc00f528eed6727ef (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 ca1c2ce44450710d30ed8b90915985057a599c61
Author: Gabriele Giacone <[email protected]>
Date:   Sat Nov 28 05:08:22 2009 +0100

    Added debian dir

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

Summary of changes:
 debian/README.source               |    9 +++
 debian/changelog                   |    5 ++
 debian/compat                      |    1 +
 debian/control                     |   22 +++++++
 debian/copyright                   |   30 +++++++++
 debian/gbp.conf                    |    7 ++
 debian/libfreehep-export-java.poms |    1 +
 debian/maven.properties            |    1 +
 debian/rules                       |    7 ++
 debian/watch                       |    2 +
 pom.xml                            |  122 +++++++++++++++++------------------
 11 files changed, 144 insertions(+), 63 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..c5fd9e1
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+Information about freehep-export
+------------------------------
+
+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..6b0c1cc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+freehep-export (2.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #558345)
+
+ -- Gabriele Giacone <[email protected]>  Thu, 26 Nov 2009 00:51:44 +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..d143c9e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: freehep-export
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
<[email protected]>
+Uploaders: Gabriele Giacone <[email protected]>, Giovanni Mascellani 
<[email protected]>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
+Build-Depends-Indep: libsurefire-java (>= 2.4.3), libfreehep-swing-java 
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/freehep-export
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/freehep-export/
+Homepage: http://java.freehep.org/
+
+Package: libfreehep-export-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: FreeHEP Export and Save As Library
+ Library to register filetypes (which can be loaded as plugin modules).
+ This library is used by VectorGraphics to allow new output formats 
+ to be added by adding new jar files to the classpath.
+ .
+ FreeHEP is a collection of Java libraries used in High Energy
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ca6862d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: FreeHEP Export library
+Maintainer: The FreeHEP team
+Source: http://java.freehep.org/
+
+Files: *
+Copyright: © 2003 - 2007 Mark Donszelmann <[email protected]>
+           © 2003 - 2007 Tony Johnson <[email protected]>
+           © 2003 - 2007 Max Turri <[email protected]>
+           © 2003 - 2007 Victor Serbo <[email protected]>
+           © 2003 - 2007 Gary Bower <[email protected]>
+           © 2003 - 2007 Julius Hrivnac <[email protected]>
+           © 2003 - 2007 Cal Loomis <[email protected]>
+           © 2003 - 2007 Joseph Perl <[email protected]>
+           © 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 Gabriele Giacone <[email protected]>
+Copyright: © 2009 Giovanni Mascellani <[email protected]>
+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..7c036eb
--- /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-export-java.poms 
b/debian/libfreehep-export-java.poms
new file mode 100644
index 0000000..43e746b
--- /dev/null
+++ b/debian/libfreehep-export-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 67a92df..23245f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,65 +1,61 @@
+<?xml version='1.0' encoding='UTF-8'?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-  <parent>
-    <artifactId>global</artifactId>
-    <groupId>org.freehep</groupId>
-    <version>8</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.freehep</groupId>
-  <artifactId>freehep-export</artifactId>
-  <version>2.1.1</version>
-  <name>FreeHEP Export</name>
-  <description>FreeHEP Export and Save As Library</description>
-  <repositories>
-    <repository>
-      <id>freehep-maven</id>
-      <name>Maven FreeHEP</name>
-      <url>http://java.freehep.org/maven2</url>
-    </repository>
-  </repositories>
-  <dependencies>
-    <dependency>
-      <groupId>org.freehep</groupId>
-      <artifactId>freehep-swing</artifactId>
-      <version>2.0.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.freehep</groupId>
-      <artifactId>jas-plotter</artifactId>
-      <version>2.2</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/ExportTest.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>exec-maven-plugin</artifactId>
-        <version>1.0.2</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>java</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          
<mainClass>org.freehep.util.export.test.ExportFileTypeTest</mainClass>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <scm>
-    
<connection>scm:svn:svn://svn.freehep.org/svn/freehep/tags/freehep-export-2.1.1</connection>
-    
<developerConnection>scm:svn:svn://svn.freehep.org/svn/freehep/tags/freehep-export-2.1.1</developerConnection>
-  </scm>
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.freehep</groupId>
+       <artifactId>freehep-export</artifactId>
+       <version>2.1.1</version>
+       <packaging>jar</packaging>
+       <name>FreeHEP Export</name>
+       <description>FreeHEP Export and Save As Library</description>
+       <repositories>
+               <repository>
+                       <id>freehep-maven</id>
+                       <name>Maven FreeHEP</name>
+                       <url>http://java.freehep.org/maven2</url>
+               </repository>
+       </repositories>
+       <dependencies>
+               <dependency>
+                       <groupId>org.freehep</groupId>
+                       <artifactId>freehep-swing</artifactId>
+                       <version>debian</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.freehep</groupId>
+                       <artifactId>jas-plotter</artifactId>
+                       <version>debian</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
+       <build>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <excludes>
+                                               
<exclude>**/ExportTest.java</exclude>
+                                       </excludes>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>exec-maven-plugin</artifactId>
+                               <version>1.1.1</version>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>java</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                               <configuration>
+                                       
<mainClass>org.freehep.util.export.test.ExportFileTypeTest</mainClass>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+       <scm>
+               
<connection>scm:svn:svn://svn.freehep.org/svn/freehep/tags/freehep-export-2.1.1</connection>
+               
<developerConnection>scm:svn:svn://svn.freehep.org/svn/freehep/tags/freehep-export-2.1.1</developerConnection>
+       </scm>
 </project>


hooks/post-receive
-- 
FreeHEP Export and Save As Library

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to