[DebianGIS-dev] [SCM] osmosis branch, master, updated. debian/0.31.2-2-10-ga62b8af

David Paleino dapal at debian.org
Wed Mar 31 22:11:16 UTC 2010


The following commit has been merged in the master branch:
commit a62b8af23a5df8510fe2955a09c7cb2f5c469306
Author: David Paleino <dapal at debian.org>
Date:   Thu Apr 1 00:10:28 2010 +0200

    added missing Build-Dependencies: libcommons-compress-java

diff --git a/debian/changelog b/debian/changelog
index ef2cc21..e488137 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ osmosis (0.34-1) UNRELEASED; urgency=low
   * debian/control:
     - updated my e-mail address
     - DMUA removed
+    - added missing Build-Dependencies: libcommons-compress-java
   * debian/rules:
     - updated get-orig-source target to strip unwanted *.jar files
   * debian/copyright updated
@@ -14,7 +15,7 @@ osmosis (0.34-1) UNRELEASED; urgency=low
   * debian/*: updated my email address
   * debian/watch: updated to new upstream distribution location
 
- -- David Paleino <dapal at debian.org>  Wed, 31 Mar 2010 23:59:09 +0200
+ -- David Paleino <dapal at debian.org>  Thu, 01 Apr 2010 00:10:06 +0200
 
 osmosis (0.31.2-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index daf14a6..654ab2f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: ant,
  debhelper (>= 7),
  docbook-xsl,
  docbook-xml,
+ libcommons-compress-java,
  libcommons-dbcp-java,
  libjpf-java,
  libmysql-java,
diff --git a/debian/rules b/debian/rules
index 0a20e7e..90a36aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ DEB_JARS += /usr/share/java/spring-beans.jar
 DEB_JARS += /usr/share/java/spring-tx.jar
 DEB_JARS += /usr/share/java/commons-dbcp.jar
 DEB_JARS += /usr/share/java/jpf.jar
+DEB_JARS += /usr/share/java/commons-compress.jar
 
 DEB_ANT_BUILD_TARGET := build_binary
 #DEB_ANT_BUILD_TARGET := build_binary javadoc

-- 
Osmosis, an OSM data processor



More information about the Pkg-grass-devel mailing list