tags 445396 + patch
thanks

Hi Steve,

I've prepared a patch for 445396 with some more changes as we (Debian
Python Modules Team) seems to be a co-maintainer for your package :-)
(dunno why you didn't inject it in the SVN)

You can also easily get rid of all lintian warnings (and remove lintian
override) by removing shebang from all .py files (these files should
not have them). I didn't do it, because I don't know what patch system
do you prefer.

PS Please inject your package (if you will use svn-inject, remember
about -o option - we are keeping only debian dir in the repo) in the
repository - that will make maintaining this package a little bit easier
:-)
-- 
:wq!
diff -u pyvtk-0.4.74/debian/changelog pyvtk-0.4.74/debian/changelog
--- pyvtk-0.4.74/debian/changelog
+++ pyvtk-0.4.74/debian/changelog
@@ -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 <[EMAIL PROTECTED]>  Wed, 19 Dec 2007 23:10:04 +0100
+
 pyvtk (0.4.74-1) unstable; urgency=low
 
   * New upstream.
diff -u pyvtk-0.4.74/debian/control pyvtk-0.4.74/debian/control
--- pyvtk-0.4.74/debian/control
+++ pyvtk-0.4.74/debian/control
@@ -3,8 +3,10 @@
 Priority: optional
 Maintainer: Steve M. Robbins <[EMAIL PROTECTED]>
 Uploaders: Debian Python Modules Team <[EMAIL PROTECTED]>
-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
@@ -30,2 +30,0 @@
- .
- See http://cens.ioc.ee/projects/pyvtk/ for more details.
diff -u pyvtk-0.4.74/debian/rules pyvtk-0.4.74/debian/rules
--- pyvtk-0.4.74/debian/rules
+++ pyvtk-0.4.74/debian/rules
@@ -59,7 +59,6 @@
 	dh_fixperms
 	dh_pysupport
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb

Attachment: pgp3rVNzW0HjU.pgp
Description: PGP signature

Reply via email to