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

sebastic pushed a commit to branch master
in repository imposm.

commit 0a5dcce4c892f4055bbe211329461aca7d845bb9
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Mon Aug 31 19:14:44 2015 +0200

    Drop usr/{bin,lib} from install files, not needed for pybuild.
---
 debian/imposm.install        | 1 -
 debian/python-imposm.install | 4 +---
 debian/rules                 | 7 +++++++
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/imposm.install b/debian/imposm.install
deleted file mode 100644
index c703cf8..0000000
--- a/debian/imposm.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/
diff --git a/debian/python-imposm.install b/debian/python-imposm.install
index f1060b2..f4d2b4b 100644
--- a/debian/python-imposm.install
+++ b/debian/python-imposm.install
@@ -1,3 +1 @@
-usr/lib/
-
-imposm/900913.sql      usr/share/python-imposm/
+imposm/900913.sql usr/share/python-imposm/
diff --git a/debian/rules b/debian/rules
index 6f69858..c1493e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,10 @@ export PYBUILD_NAME=imposm
 override_dh_auto_test:
        dh_auto_test || echo "Ignoring test failures"
 
+override_dh_auto_install:
+       dh_auto_install
+
+       # Move imposm & imposm-psqldb to imposm package
+       mkdir -p debian/imposm/usr
+       mv debian/python-imposm/usr/bin debian/imposm/usr
+

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

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

Reply via email to