[pkg-java] r15726 - in trunk/libbtm-java/debian: . patches
Steffen Möller
moeller at alioth.debian.org
Wed Jan 18 15:43:53 UTC 2012
Author: moeller
Date: 2012-01-18 15:43:53 +0000 (Wed, 18 Jan 2012)
New Revision: 15726
Added:
trunk/libbtm-java/debian/patches/
trunk/libbtm-java/debian/patches/add-pom-file.patch
trunk/libbtm-java/debian/patches/series
Modified:
trunk/libbtm-java/debian/changelog
trunk/libbtm-java/debian/copyright
Log:
Upload of new libbtm-java.
Modified: trunk/libbtm-java/debian/changelog
===================================================================
--- trunk/libbtm-java/debian/changelog 2012-01-17 22:23:46 UTC (rev 15725)
+++ trunk/libbtm-java/debian/changelog 2012-01-18 15:43:53 UTC (rev 15726)
@@ -4,6 +4,9 @@
* Added pkg-java member Brian to uploaders.
* Added DMUA flag
* Updated dependency to libgeronimo-jta-1.1-spec-java and adjusted CLASSPATH
+ [ merged from Miquel Landaeta's patch for bug #652184 ]
+ * Fix lintian warning with copyright file.
+ [ we all independently contributing to the previous FTBFS] (Closes: #652184)
-- Brian Thomason <brian.thomason at eucalyptus.com> Fri, 23 Dec 2011 23:56:40 +0100
Modified: trunk/libbtm-java/debian/copyright
===================================================================
--- trunk/libbtm-java/debian/copyright 2012-01-17 22:23:46 UTC (rev 15725)
+++ trunk/libbtm-java/debian/copyright 2012-01-18 15:43:53 UTC (rev 15726)
@@ -1,5 +1,7 @@
Format: http://dep.debian.net/deps/dep5/
Source: http://docs.codehaus.org/display/BTM/Download
+Upstream-Name: Bitronix JTA Transaction Manager
+Upstream-Contact: Bitronix
Files: *
Copyright: 2005-2010, Bitronix
Added: trunk/libbtm-java/debian/patches/add-pom-file.patch
===================================================================
--- trunk/libbtm-java/debian/patches/add-pom-file.patch (rev 0)
+++ trunk/libbtm-java/debian/patches/add-pom-file.patch 2012-01-18 15:43:53 UTC (rev 15726)
@@ -0,0 +1,52 @@
+Description: Add POM file
+Author: Brian Thomason <brian.thomason at eucalyptus.com>
+
+--- /dev/null
++++ libbtm-java-2.1.2/pom.xml
+@@ -0,0 +1,46 @@
++<?xml version="1.0" encoding="UTF-8"?>
++<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
++ <modelVersion>4.0.0</modelVersion>
++ <groupId>org.codehaus.btm</groupId>
++ <artifactId>btm</artifactId>
++ <name>Bitronix Transaction Manager</name>
++ <inceptionYear>2006</inceptionYear>
++ <version>@version@</version>
++ <url>http://docs.codehaus.org/display/BTM/Home</url>
++
++ <dependencies>
++ <dependency>
++ <groupId>javax.transaction</groupId>
++ <artifactId>jta</artifactId>
++ <version>1.1</version>
++ </dependency>
++
++ <dependency>
++ <groupId>org.apache.geronimo.specs</groupId>
++ <artifactId>geronimo-jms_1.1_spec</artifactId>
++ <version>1.0.1</version>
++ <optional>true</optional>
++ </dependency>
++
++ <dependency>
++ <groupId>org.slf4j</groupId>
++ <artifactId>slf4j-api</artifactId>
++ <version>1.6.0</version>
++ </dependency>
++
++ <dependency>
++ <groupId>org.slf4j</groupId>
++ <artifactId>slf4j-log4j12</artifactId>
++ <version>1.6.0</version>
++ <scope>runtime</scope>
++ <optional>true</optional>
++ </dependency>
++ <dependency>
++ <groupId>org.slf4j</groupId>
++ <artifactId>slf4j-jdk14</artifactId>
++ <version>1.6.0</version>
++ <scope>runtime</scope>
++ <optional>true</optional>
++ </dependency>
++ </dependencies>
++</project>
Added: trunk/libbtm-java/debian/patches/series
===================================================================
--- trunk/libbtm-java/debian/patches/series (rev 0)
+++ trunk/libbtm-java/debian/patches/series 2012-01-18 15:43:53 UTC (rev 15726)
@@ -0,0 +1 @@
+add-pom-file.patch
More information about the pkg-java-commits
mailing list