The following commit has been merged in the master branch:
commit b18aad8c8292eaa75f118dcf89d02f4f2abd1e9b
Author: David Paleino <da...@debian.org>
Date:   Thu Apr 1 00:12:24 2010 +0200

    added missing Build-Dependencies: libcommons-codec-java

diff --git a/debian/changelog b/debian/changelog
index fffe98e..d1c5c72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,8 @@ osmosis (0.34-1) UNRELEASED; urgency=low
   * debian/control:
     - updated my e-mail address
     - DMUA removed
-    - added missing Build-Dependencies: libcommons-compress-java
+    - added missing Build-Dependencies: libcommons-compress-java,
+      libcommons-codec-java
   * debian/rules:
     - updated get-orig-source target to strip unwanted *.jar files
   * debian/copyright updated
@@ -18,7 +19,7 @@ osmosis (0.34-1) UNRELEASED; urgency=low
   * debian/*: updated my email address
   * debian/watch: updated to new upstream distribution location
 
- -- David Paleino <da...@debian.org>  Thu, 01 Apr 2010 00:10:50 +0200
+ -- David Paleino <da...@debian.org>  Thu, 01 Apr 2010 00:12:04 +0200
 
 osmosis (0.31.2-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 654ab2f..ea1daae 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: ant,
  debhelper (>= 7),
  docbook-xsl,
  docbook-xml,
+ libcommons-codec-java,
  libcommons-compress-java,
  libcommons-dbcp-java,
  libjpf-java,
diff --git a/debian/rules b/debian/rules
index 90a36aa..d6ee370 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ 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_JARS += /usr/share/java/commons-codec.jar
 
 DEB_ANT_BUILD_TARGET := build_binary
 #DEB_ANT_BUILD_TARGET := build_binary javadoc

-- 
Osmosis, an OSM data processor

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to