[Debian-astro-commits] [cspice] 13/48: d/control: Add cookbook binary and fix sections

Rock Storm rockstorm-guest at moszumanska.debian.org
Thu Dec 15 21:32:05 UTC 2016


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

rockstorm-guest pushed a commit to branch debian
in repository cspice.

commit abf5367956a842fc83374f433a2c126e4c7752ae
Author: Rock Storm <rockstorm at gmx.com>
Date:   Sun Nov 6 13:52:26 2016 +0100

    d/control: Add cookbook binary and fix sections
    
    * Add cspice-cookbook binary package containing the example binaries
      and data.
    * Rearrange the sections to avoid duplicities.
    * Lower priority to extra which is more adequate.
    * Add version strings to build-dependencies.
---
 debian/control | 37 +++++++++++++++++++++++++++----------
 1 file changed, 27 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 7f6fbf9..c8a0dcb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,11 @@
 Source: cspice
 Maintainer: Debian Astro Team <debian-astro-maintainers at lists.alioth.debian.org>
-Uploader: Rock Storm <rockstorm at gmx.com>
-Priority: optional
+Uploaders: Rock Storm <rockstorm at gmx.com>
+Section: science
+Priority: extra
 Build-Depends: debhelper (>= 9),
-			   csh,
-			   gcc
+               csh (>= 20110502),
+               gcc (>= 1.136)
 Standards-Version: 3.9.8
 Homepage: http://naif.jpl.nasa.gov/naif/
 #Vcs-Git: 
@@ -12,10 +13,10 @@ Homepage: http://naif.jpl.nasa.gov/naif/
 
 Package: cspice
 Architecture: i386 amd64
-Section: science
 Depends: ${shlibs:Depends},
-		 ${misc:Depends}
-Recomends: cspice-doc
+         ${misc:Depends}
+Recommends: cspice-doc
+Suggests: cspice-cookbook
 Description: C-language SPICE Toolkit
  SPICE (Spacecraft Planet Instrument C-matrix Events) is a NASA ancillary
  information system used to compute geometric and event information in
@@ -28,8 +29,8 @@ Description: C-language SPICE Toolkit
 Package: libcspice-dev
 Architecture: i386 amd64
 Section: libdevel
-Depends: libcspice1,
-		 ${misc:Depends}
+Depends: libcspice1 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Development files for CSPICE
  SPICE (Spacecraft Planet Instrument C-matrix Events) is a NASA ancillary
  information system used to compute geometric and event information in
@@ -43,7 +44,7 @@ Package: libcspice1
 Architecture: i386 amd64
 Section: libs
 Depends: ${shlibs:Depends},
-	     ${misc:Depends}
+         ${misc:Depends}
 Description: Shared libraries for CSPICE
  SPICE (Spacecraft Planet Instrument C-matrix Events) is a NASA ancillary
  information system used to compute geometric and event information in
@@ -57,6 +58,8 @@ Description: Shared libraries for CSPICE
 
 Package: cspice-doc
 Architecture: all
+Section: doc
+Depends: ${misc:Depends}
 Description: Documentation for CSPICE
  SPICE (Spacecraft Planet Instrument C-matrix Events) is a NASA ancillary
  information system used to compute geometric and event information in
@@ -66,3 +69,17 @@ Description: Documentation for CSPICE
  .
  This package provides user guides and module's documentation, in plain text
  and html formats, for CSPICE.
+
+Package: cspice-cookbook
+Architecture: i386 amd64
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: cspice-doc
+Description: Example binaries and data for CSPICE
+ SPICE (Spacecraft Planet Instrument C-matrix Events) is a NASA ancillary
+ information system used to compute geometric and event information in
+ analyzing and planning science observations obtained from spacecraft. It is
+ also used in planning missions and conducting numerous engineering functions
+ needed to carry out those missions.
+ .
+ This package provides example binaries and data for CSPICE.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/cspice.git



More information about the Debian-astro-commits mailing list