[Python-modules-commits] [psyclone] 07/07: Fixes to initial packaging

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 25 15:27:36 UTC 2017


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

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

commit ee52b920f61d6695dfeb7fb783cc5d305ffbb9bd
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jul 25 10:22:14 2017 +0100

    Fixes to initial packaging
    
    Signed-off-by: Alastair McKinstry <mckinstry at debian.org>
---
 debian/control                                         | 11 ++++++-----
 debian/{psyclone.docs => python-psyclone.docs}         |  0
 debian/{psyclone.examples => python-psyclone.examples} |  0
 debian/source/lintian-overrides                        |  1 -
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index e07551f..9555008 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: psyclone
-Section: science
+Section: python
 Priority: optional
 Maintainer: Alastair McKinstry <mckinstry at debian.org>
 Build-Depends: debhelper (>= 10), chrpath,
@@ -8,15 +8,16 @@ Build-Depends: debhelper (>= 10), chrpath,
 Standards-Version: 4.0.0
 Homepage: https://github.com/stfc/psyclone
 
-Package: psyclone
+Package: python-psyclone
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends},
  ${python:Depends}
 Suggests: gource
 Description: Domain-specific compiler for Earth-system models in Fortran
- PSyclone is a code generation system for Finite Difference/Volume/Element
- models. It generates appropriate code for the PSyKAl code structure
- developed in the GungHo project.
+ PSyclone is a Python-based code generation system for 
+ Finite Difference/Volume/Element models. It generates appropriate code
+ for the PSyKAl code structure developed in the GungHo project.
  .
  This is a Fortran-to-fortran code generator; the GungHo project is the
  next-generation weather model from the UK Met Office and STFC.
+ .
diff --git a/debian/psyclone.docs b/debian/python-psyclone.docs
similarity index 100%
rename from debian/psyclone.docs
rename to debian/python-psyclone.docs
diff --git a/debian/psyclone.examples b/debian/python-psyclone.examples
similarity index 100%
rename from debian/psyclone.examples
rename to debian/python-psyclone.examples
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index 266a073..0000000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-cdo source: package-needs-versioned-debhelper-build-depends 9

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



More information about the Python-modules-commits mailing list