[SCM] beansbinding packaging branch, master, updated. debian/1.2.1-1-4-gee81287

Andrew Ross ubuntu at rossfamily.co.uk
Mon Mar 4 23:50:56 UTC 2013


The following commit has been merged in the master branch:
commit ee81287d78e617a824eef63a2f3dac44cc6911dd
Author: Andrew Ross <ubuntu at rossfamily.co.uk>
Date:   Mon Mar 4 23:50:13 2013 +0000

    Install maven pom

diff --git a/debian/changelog b/debian/changelog
index 2250841..4642cc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-beansbinding (1.2.1-2) UNRELEASED; urgency=low
+beansbinding (1.2.1-2~ppa1) UNRELEASED; urgency=low
 
+  [ Andres Mejia ]
   * Update to my @debian.org email.
   * Fix VCS entries.
 
+  [ Andrew Ross ]
+  * Install maven pom.
+
  -- Andres Mejia <amejia at debian.org>  Sun, 17 Jul 2011 13:03:45 -0400
 
 beansbinding (1.2.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b74a19d..9f7909e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Marek Slama <marek.slama at sun.com>,
  Andres Mejia <amejia at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), javahelper, ant, default-jdk
+Build-Depends: debhelper (>= 7.0.50~), ant, default-jdk,
+ javahelper (>= 0.40ubuntu1), maven-repo-helper (>= 1.6~)
 Standards-Version: 3.9.1
 Homepage: http://beansbinding.dev.java.net/
 Vcs-Browser: http://anonscm.debian.org/git/pkg-java/beansbinding.git
diff --git a/debian/libbeansbinding-java.poms b/debian/libbeansbinding-java.poms
new file mode 100644
index 0000000..c5e43bb
--- /dev/null
+++ b/debian/libbeansbinding-java.poms
@@ -0,0 +1 @@
+debian/pom.xml --usj-name=beansbinding
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..7ef1571
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,15 @@
+<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.jdesktop</groupId>
+  <artifactId>beansbinding</artifactId>
+  <version>1.2.1</version>
+  <packaging>jar</packaging>
+  <name>org.jdesktop - Beans Binding</name>
+  <description>
+    In essence, Beans Binding (JSR 295) is about keeping two
+    properties (typically of two objects) in sync. An additional
+    emphasis is placed on the ability to bind to Swing components, and
+    easy integration with IDEs such as NetBeans. This project provides
+    the reference implementation.
+  </description>
+</project>
diff --git a/debian/rules b/debian/rules
index 880b13b..026a279 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export JAVA_HOME=/usr/lib/jvm/default-java
 
 %:
-	dh $@ --with javahelper
+	dh $@ --with javahelper --with jh_maven_repo_helper
 
 override_dh_auto_build:
 	ant -f build.xml dist

-- 
beansbinding packaging



More information about the pkg-java-commits mailing list