[SCM] JAS(2) Plotter branch, master, updated. upstream/2.2.6-9-gac58baf

Gabriele Giacone gg0-guest at alioth.debian.org
Thu Dec 10 21:48:25 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 "JAS(2) Plotter".

The branch, master has been updated
       via  ac58bafb1a3026ea84e85d78daf30f19e2bec08a (commit)
       via  78a1fc2e34974e73dcaaba63011c2ec6e4c828dc (commit)
      from  c48b1d4e732d2d42bc99406c8113fbda12b9fff2 (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 ac58bafb1a3026ea84e85d78daf30f19e2bec08a
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Thu Dec 10 22:48:15 2009 +0100

    d/README.s: Added quilt section

commit 78a1fc2e34974e73dcaaba63011c2ec6e4c828dc
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Tue Dec 8 23:02:14 2009 +0100

    d/con d/ru: Added topgit/quilt

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

Summary of changes:
 debian/README.source |   12 ++++++++++++
 debian/control       |    2 +-
 debian/rules         |    2 ++
 3 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 40b0aaa..683133e 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -7,3 +7,15 @@ 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 cef2aab..9c76dd3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Gabriele Giacone <1o5g4r8o at gmail.com>,
  Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper,
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper, quilt
 Build-Depends-Indep: libsurefire-java (>= 2.4.3), javahelp2 (>= 2.0.05.ds1-3), junit,
  libxerces2-java
 Standards-Version: 3.8.3
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
-- 
JAS(2) Plotter



More information about the pkg-java-commits mailing list