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 <[email protected]>
Date:   Sat Dec 12 17:12:11 2009 +0100

    Added p/pom.xml

commit d63af1c8d234d65c259f183b4f2f21ef568b7bf0
Merge: e491f31fe2580bde6db0110361df601aa32ffc13 
87da03251b2a2330b4972eeefc7fe64c6119ac48
Author: Gabriele Giacone <[email protected]>
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 
<[email protected]>
-Uploaders: Giovanni Mascellani <[email protected]>
+Uploaders: Giovanni Mascellani <[email protected]>,
+       Gabriele Giacone <[email protected]>
 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 <[email protected]>
+Copyright: © 2009 Gabriele Giacone <[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
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 <[email protected]>
+Subject: [PATCH] patch/pom.xml
+
+fh-chartableconverter-plugin version hardcoded
+
+Signed-off-by: Gabriele Giacone <[email protected]>
+
+---
+ 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

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

Reply via email to