[saga] 20/20: Move architecture independent files to saga-common package.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 4 20:29:55 UTC 2016


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

sebastic pushed a commit to branch master
in repository saga.

commit 060780c3c5a7bdc2ad82e98032c14408014a62e2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 4 19:46:37 2016 +0100

    Move architecture independent files to saga-common package.
---
 debian/changelog           |  1 +
 debian/control             | 24 ++++++++++++++++++------
 debian/saga-common.install |  1 +
 debian/saga.install        |  6 +-----
 4 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 50c3381..a1e80f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ saga (2.2.5+dfsg-1) UNRELEASED; urgency=medium
   * Add patch to fix various spelling errors.
   * Override dh_install to use --list-missing.
   * Remove executable bit from saga_gui resource files.
+  * Move architecture independent files to saga-common package.
 
  -- Johan Van de Wauw <johan at vandewauw.be>  Fri, 04 Mar 2016 17:34:50 +0100
 
diff --git a/debian/control b/debian/control
index fbc26bd..f0e01ca 100644
--- a/debian/control
+++ b/debian/control
@@ -32,9 +32,10 @@ Homepage: http://www.saga-gis.org/
 
 Package: saga
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         libsaga (= ${binary:Version})
+Depends: saga-common (= ${source:Version}),
+         libsaga (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: System for Automated Geoscientific Analyses
  SAGA GIS (System for Automated Geoscientific Analyses) is a free and
@@ -47,13 +48,23 @@ Description: System for Automated Geoscientific Analyses
  The functionality can be accessed through a GUI, the command line or 
  by using the C++ API.
 
+Package: saga-common
+Architecture: all
+Depends: ${misc:Depends}
+Breaks: saga (<< 2.2.5+dfsg-1~)
+Replaces: saga (<< 2.2.5+dfsg-1~)
+Description: SAGA GIS architecture independent files
+ SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
+ information system used for editing and analysing spatial data.
+ .
+ This package contains the architecture independent files for SAGA.
+
 Package: libsaga-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         libsaga (= ${binary:Version})
+Depends: libsaga (= ${binary:Version}),
+         ${misc:Depends}
 Suggests: saga (= ${binary:Version})
 Breaks: libsaga (<< 2.0.4+dfsg-3~)
 Replaces: libsaga (<< 2.0.4+dfsg-3~)
@@ -92,3 +103,4 @@ Description: SAGA GIS Python bindings
  information system used for editing and analysing spatial data.
  .
  This package contains the Python bindings to SAGA. 
+
diff --git a/debian/saga-common.install b/debian/saga-common.install
new file mode 100644
index 0000000..904f643
--- /dev/null
+++ b/debian/saga-common.install
@@ -0,0 +1 @@
+usr/share/saga
diff --git a/debian/saga.install b/debian/saga.install
index 8661a6b..cf28ba6 100644
--- a/debian/saga.install
+++ b/debian/saga.install
@@ -1,10 +1,6 @@
-src/saga_core/saga_gui/res/saga_*.txt   /usr/share/saga/
 usr/bin
 usr/lib/*/saga/*.so
-usr/share/man/man1/*
-usr/share/saga/saga_prj.dic
-usr/share/saga/saga_prj.srs
-usr/share/saga/saga_tip.txt
+usr/share/man/man1
 usr/share/appdata
 usr/share/applications
 usr/share/icons

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



More information about the Pkg-grass-devel mailing list