[SCM] Openide utilities library branch, patch/build.xml, updated. debian/6.7.1-1-22-ge1ba0c4

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Sat Nov 28 00:10:28 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 "Openide utilities library".

The branch, patch/build.xml has been updated
       via  e1ba0c459f2a7aa04a220da7526552264872e740 (commit)
       via  7c80c932c07e00b2bcdb4bc1b18d474bdbfa236d (commit)
       via  c4fc1908691d30e7fd05122608f6294302e92eb5 (commit)
       via  bdf2378006cfcb33537ab18f6a8f01651fc82315 (commit)
       via  88eda6a7f6e93ac964f61186d1ea3978c6f7dc79 (commit)
       via  9603ff966a86df6edeeec9bb8d34529b0b074346 (commit)
      from  535330186467f4fb2aa8b774260e06f06bab9adf (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 e1ba0c459f2a7aa04a220da7526552264872e740
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Fri Nov 27 22:17:19 2009 +0100

    build.xml patch erasure reverted
    
    Revert "Merge branches 'debian', 'patch/javadoc' and 'patch/build.xml'"
    
    This reverts commit bdf2378006cfcb33537ab18f6a8f01651fc82315, reversing
    changes made to 535330186467f4fb2aa8b774260e06f06bab9adf.

commit 7c80c932c07e00b2bcdb4bc1b18d474bdbfa236d
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Fri Nov 27 22:06:14 2009 +0100

    build.xml patch branch created

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

Summary of changes:
 .topdeps             |    1 +
 .topmsg              |    6 ++++++
 debian/README.Debian |    8 ++++++++
 debian/README.source |   10 ++++++++++
 debian/changelog     |   15 +++++++++++++++
 debian/compat        |    1 +
 debian/control       |   25 +++++++++++++++++++++++++
 debian/copyright     |   17 +++++++++++++++++
 debian/doc-base      |    7 +++++++
 debian/docs          |    1 +
 debian/gbp.conf      |    7 +++++++
 debian/pom.xml       |   12 ++++++++++++
 debian/rules         |   11 +++++++++++
 debian/watch         |    2 ++
 14 files changed, 123 insertions(+), 0 deletions(-)

diff --git a/.topdeps b/.topdeps
new file mode 100644
index 0000000..1f7391f
--- /dev/null
+++ b/.topdeps
@@ -0,0 +1 @@
+master
diff --git a/.topmsg b/.topmsg
new file mode 100644
index 0000000..d5a13d7
--- /dev/null
+++ b/.topmsg
@@ -0,0 +1,6 @@
+From: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+Subject: [PATCH] patch/build.xml
+
+Patch to build.xml in order to correctly build openide-util
+
+Signed-off-by: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..a07f081
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,8 @@
+openide-util for Debian
+-----------------------
+
+This package should be part of the netbeans packaging. Because at the moment
+netbeans is not maintained in Debian, this library has been independently packaged
+in order to be available for other packages as a slender dependency.
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Fri, 13 Nov 2009 23:40:45 +0100
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..171ec6a
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,10 @@
+openide-util for Debian
+-----------------------
+
+The source tarball for openide-util just a copy of the openide.util directory
+from the Netbeans IDE source .zip.
+
+It can be downloaded from:
+
+http://netbeans.org/downloads/zip.html
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f6e544a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,15 @@
+openide-util (6.7.1-2) unstable; urgency=low
+
+  * Custom POM added
+  * Adding javadoc documentation (also to doc-base)
+  * debian/control: long description fixed (closes: #557308) 
+  * debian/README.source: link added
+  * debian/control: link to old homepage removed
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Tue, 24 Nov 2009 17:03:07 +0100
+
+openide-util (6.7.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #556169)
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Fri, 13 Nov 2009 23:40:45 +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..84c4bf3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: openide-util
+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: cdbs, debhelper (>= 7), ant
+Build-Depends-Indep: openjdk-6-jdk | default-jdk, maven-repo-helper
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/git/pkg-java/openide-util.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/openide-util.git
+
+Package: libopenide-util-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | java2-runtime
+Description: OpenIde utility library
+ OpenIde util is a collection of miscellaneous libraries from Netbeans, a
+ powerful IDE for many languages. Some of the capabilities are:
+  * Register and then lookup instances of services;
+  * Manage pools of thread workers, in order to do asynchronous
+    computations;
+  * Provide enhanced support for manipulation of Enumeration objects;
+  * Other tools, mainly related with Netbeans software.
+ .
+ These libraries are independently packaged in order to be used by other
+ independent software as well.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a3c380d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,17 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Openide utilities library
+Maintainer: Sun Microsystems, Inc.
+Source: http://openide.netbeans.org/
+
+Files: *
+Copyright: © 1997 - 2009 Sun Microsystems, Inc.
+License: CDDL | GPL-2
+  On Debian GNU/Linux system you can find the complete text of the
+  GPL-2 license in '/usr/share/common-licenses/GPL-2'. The text of
+  the CDDL license can be found at http://www.sun.com/cddl/cddl.html.
+
+Files: debian/*
+Copyright: © 2009 Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+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/doc-base b/debian/doc-base
new file mode 100644
index 0000000..1a85506
--- /dev/null
+++ b/debian/doc-base
@@ -0,0 +1,7 @@
+Document: openide-util-javadoc
+Title: OpenIDE util Javadoc documentation
+Section: Programming/Java
+
+Format: HTML
+Index: /usr/share/doc/libopenide-util-java/docs/index.html
+Files: /usr/share/doc/libopenide-util-java/docs/*.html
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..47e50e0
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+dist/docs
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/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..3a996c6
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,12 @@
+<?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">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.netbeans</groupId>
+	<artifactId>openide-util</artifactId>
+	<version>6.7.1</version>
+	<packaging>jar</packaging>
+	
+	<name>OpenIde utility library</name>
+	<description>OpenIde util is a collection of miscellaneous libraries from
+        Netbeans, a powerful IDE for many languages.</description>
+</project>
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fedfafc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+
+install/libopenide-util-java::
+	mh_installjar -plibopenide-util-java -l debian/pom.xml dist/openide-util.jar
+	mh_installpom -plibopenide-util-java debian/pom.xml
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..be5a348
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+# Watch file missing, because this package is part of a larger suite (netbeans)
+# and it's not distributed independently.


hooks/post-receive
-- 
Openide utilities library



More information about the pkg-java-commits mailing list