[gdal-grass] 07/07: Reorder dependencies.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Wed Sep 23 22:12:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental-2.0
in repository gdal-grass.
commit 90fd7de8a39816aa6b5d5a1d07cba517727ca33d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Sep 24 00:08:22 2015 +0200
Reorder dependencies.
---
debian/control | 4 ++--
debian/control.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 17754c2..76e3809 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,8 @@ Homepage: http://www.gdal.org/
Package: libgdal20-2.0.1-grass
Architecture: any
Section: libs
-Depends: ${shlibs:Depends},
- grass701,
+Depends: grass701,
+ ${shlibs:Depends},
${misc:Depends}
Recommends: gdal-bin
Description: GRASS extension for the GDAL library
diff --git a/debian/control.in b/debian/control.in
index aa3898c..b50fc23 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -21,8 +21,8 @@ Homepage: http://www.gdal.org/
Package: libgdal20-2.0.1-grass
Architecture: any
Section: libs
-Depends: ${shlibs:Depends},
- @GRASS_ABI@,
+Depends: @GRASS_ABI@,
+ ${shlibs:Depends},
${misc:Depends}
Recommends: gdal-bin
Description: GRASS extension for the GDAL library
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal-grass.git
More information about the Pkg-grass-devel
mailing list