[SCM] Openide utilities library branch, master, updated. debian/6.7.1-1-6-g3515b8d
Giovanni Mascellani
gmascellani-guest at alioth.debian.org
Fri Nov 20 23:35:08 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, master has been updated
via 3515b8d1fa86c005ee5195cf840b8d6db6349b1c (commit)
via c0d14a8ccf8b2352fc0dc796576ed32f6e5466ea (commit)
via c99eae4286de15f3d5fb825854340c79342c2504 (commit)
via 22783fa4594840b2c74d8f7e662c4b4d5fc55fb4 (commit)
from 7338a2d221c0a03b24da09c40399312be0bdbde8 (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 3515b8d1fa86c005ee5195cf840b8d6db6349b1c
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Sat Nov 21 00:30:11 2009 +0100
mh_installpom missing
commit c0d14a8ccf8b2352fc0dc796576ed32f6e5466ea
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Sat Nov 21 00:16:12 2009 +0100
New release
commit c99eae4286de15f3d5fb825854340c79342c2504
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Sat Nov 21 00:15:05 2009 +0100
Minor name fix
commit 22783fa4594840b2c74d8f7e662c4b4d5fc55fb4
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Sat Nov 21 00:11:09 2009 +0100
Added POM for openide-util
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/install | 1 -
debian/pom.xml | 12 ++++++++++++
debian/rules | 4 ++++
5 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ea26247..3f4a0df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openide-util (6.7.1-2) unstable; urgency=low
+
+ * Custom POM added
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it> Sat, 21 Nov 2009 00:15:20 +0100
+
openide-util (6.7.1-1) unstable; urgency=low
* Initial release (Closes: #556169)
diff --git a/debian/control b/debian/control
index 014f2d1..f7c3ffb 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://openide.netbeans.org/
Package: libopenide-util-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | java2-runtime
-Description: Netbeans utility library
+Description: OpenIde utility library
OpenIde util is a collection of miscellaneous libraries from Netbeans, a
powerful IDE for many languages.
.
diff --git a/debian/install b/debian/install
deleted file mode 100644
index d13f887..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-dist/openide-util.jar usr/share/java
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
index 13e4841..fedfafc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,7 @@ 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
+
hooks/post-receive
--
Openide utilities library
More information about the pkg-java-commits
mailing list