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

sebastic pushed a commit to branch master
in repository saga.

commit 76fc46e4284d12ca3006769c19e4781fa0ae7f9a
Author: Bas Couwenberg <[email protected]>
Date:   Fri Mar 4 19:27:38 2016 +0100

    Override dh_install to use --list-missing.
    
    Remove executable bit from saga_gui resource files.
---
 debian/changelog | 2 ++
 debian/rules     | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index aeb39d2..55948b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ saga (2.2.5+dfsg-1) UNRELEASED; urgency=medium
   * Add patch to disable gridding module, FTBFS with --disable-triangle.
   * Add patch for to add Keywords to desktop file.
   * Add patch to fix various spelling errors.
+  * Override dh_install to use --list-missing.
+  * Remove executable bit from saga_gui resource files.
 
  -- Johan Van de Wauw <Johan Van de Wauw [email protected]>  Fri, 04 
Mar 2016 17:34:50 +0100
 
diff --git a/debian/rules b/debian/rules
index 282c1cd..fdc43c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,12 @@ override_dh_auto_install:
        install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/applications
        install -o root -g root -m 644 
$(CURDIR)/src/saga_core/saga_gui/res/saga.desktop 
$(CURDIR)/debian/tmp/usr/share/applications/saga.desktop
 
+       # Remove executable bit from resource files
+       chmod -x debian/*/usr/share/saga/*.*
+
+overrideh_dh_install:
+       dh_install --list-missing
+
 override_dh_python2:
        dh_python2 --no-guessing-versions
 

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

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

Reply via email to