[osmium-tool] 24/97: Only install README.md in debian, not on "make install".

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 20:15:30 UTC 2015


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

sebastic pushed a commit to tag v1.0.0
in repository osmium-tool.

commit 97ac6f0ecbce3471e005ab5b053855949f2b9ba5
Author: Jochen Topf <jochen at topf.org>
Date:   Tue Jul 22 15:01:02 2014 +0200

    Only install README.md in debian, not on "make install".
---
 CMakeLists.txt | 2 --
 README.md      | 4 +++-
 debian/docs    | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1536aef..f5078bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -198,7 +198,5 @@ endif(APPLE)
 
 add_subdirectory(src)
 
-install(FILES README.md DESTINATION share/doc/osmium)
-
 
 #----------------------------------------------------------------------
diff --git a/README.md b/README.md
index b8004c9..1cd2bec 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,9 @@ Run 'make man' to build.
 ## Building Debian Package
 
 A `debian` directory is provided for building (unofficial) Debian packages.
-Call `debuild -I -us -uc` to build the package.
+Call `debuild -I -us -uc` to build the package. Note that there currently is no
+libosmium package with the new libosmium version needed for the Osmium tool, so
+the build dependencies are not complete.
 
 
 ## License
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md

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



More information about the Pkg-grass-devel mailing list