[Python-modules-commits] r985 - in /packages/pyfits/tags/1.0.1-5: ./ debian/changelog debian/control debian/python-pyfits.postinst debian/python-pyfits.prerm debian/rules

aurel32 at users.alioth.debian.org aurel32 at users.alioth.debian.org
Thu Jun 22 01:03:28 UTC 2006


Author: aurel32
Date: Thu Jun 22 01:03:28 2006
New Revision: 985

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=985
Log:
Tagging 1.0.1-5



Added:
    packages/pyfits/tags/1.0.1-5/
      - copied from r983, packages/pyfits/trunk/
Removed:
    packages/pyfits/tags/1.0.1-5/debian/python-pyfits.postinst
    packages/pyfits/tags/1.0.1-5/debian/python-pyfits.prerm
Modified:
    packages/pyfits/tags/1.0.1-5/debian/changelog
    packages/pyfits/tags/1.0.1-5/debian/control
    packages/pyfits/tags/1.0.1-5/debian/rules

Modified: packages/pyfits/tags/1.0.1-5/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyfits/tags/1.0.1-5/debian/changelog?rev=985&op=diff
==============================================================================
--- packages/pyfits/tags/1.0.1-5/debian/changelog (original)
+++ packages/pyfits/tags/1.0.1-5/debian/changelog Thu Jun 22 01:03:28 2006
@@ -1,3 +1,9 @@
+pyfits (1.0.1-5) unstable; urgency=low
+
+  * Update to the new Python policy (Closes: #373490).
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Thu, 22 Jun 2006 01:53:48 +0200
+
 pyfits (1.0.1-4) unstable; urgency=low
 
   * Build-depends on tetex-bin as pdflatex is used during the build 

Modified: packages/pyfits/tags/1.0.1-5/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyfits/tags/1.0.1-5/debian/control?rev=985&op=diff
==============================================================================
--- packages/pyfits/tags/1.0.1-5/debian/control (original)
+++ packages/pyfits/tags/1.0.1-5/debian/control Thu Jun 22 01:03:28 2006
@@ -3,13 +3,16 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Aurelien Jarno <aurel32 at debian.org>
-Build-Depends: debhelper (>= 5.0)
-Build-Depends-Indep: python-dev, tetex-bin
+Build-Depends: debhelper (>= 5.0.37.2)
+Build-Depends-Indep: python-dev (>= 2.3.5-7), python-support (>= 0.3), tetex-bin
+XS-Python-Version: all
 Standards-Version: 3.7.2
 
 Package: python-pyfits
 Architecture: all
-Depends: python (>= 2.3), python-support
+Depends: ${python:Depends}, python-support
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
 Description: Python module for reading, writing, and manipulating FITS files
  FITS (Flexible Image Transport System) is a data format most used in
  astronomy. PyFITS is a Python module for reading, writing, and manipulating

Modified: packages/pyfits/tags/1.0.1-5/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyfits/tags/1.0.1-5/debian/rules?rev=985&op=diff
==============================================================================
--- packages/pyfits/tags/1.0.1-5/debian/rules (original)
+++ packages/pyfits/tags/1.0.1-5/debian/rules Thu Jun 22 01:03:28 2006
@@ -41,6 +41,7 @@
 	dh_strip
 	dh_compress -X.py -X.fits
 	dh_fixperms
+	dh_pysupport
 	dh_python
 	dh_installdeb
 	dh_shlibdeps




More information about the Python-modules-commits mailing list