[SCM] Debian packaging for uimaj branch, master, updated. debian/2.3.1-2-11-gcd7a60b

Damien Raude-Morvan drazzib at debian.org
Thu Jan 19 23:52:01 UTC 2012


The following commit has been merged in the master branch:
commit 9b4f94cb9dba3c154d562551eaa91929eef8b3aa
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Tue Jan 17 23:50:26 2012 +0100

    d/rules: Remove DEB_BUILDDIR as pom.xml is now at root of tarball.

diff --git a/debian/changelog b/debian/changelog
index eae1da3..f014ca9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ uimaj (2.4.0-1) unstable; urgency=low
 
   * New upstream release.
   * Refresh all patches.
+  * d/rules: Remove DEB_BUILDDIR as pom.xml is now at root of tarball.
 
- -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 17 Jan 2012 23:46:14 +0100
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 17 Jan 2012 23:49:58 +0100
 
 uimaj (2.3.1-2) unstable; urgency=low
 
diff --git a/debian/libuima-core-java.poms b/debian/libuima-core-java.poms
index ed4f6aa..01512cc 100644
--- a/debian/libuima-core-java.poms
+++ b/debian/libuima-core-java.poms
@@ -24,7 +24,7 @@
 #     temporarily for certain artifacts such as Javadoc jars.
 
 uimaj-parent/pom.xml --no-parent
-uimaj/pom.xml
+pom.xml
 
 aggregate-uimaj/pom.xml
 aggregate-uimaj-docbooks/pom.xml
diff --git a/debian/rules b/debian/rules
index f59af9d..330cd69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@ include /usr/share/cdbs/1/class/maven.mk
 
 VERSION              := $(DEB_UPSTREAM_VERSION)
 
-# Use uimaj/pom.xml for build
-DEB_BUILDDIR         := uimaj
 DEB_COMPRESS_EXCLUDE := .pdf
 JAVA_HOME            := /usr/lib/jvm/default-java
 # Enough memory to aggregate Javadoc

-- 
Debian packaging for uimaj



More information about the pkg-java-commits mailing list