[gdal-grass] 03/04: Reorder dependencies for libgdal1-1.11.2-grass.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Aug 23 23:34:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository gdal-grass.
commit 30c3e1c30f1f5fa034c435815f44d0bb661561db
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Aug 24 00:31:38 2015 +0200
Reorder dependencies for libgdal1-1.11.2-grass.
---
debian/control | 4 ++--
debian/control.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 7da32a1..b0cfa79 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,8 @@ Homepage: http://www.gdal.org/
Package: libgdal1-1.11.2-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 381bd40..9989486 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -21,8 +21,8 @@ Homepage: http://www.gdal.org/
Package: libgdal1-1.11.2-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