[Debian-astro-commits] [cspice] 07/48: d/control: Fill out default template

Rock Storm rockstorm-guest at moszumanska.debian.org
Thu Dec 15 21:32:04 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 938f53de883763b2f84f4077b8da9c913225c973
Author: Rock Storm <rockstorm at gmx.com>
Date:   Mon Oct 31 21:34:36 2016 +0100

    d/control: Fill out default template
---
 debian/control | 76 ++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 58 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 410e6c0..7f6fbf9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,68 @@
 Source: cspice
+Maintainer: Debian Astro Team <debian-astro-maintainers at lists.alioth.debian.org>
+Uploader: Rock Storm <rockstorm at gmx.com>
 Priority: optional
-Maintainer: Rock Storm <rockstorm at gmx.com>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+			   csh,
+			   gcc
 Standards-Version: 3.9.8
-Section: libs
-Homepage: <insert the upstream URL, if relevant>
-#Vcs-Git: https://anonscm.debian.org/collab-maint/cspice.git
-#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/cspice.git
+Homepage: http://naif.jpl.nasa.gov/naif/
+#Vcs-Git: 
+#Vcs-Browser: 
+
+Package: cspice
+Architecture: i386 amd64
+Section: science
+Depends: ${shlibs:Depends},
+		 ${misc:Depends}
+Recomends: cspice-doc
+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
+ 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 the different utilities comprising CSPICE.
 
-Package: cspice-dev
+Package: libcspice-dev
+Architecture: i386 amd64
 Section: libdevel
-Architecture: any
-Depends: cspiceBROKEN (= ${binary:Version}), ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Depends: libcspice1,
+		 ${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
+ 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 header files and static libraries for CSPICE.
 
-Package: cspiceBROKEN
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Package: libcspice1
+Architecture: i386 amd64
+Section: libs
+Depends: ${shlibs: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
+ 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 the shared libraries comprising CSPICE and needed to
+ run its different utilities.
 
 
 Package: cspice-doc
 Architecture: all
-Description: documentation for cspice
- <insert long description, indented with spaces>
+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
+ 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 user guides and module's documentation, in plain text
+ and html formats, 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