[SCM] FreeHEP swing extensions branch, patch/pom.xml, updated. upstream/2.0.3-23-gf7c39c1
Gabriele Giacone
gg0-guest at alioth.debian.org
Sun Dec 6 03:11:33 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 swing extensions".
The branch, patch/pom.xml has been updated
via f7c39c1f44f74802e5c080abc21fec77fa82b986 (commit)
via 2444b5d262b6e51380a10c053bb467c87339dc3d (commit)
via 7b9140fd3c3110c2ab4c724db8e5858f529f7df7 (commit)
via ffaf9e08daf16d14954670b61de29f1890b15dca (commit)
via 0b33202468fda34dee9ff1a9ba8d5bbca9f4402b (commit)
via 8221945227931c3428b31b027b434aaae6ebeac2 (commit)
via 2cd0d34bc46165b8f4f33aa338b54f700f918074 (commit)
via f1b396bd30e0f4b91b4397364898edc62073493a (commit)
from c219e0ca4a119e20d29655f9189ed18351428382 (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 f7c39c1f44f74802e5c080abc21fec77fa82b986
Merge: c219e0ca4a119e20d29655f9189ed18351428382 2444b5d262b6e51380a10c053bb467c87339dc3d
Author: Gabriele Giacone <losgarbo at libero.it>
Date: Sun Dec 6 00:20:53 2009 +0100
Merge branch 'build' of git+ssh://git.debian.org/git/pkg-java/freehep/freehep-swing into patch/pom.xml
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 2 +-
debian/control | 5 +++--
debian/patches/patch/pom.xml.diff | 32 ++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
debian/rules | 2 ++
5 files changed, 39 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 422d498..d0438a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ freehep-swing (2.0.3-1) unstable; urgency=low
* Initial release (Closes: #556395)
- -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it> Sun, 08 Nov 2009 22:18:30 +0100
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it> Fri, 04 Dec 2009 01:09:59 +0100
diff --git a/debian/control b/debian/control
index 3a93ed8..2b7a48d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: freehep-swing
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
+Uploaders: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>,
+ Gabriele Giacone <losgarbo at libero.it>
+Build-Depends: debhelper (>= 7), cdbs, maven-debian-helper, quilt
Build-Depends-Indep: default-jdk, libfreehep-util-java (>= 2.0.2-2), junit
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/pkg-java/freehep/freehep-swing.git
diff --git a/debian/patches/patch/pom.xml.diff b/debian/patches/patch/pom.xml.diff
new file mode 100644
index 0000000..fed730d
--- /dev/null
+++ b/debian/patches/patch/pom.xml.diff
@@ -0,0 +1,32 @@
+From: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+Subject: [PATCH] patch/pom.xml
+
+Patch pom.xml in order to activate 1.4 source version
+
+Signed-off-by: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+
+---
+ pom.xml | 8 ++++++++
+ 1 files changed, 8 insertions(+), 0 deletions(-)
+
+diff --git a/pom.xml b/pom.xml
+index c11a59f..2858561 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -43,6 +43,14 @@
+ </excludes>
+ </configuration>
+ </plugin>
++ <plugin>
++ <groupId>org.apache.maven.plugins</groupId>
++ <artifactId>maven-compiler-plugin</artifactId>
++ <configuration>
++ <source>1.4</source>
++ <target>1.4</target>
++ </configuration>
++ </plugin>
+ </plugins>
+ </build>
+
+--
+tg: (56beb8e..) patch/pom.xml (depends on: master)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..abd225c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+patch/pom.xml.diff -p1
diff --git a/debian/rules b/debian/rules
index c9523a8..90ab7ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/maven.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+-include /usr/share/topgit/tg2quilt.mk
JAVA_HOME := /usr/lib/jvm/default-java
hooks/post-receive
--
FreeHEP swing extensions
More information about the pkg-java-commits
mailing list