[ossim] 02/04: Reorder build dependencies.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Aug 18 13:48:11 UTC 2015


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

sebastic pushed a commit to branch master
in repository ossim.

commit a4b5531620b6d4fed746758caf70d7eb4b572b1d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Aug 1 22:57:52 2015 +0200

    Reorder build dependencies.
---
 debian/control | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index 0287aed..0226e63 100644
--- a/debian/control
+++ b/debian/control
@@ -3,24 +3,24 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
 Section: science
 Priority: extra
-Build-Depends: cmake (>= 2.8),
+Build-Depends: autotools-dev,
+               cmake (>= 2.8),
                debhelper (>= 9),
-               libopenscenegraph-dev,
-               libzzip-dev,
-               zlib1g-dev,
-               libtiff5-dev,
-               libjpeg-dev,
-               libexpat1-dev,
                libcurl4-gnutls-dev | libcurl4-dev,
-               libpng-dev,
-               libgif-dev,
+               libexpat1-dev,
+               libfreetype6-dev,
+               libgeos-dev,
                libgeotiff-dev,
+               libgif-dev,
+               libjpeg-dev,
+               libopenscenegraph-dev,
                libopenthreads-dev,
+               libpng-dev,
                libtar-dev,
-               libfreetype6-dev,
-               autotools-dev,
                libtiff-dev,
-               libgeos-dev
+               libtiff5-dev,
+               libzzip-dev,
+               zlib1g-dev
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/ossim.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/ossim.git
@@ -56,8 +56,8 @@ Package: libossim-dev
 Architecture: any
 Section: libdevel
 Depends: libossim1 (= ${binary:Version}),
-         ${misc:Depends},
-         libgeotiff-dev
+         libgeotiff-dev,
+         ${misc:Depends}
 Description: OSSIM library -- development files
  Open Source Software Image Map (OSSIM) is a high performance engine for
  remote sensing, image processing, geographical information systems and
@@ -105,3 +105,4 @@ Description: OSSIM core utilities
  .
  This package includes core tools that use the OSSIM library to
  perform some basic tasks.
+

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



More information about the Pkg-grass-devel mailing list