[grits] 02/06: Update Pre-Depends, use ${misc:Pre-Depends} instead of multiarch-support.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri May 6 23:02:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository grits.
commit 01a6b2646ff3ba59811e5fa5c8cd27604b8ccc76
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat May 7 00:35:31 2016 +0200
Update Pre-Depends, use ${misc:Pre-Depends} instead of multiarch-support.
---
debian/changelog | 1 +
debian/control | 10 +++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 84a5072..54ee137 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libgrits (0.8.1-2) UNRELEASED; urgency=medium
* Update copyright file using copyright-format 1.0.
* Enable parallel builds.
* Enable bindnow hardening buildflags.
+ * Update Pre-Depends, use ${misc:Pre-Depends} instead of multiarch-support.
-- Bas Couwenberg <sebastic at debian.org> Fri, 06 May 2016 17:08:40 +0200
diff --git a/debian/control b/debian/control
index 18d1ef7..f33f7c9 100644
--- a/debian/control
+++ b/debian/control
@@ -18,9 +18,9 @@ Homepage: http://pileus.org/grits
Package: libgrits5
Architecture: any
-Depends: ${misc:Depends},
- ${shlibs:Depends}
-Pre-Depends: multiarch-support
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
Description: Grits is a Virtual Globe library
Grits is a "Virtual Globe" library which uses OpenGL to render an image of
the earth using satellite and terrain data from publicly accessible servers.
@@ -32,8 +32,8 @@ Description: Grits is a Virtual Globe library
Package: libgrits-dev
Architecture: any
Section: libdevel
-Depends: ${misc:Depends},
- libgrits5 (= ${binary:Version})
+Depends: libgrits5 (= ${binary:Version}),
+ ${misc:Depends}
Suggests: libgrits-doc
Description: Development files for grits
Grits is a "Virtual Globe" library which uses OpenGL to render an image of
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grits.git
More information about the Pkg-grass-devel
mailing list