[Python-modules-commits] r15489 - in packages/pyvtk/trunk/debian (4 files)

smr at users.alioth.debian.org smr at users.alioth.debian.org
Sun Feb 6 18:06:49 UTC 2011


    Date: Sunday, February 6, 2011 @ 18:06:40
  Author: smr
Revision: 15489

Clean up lintian warnings:
W: pyvtk source: debhelper-but-no-misc-depends python-pyvtk
W: pyvtk source: ancient-standards-version 3.7.3 (current is 3.9.1)
W: python-pyvtk: doc-base-unknown-section python-pyvtk:5 devel
W: python-pyvtk: copyright-without-copyright-notice

Modified:
  packages/pyvtk/trunk/debian/changelog
  packages/pyvtk/trunk/debian/control
  packages/pyvtk/trunk/debian/copyright
  packages/pyvtk/trunk/debian/doc-base.python-pyvtk

Modified: packages/pyvtk/trunk/debian/changelog
===================================================================
--- packages/pyvtk/trunk/debian/changelog	2011-02-06 17:51:00 UTC (rev 15488)
+++ packages/pyvtk/trunk/debian/changelog	2011-02-06 18:06:40 UTC (rev 15489)
@@ -1,4 +1,4 @@
-pyvtk (0.4.74-3) UNRELEASED; urgency=low
+pyvtk (0.4.74-3) unstable; urgency=low
 
   [ Piotr Ożarowski ]
   * debian/watch file added
@@ -10,9 +10,12 @@
     - switch Vcs-Browser field to viewsvn
 
   [ Steve M. Robbins ]
-  * debian/control: Revise long description.  Closes: #612140.
+  * debian/control: Revise long description.  Closes: #612140.  Set
+    Standards-Version to 3.9.1.  Depend on ${misc:Depends}.
+  * debian/doc-base.python-pyvtk: Change section to Science/Data Analysis,
+    matching what VTK uses.
 
- -- Steve M. Robbins <smr at debian.org>  Sun, 06 Feb 2011 11:49:47 -0600
+ -- Steve M. Robbins <smr at debian.org>  Sun, 06 Feb 2011 12:04:09 -0600
 
 pyvtk (0.4.74-2) unstable; urgency=low
 

Modified: packages/pyvtk/trunk/debian/control
===================================================================
--- packages/pyvtk/trunk/debian/control	2011-02-06 17:51:00 UTC (rev 15488)
+++ packages/pyvtk/trunk/debian/control	2011-02-06 18:06:40 UTC (rev 15489)
@@ -4,7 +4,7 @@
 Maintainer: Steve M. Robbins <smr at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.38), python-support (>= 0.6.4), python (>= 2.3.5-11)
-Standards-Version: 3.7.3
+Standards-Version: 3.9.1
 XS-Python-Version: all
 Homepage: http://cens.ioc.ee/projects/pyvtk/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyvtk/trunk/
@@ -12,7 +12,7 @@
 
 Package: python-pyvtk
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Conflicts: python2.3-pyvtk (<< 0.4.66-6), python2.4-pyvtk (<< 0.4.66-6)
 Replaces: python2.3-pyvtk (<< 0.4.66-6), python2.4-pyvtk (<< 0.4.66-6)
 Provides: ${python:Provides}

Modified: packages/pyvtk/trunk/debian/copyright
===================================================================
--- packages/pyvtk/trunk/debian/copyright	2011-02-06 17:51:00 UTC (rev 15488)
+++ packages/pyvtk/trunk/debian/copyright	2011-02-06 18:06:40 UTC (rev 15489)
@@ -1,13 +1,13 @@
 This package was debianized by Steve Robbins <smr at debian.org> on
 Sat Nov 16 17:44:42 EST 2002
 
-It was downloaded from http://cens.ioc.ee/projects/pyvtk/
+Copyright 2001 Pearu Peterson all rights reserved,
+Pearu Peterson <pearu at ioc.ee>          
+Permission to use, modify, and distribute this software is given under the
+terms of the LGPL.  See http://www.fsf.org
 
-Upstream Author: Pearu Peterson
-                    
+NO WARRANTY IS EXPRESSED OR IMPLIED.  USE AT YOUR OWN RISK.
 
-Copyright:
 
-You are free to distribute this software under the terms of the GNU
-Lesser General Public License.  On Debian systems, the complete
-license text can be found in /usr/share/common-licenses/LGPL.
+On Debian systems, the complete license text can be found in
+/usr/share/common-licenses/LGPL.

Modified: packages/pyvtk/trunk/debian/doc-base.python-pyvtk
===================================================================
--- packages/pyvtk/trunk/debian/doc-base.python-pyvtk	2011-02-06 17:51:00 UTC (rev 15488)
+++ packages/pyvtk/trunk/debian/doc-base.python-pyvtk	2011-02-06 18:06:40 UTC (rev 15489)
@@ -2,7 +2,7 @@
 Title: PyVTK Module
 Author: Pearu Peterson
 Abstract: Tools for manipulating VTK files in Python.
-Section: devel
+Section: Science/Data Analysis
 
 Format: HTML
 Index: /usr/share/doc/python-pyvtk/html/pyvtk.html




More information about the Python-modules-commits mailing list