[python-fabio] 59/73: remove lintian warnings

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Jan 5 11:34:12 UTC 2016


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

picca pushed a commit to branch master
in repository python-fabio.

commit 0e307207f4c8fa6be79a5bcd773a31f6d3799854
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Thu Jul 23 13:55:13 2015 +0200

    remove lintian warnings
---
 debian/changelog                 |  1 +
 debian/control                   | 14 +++++++-------
 debian/copyright                 |  6 +++---
 debian/python-fabio-doc.doc-base |  9 +++++++++
 debian/watch                     |  3 ++-
 5 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7605774..f4ccb7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-fabio (0.2.2+dfsg-1) unstable; urgency=medium
   * Imported Upstream version 0.2.2+dfsg
   * Repack in order to exclude third_party modules
   * debian/control
+    - Bump Standard-Versions to 3.9.6 (no change)
     - Add Build-Depends: python-six, pymca,
       python-sphinxcontrib.programoutput
   * debian/patchs
diff --git a/debian/control b/debian/control
index 79beb64..26f055b 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: cython,
                python-six,
                python-sphinx (>= 1.0.7+dfsg-1~),
                python-sphinxcontrib.programoutput
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://git.epn-campus.eu/projects/fabio/repository
 Vcs-Git: git://git@git.epn-campus.eu:python-fabio
 Homepage: http://git.epn-campus.eu/projects/fabio
@@ -40,12 +40,12 @@ Recommends: python-imaging,
             python-matplotlib
 Suggests: pyfai,
           python-fabio-doc
-Description: I/O library for images produced by 2D X-ray detector
+Description: I/O library for images produced by 2D X-ray detector - Python2
  FabIO is an I/O library for images produced by 2D X-ray detectors and
  written in Python. FabIO support images detectors from a dozen of
  companies (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...), for
  a total of 20 different file formats (like CBF, EDF, TIFF, ...) and
- offers an unified interface to their headers (as a python dictionary)
+ offers an unified interface to their headers (as a Python dictionary)
  and datasets (as a numpy ndarray of integers or floats)
  .
  This is the Python 2 version of the package.
@@ -55,12 +55,12 @@ Architecture: all
 Section: doc
 Depends: ${misc:Depends},
          ${sphinxdoc:Depends}
-Description: I/O library for images produced by 2D X-ray detector (common documentation)
+Description: I/O library for images produced by 2D X-ray detector - documentation
  FabIO is an I/O library for images produced by 2D X-ray detectors and
  written in Python. FabIO support images detectors from a dozen of
  companies (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...), for
  a total of 20 different file formats (like CBF, EDF, TIFF, ...) and
- offers an unified interface to their headers (as a python dictionary)
+ offers an unified interface to their headers (as a Python dictionary)
  and datasets (as a numpy ndarray of integers or floats)
  .
  This is the common documentation package.
@@ -76,12 +76,12 @@ Recommends: python-dbg,
             python-imaging-dbg,
             python-lxml-dbg,
             python-matplotlib-dbg
-Description: I/O library for images produced by 2D X-ray detector (debug ext)
+Description: I/O library for images produced by 2D X-ray detector - Python2 debug
  FabIO is an I/O library for images produced by 2D X-ray detectors and
  written in Python. FabIO support images detectors from a dozen of
  companies (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...), for
  a total of 20 different file formats (like CBF, EDF, TIFF, ...) and
- offers an unified interface to their headers (as a python dictionary)
+ offers an unified interface to their headers (as a Python dictionary)
  and datasets (as a numpy ndarray of integers or floats)
  .
  This package contains the extension built for the Python 2 debug
diff --git a/debian/copyright b/debian/copyright
index 8dfeaff..dc98bfb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -46,7 +46,7 @@ Copyright: 2012 Gael Goret <gael.goret at esrf.fr>
                 European Synchrotron Radiation Facility
 License: GPL-3.0+
 
-Files: src/ccp4_pack
+Files: src/ccp4_pack.*
 Copyright: 1995 Jan Pieter Abrahams
                 MRC Cambridge (UK)
            2007-2009 Henning O. Sorensen & Erik Knudsen
@@ -66,7 +66,7 @@ License: LGPL-3.0+
 
 Files: src/stdint.h
 Copyright: 2006-2008 Alexander Chemeris
-License: BSD
+License: BSD-3
 
 License: GPL-2.0+
  This package is free software; you can redistribute it and/or modify
@@ -119,7 +119,7 @@ License: LGPL-3.0+
  On Debian systems, the complete text of the GNU Lesser General
  Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3".
 
-License: BSD
+License: BSD-3
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .
diff --git a/debian/python-fabio-doc.doc-base b/debian/python-fabio-doc.doc-base
new file mode 100644
index 0000000..993e196
--- /dev/null
+++ b/debian/python-fabio-doc.doc-base
@@ -0,0 +1,9 @@
+Document: fabio-manual
+Title: Fabio documentation manual
+Author: Jérôme Kieffer <kieffer at esrf.eu>
+Abstract: I/O library for images produced by 2D X-ray detector
+Section: Science/Data Analysis
+
+Format: HTML
+Index: /usr/share/doc/python-fabio-doc/html/index.html
+Files: /usr/share/doc/python-fabio-doc/html/*
diff --git a/debian/watch b/debian/watch
index df03dca..a8daf70 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,5 @@
 version=3
 opts=repacksuffix=+dfsg,\
-uversionmangle=s/(rc|a|b|c)/~$1/ \
+uversionmangle=s/(rc|a|b|c)/~$1/,\
+dversionmangle=s/\+dfsg// \
 http://pypi.debian.net/fabio/fabio-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the debian-science-commits mailing list