[ossim] 07/11: Restructure control file with cme.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Jun 5 16:54:49 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 0b3287f012deaf462e71ad85c65efd93fca3409c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 5 16:38:16 2015 +0200
Restructure control file with cme.
Changes:
- Bump Standards-Version to 3.9.6, no changes.
---
debian/changelog | 2 ++
debian/control | 56 ++++++++++++++++++++++++++++++--------------------------
2 files changed, 32 insertions(+), 26 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b1dbfb4..e277886 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ ossim (1.8.16-4) UNRELEASED; urgency=medium
* Apply patches by Juan Picca to make the build reproducible.
Update BUILD_DATE command to also work with dpkg << 1.17.
(closes: #787790)
+ * Restructure control file with cme, changes:
+ - Bump Standards-Version to 3.9.6, no changes.
-- Bas Couwenberg <sebastic at xs4all.nl> Sun, 02 Nov 2014 21:19:37 +0100
diff --git a/debian/control b/debian/control
index 7b1d2ec..67e9576 100644
--- a/debian/control
+++ b/debian/control
@@ -1,35 +1,36 @@
Source: ossim
-Section: science
-Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: 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
- , libgeotiff-dev
- , libopenthreads-dev
- , libtar-dev
- , libfreetype6-dev
- , autotools-dev
- , libtiff-dev
- , libgeos-dev
-Standards-Version: 3.9.5
-Homepage: http://www.ossim.org/
+Section: science
+Priority: extra
+Build-Depends: 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,
+ libgeotiff-dev,
+ libopenthreads-dev,
+ libtar-dev,
+ libfreetype6-dev,
+ autotools-dev,
+ libtiff-dev,
+ libgeos-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
+Homepage: http://www.ossim.org/
Package: libossim1
-Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: OSSIM library -- shared library
Open Source Software Image Map (OSSIM) is a high performance engine for
remote sensing, image processing, geographical information systems and
@@ -54,7 +55,9 @@ Description: OSSIM library -- shared library
Package: libossim-dev
Architecture: any
Section: libdevel
-Depends: libossim1 (= ${binary:Version}), ${misc:Depends}, libgeotiff-dev
+Depends: libossim1 (= ${binary:Version}),
+ ${misc:Depends},
+ libgeotiff-dev
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
@@ -79,7 +82,8 @@ Description: OSSIM library -- development files
Package: ossim-core
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: The OSSIM core utilities
Open Source Software Image Map (OSSIM) is a high performance engine for
remote sensing, image processing, geographical information systems and
--
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