[Python-modules-commits] r984 - in /packages/pyfits/trunk/debian:
changelog control python-pyfits.postinst python-pyfits.prerm rules
aurel32 at users.alioth.debian.org
aurel32 at users.alioth.debian.org
Thu Jun 22 01:03:13 UTC 2006
Author: aurel32
Date: Thu Jun 22 01:03:12 2006
New Revision: 984
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=984
Log:
* Update to the new Python policy (Closes: #373490).
Removed:
packages/pyfits/trunk/debian/python-pyfits.postinst
packages/pyfits/trunk/debian/python-pyfits.prerm
Modified:
packages/pyfits/trunk/debian/changelog
packages/pyfits/trunk/debian/control
packages/pyfits/trunk/debian/rules
Modified: packages/pyfits/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyfits/trunk/debian/changelog?rev=984&op=diff
==============================================================================
--- packages/pyfits/trunk/debian/changelog (original)
+++ packages/pyfits/trunk/debian/changelog Thu Jun 22 01:03:12 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/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyfits/trunk/debian/control?rev=984&op=diff
==============================================================================
--- packages/pyfits/trunk/debian/control (original)
+++ packages/pyfits/trunk/debian/control Thu Jun 22 01:03:12 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/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyfits/trunk/debian/rules?rev=984&op=diff
==============================================================================
--- packages/pyfits/trunk/debian/rules (original)
+++ packages/pyfits/trunk/debian/rules Thu Jun 22 01:03:12 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