[SCM] libjsr166y-java: Parallel computation framework for Java branch, master, updated. upstream/1.7.0-5-gbb3f750

Miguel Landaeta miguel at miguel.cc
Tue Oct 18 00:28:32 UTC 2011


The following commit has been merged in the master branch:
commit bb3f7505761314837bb7100b64ffb363542c5a19
Author: Miguel Landaeta <miguel at miguel.cc>
Date:   Mon Oct 17 19:17:14 2011 -0430

    Install POM file

diff --git a/debian/changelog b/debian/changelog
index e71b5f4..ecc5f04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libjsr166y-java (1.7.0-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Update Homepage field.
   * Make copyright file DEP-5 compliant.
+  * Provide POM file with org.codehaus.jsr166-mirror as group ID.
 
  -- Miguel Landaeta <miguel at miguel.cc>  Mon, 17 Oct 2011 20:25:37 -0430
 
diff --git a/debian/control b/debian/control
index b4788e0..7c0ee0b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Miguel Landaeta <miguel at miguel.cc>
 Section: java
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper
+Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, maven-repo-helper
 Standards-Version: 3.9.2
 Homepage: http://g.oswego.edu/dl/concurrency-interest/
 Vcs-Git: git://git.debian.org/git/pkg-java/libjsr166y-java.git
diff --git a/debian/jlibs b/debian/jlibs
deleted file mode 100644
index 15eb8ee..0000000
--- a/debian/jlibs
+++ /dev/null
@@ -1 +0,0 @@
-jsr166y.jar
diff --git a/debian/libjsr166y-java.poms b/debian/libjsr166y-java.poms
new file mode 100644
index 0000000..1a7e280
--- /dev/null
+++ b/debian/libjsr166y-java.poms
@@ -0,0 +1 @@
+debian/pom.xml
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..f05fd31
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.codehaus.jsr166-mirror</groupId>
+  <artifactId>jsr166y</artifactId>
+  <version>1.7.0</version>
+</project>
diff --git a/debian/rules b/debian/rules
index 24eea25..161f852 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,19 @@
 export JAVA_HOME=/usr/lib/jvm/default-java
 
 %:
-	dh --with javahelper $@
+	dh $@ --with javahelper
 
 override_jh_build:
 	jh_build jsr166y.jar src
 
+override_jh_installlibs:
+	mh_installpoms -plibjsr166y-java
+	mh_installjar -plibjsr166y-java -l debian/pom.xml jsr166y.jar
+
+override_dh_auto_clean:
+	dh_auto_clean
+	mh_clean
+
 get-orig-source:
 	# uscan was not used because upstream doesn't provide an
 	# URL useful for scanning new versions, also this is

-- 
libjsr166y-java: Parallel computation framework for Java



More information about the pkg-java-commits mailing list