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

sebastic-guest pushed a commit to branch experimental
in repository grass.

commit c9cabc65731436915020246efcaf6f226edb21c2
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Jan 23 22:33:00 2015 +0100

    Fix unknown substitution variable warnings.
---
 debian/control    | 4 ++--
 debian/control.in | 4 ++--
 debian/rules      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 3a94398..311ddd9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Priority: optional
 Build-Depends: autoconf2.13,
                autotools-dev,
                debhelper (>= 9),
+               dh-python,
                doxygen,
                fakeroot,
                flex,
@@ -107,8 +108,7 @@ Description: GRASS GIS core components
 
 Package: grass-gui
 Architecture: any
-Depends: ${shlibs:Depends},
-         grass-core,
+Depends: grass-core,
          ${python:Depends},
          python-wxgtk3.0,
 # pyGL needed for wxNviz
diff --git a/debian/control.in b/debian/control.in
index be4805c..c9c244a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,6 +7,7 @@ Priority: optional
 Build-Depends: autoconf2.13,
                autotools-dev,
                debhelper (>= 9),
+               dh-python,
                doxygen,
                fakeroot,
                flex,
@@ -107,8 +108,7 @@ Description: GRASS GIS core components
 
 Package: grass-gui
 Architecture: any
-Depends: ${shlibs:Depends},
-         grass-core,
+Depends: grass-core,
          ${python:Depends},
          python-wxgtk3.0,
 # pyGL needed for wxNviz
diff --git a/debian/rules b/debian/rules
index 1b37757..a597f2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -315,7 +315,7 @@ binary-arch: install-arch
        dh_lintian -a
        dh_link -a
        dh_python2
-       dh_python2 /usr/lib/$(BASE_NAME)/gui/
+       dh_python2 /usr/lib/$(BASE_NAME)/gui/ /usr/lib/$(BASE_NAME)/tools/
        dh_strip -a
        dh_compress -a -XAUTHORS
        dh_fixperms -a

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/grass.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