[osmctools] 01/01: Add dependency on wget required by osmupdate.

Bas Couwenberg sebastic at xs4all.nl
Mon Dec 8 18:42:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository osmctools.

commit 408d15a775a17f26c33f4c0e7fe363341a038d5e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Dec 8 19:42:47 2014 +0100

    Add dependency on wget required by osmupdate.
---
 debian/changelog | 2 ++
 debian/control   | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a305ab4..d3b6007 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 osmctools (0.3-2) UNRELEASED; urgency=medium
 
   * Add upstream metadata.
+  * Add dependency on wget required by osmupdate.
+    (closes: #772536)
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 28 Nov 2014 22:20:29 +0100
 
diff --git a/debian/control b/debian/control
index fae1a11..04a7b84 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Homepage: http://gitorious.org/osm-c-tools/
 
 Package: osmctools
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: wget,
+         ${shlibs:Depends},
          ${misc:Depends}
 Description: Some tools to manipulate OpenStreetMap files
  Small collection of basic OpenStreetMap tools, include converter, filter and 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmctools.git



More information about the Pkg-grass-devel mailing list