[Python-modules-commits] [fparser] 04/17: Add ITP bug number

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 25 15:16:41 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository fparser.

commit b238ba12f444f616b99a32119b8d1e69b7f1b36f
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Jun 15 07:29:51 2017 +0100

    Add ITP bug number
---
 debian/changelog | 2 +-
 debian/control   | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5d2aca9..55a1a3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 fparser (0.0.4-1) UNRELEASED; urgency=medium
 
-  * Initial release. (Closes: #XXXXXX)
+  * Initial release. (Closes: #864778)
 
  -- Alastair McKinstry <mckinstry at debian.org>  Wed, 14 Jun 2017 15:09:08 +0100
diff --git a/debian/control b/debian/control
index 35519b2..94dfab9 100644
--- a/debian/control
+++ b/debian/control
@@ -14,4 +14,11 @@ Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends},
  ${python:Depends}
 Provides: ${python:Provides}
-Description:  Python module for reading and writing GRIB files
+Description: Parser(s) for the Fortran language
+ The fparser package is a Python implementation of a Fortran 66/77/90/95/2003
+ language parser. Currently fparser actually includes two different
+ implementations; the first, “fparser”, supports Fortran 66/77/90 (plus some
+ extensions — see fparser) but only parses down to the level of individual
+ lines of code, i.e. not the content of the Fortran expressions themselves.
+ The second, “fparser2”, also has support for Fortran 2003 and is able to parse
+ Fortran expressions. It is however, less mature than fparser.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fparser.git



More information about the Python-modules-commits mailing list