[Python-modules-commits] r4066 - in packages/pyvtk/trunk/debian (changelog control rules)

smr at users.alioth.debian.org smr at users.alioth.debian.org
Sat Dec 29 07:05:32 UTC 2007


    Date: Saturday, December 29, 2007 @ 07:05:31
  Author: smr
Revision: 4066

Incorporate patch from Piotr Ozarowski

Modified:
  packages/pyvtk/trunk/debian/changelog
  packages/pyvtk/trunk/debian/control
  packages/pyvtk/trunk/debian/rules

Modified: packages/pyvtk/trunk/debian/changelog
===================================================================
--- packages/pyvtk/trunk/debian/changelog	2007-12-29 06:59:17 UTC (rev 4065)
+++ packages/pyvtk/trunk/debian/changelog	2007-12-29 07:05:31 UTC (rev 4066)
@@ -1,3 +1,13 @@
+pyvtk (0.4.74-2) UNRELEASED; urgency=low
+
+  * Move XS-Python-Version field to source stanza, change its value to "all"
+    Closes: #445396.
+  * Bump python-support, debhelper and python required build versions (Egg issue)
+  * Move homepage URL from long description to new Homepage field
+  * Bump Standards-Version to 3.7.3 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 19 Dec 2007 23:10:04 +0100
+
 pyvtk (0.4.74-1) unstable; urgency=low
 
   * New upstream.

Modified: packages/pyvtk/trunk/debian/control
===================================================================
--- packages/pyvtk/trunk/debian/control	2007-12-29 06:59:17 UTC (rev 4065)
+++ packages/pyvtk/trunk/debian/control	2007-12-29 07:05:31 UTC (rev 4066)
@@ -3,8 +3,10 @@
 Priority: optional
 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), python-support (>= 0.4), python
-Standards-Version: 3.7.2.2
+Build-Depends: debhelper (>= 5.0.38), python-support (>= 0.6.4), python (>= 2.3.5-11)
+Standards-Version: 3.7.3
+XS-Python-Version: all
+Homepage: http://cens.ioc.ee/projects/pyvtk/
 
 Package: python-pyvtk
 Architecture: all
@@ -12,7 +14,6 @@
 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}
-XS-Python-Version: current
 XB-Python-Version: ${python:Versions}
 Description: module for manipulating VTK files
  PyVTK provides a VtkData class to create VTK a file from standard
@@ -27,5 +28,3 @@
    - DataSetAttr formats:
        Scalars, ColorScalars, LookupTable, Vectors,
        Normals, TextureCoordinates, Tensors, Field
- .
- See http://cens.ioc.ee/projects/pyvtk/ for more details.

Modified: packages/pyvtk/trunk/debian/rules
===================================================================
--- packages/pyvtk/trunk/debian/rules	2007-12-29 06:59:17 UTC (rev 4065)
+++ packages/pyvtk/trunk/debian/rules	2007-12-29 07:05:31 UTC (rev 4066)
@@ -59,7 +59,6 @@
 	dh_fixperms
 	dh_pysupport
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Python-modules-commits mailing list