[SCM] FreeHEP graphics 2D library branch, build, updated. upstream/2.1.1-9-ga3cbf91
Gabriele Giacone
gg0-guest at alioth.debian.org
Sat Dec 12 16:13:05 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, build has been updated
via a3cbf91b4fad88a249842c2b9862dc0631252b4f (commit)
via d63af1c8d234d65c259f183b4f2f21ef568b7bf0 (commit)
via 87da03251b2a2330b4972eeefc7fe64c6119ac48 (commit)
via a4e41c5e4938a8548c474b23d9ce8483b2528c01 (commit)
via 5a85f82da87bf18adc53093176cd9d6c4c89ed01 (commit)
from e491f31fe2580bde6db0110361df601aa32ffc13 (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 a3cbf91b4fad88a249842c2b9862dc0631252b4f
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Sat Dec 12 17:12:11 2009 +0100
Added p/pom.xml
commit d63af1c8d234d65c259f183b4f2f21ef568b7bf0
Merge: e491f31fe2580bde6db0110361df601aa32ffc13 87da03251b2a2330b4972eeefc7fe64c6119ac48
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Sat Dec 12 16:21:03 2009 +0100
Merge branch 'master' into build
-----------------------------------------------------------------------
Summary of changes:
debian/README.source | 21 +++++++++++++++++++++
debian/control | 3 ++-
debian/copyright | 1 +
debian/gbp.conf | 2 +-
debian/patches/patch/pom.xml.diff | 25 +++++++++++++++++++++++++
debian/patches/series | 1 +
6 files changed, 51 insertions(+), 2 deletions(-)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..91d2891
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,21 @@
+Information about freehep-graphics2d
+------------------------------------
+
+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.
+
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build. Please see:
+
+ /usr/share/doc/quilt/README.source
+
+for more information on how to apply the patches, modify patches, or
+remove a patch.
+
+
+
diff --git a/debian/control b/debian/control
index cf3c5dd..ba5a0ea 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ 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>
+Uploaders: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>,
+ Gabriele Giacone <1o5g4r8o at gmail.com>
Build-Depends: debhelper (>= 7), cdbs, maven-debian-helper, quilt
Build-Depends-Indep: default-jdk, junit, libfreehep-util-java, libfreehep-chartableconverter-plugin-java
Standards-Version: 3.8.3
diff --git a/debian/copyright b/debian/copyright
index 02fd44a..59cb264 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -24,6 +24,7 @@ License: LGPL-2.1+
Files: debian/*
Copyright: © 2009 Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+Copyright: © 2009 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
index e3fd60e..41838df 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -2,6 +2,6 @@
[DEFAULT]
cleaner = fakeroot debian/rules clean
upstream-branch = upstream
-debian-branch = master
+debian-branch = build
pristine-tar = true
diff --git a/debian/patches/patch/pom.xml.diff b/debian/patches/patch/pom.xml.diff
new file mode 100644
index 0000000..67b5130
--- /dev/null
+++ b/debian/patches/patch/pom.xml.diff
@@ -0,0 +1,25 @@
+From: Gabriele Giacone <losgarbo at libero.it>
+Subject: [PATCH] patch/pom.xml
+
+fh-chartableconverter-plugin version hardcoded
+
+Signed-off-by: Gabriele Giacone <losgarbo at libero.it>
+
+---
+ pom.xml | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+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>
+--
+tg: (de278b6..) 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
hooks/post-receive
--
FreeHEP graphics 2D library
More information about the pkg-java-commits
mailing list