[Python-modules-commits] r5203 - in packages/pyfits/trunk/debian (changelog control rules)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Wed Apr 30 17:40:59 UTC 2008
Date: Wednesday, April 30, 2008 @ 17:40:58
Author: morph-guest
Revision: 5203
removing bashism and python-numarray dependency
Modified:
packages/pyfits/trunk/debian/changelog
packages/pyfits/trunk/debian/control
packages/pyfits/trunk/debian/rules
Modified: packages/pyfits/trunk/debian/changelog
===================================================================
--- packages/pyfits/trunk/debian/changelog 2008-04-30 16:02:31 UTC (rev 5202)
+++ packages/pyfits/trunk/debian/changelog 2008-04-30 17:40:58 UTC (rev 5203)
@@ -1,3 +1,12 @@
+pyfits (1:1.3-2) UNRELEASED; urgency=low
+
+ * debian/rules
+ - removed bashism on clean target (Closes: #478618)
+ * debian/control
+ - removed Depends on python-numarray (Closes: #478448)
+
+ -- Sandro Tosi <matrixhasu at gmail.com> Wed, 30 Apr 2008 19:39:26 +0200
+
pyfits (1:1.3-1) unstable; urgency=low
[ Aurelien Jarno ]
Modified: packages/pyfits/trunk/debian/control
===================================================================
--- packages/pyfits/trunk/debian/control 2008-04-30 16:02:31 UTC (rev 5202)
+++ packages/pyfits/trunk/debian/control 2008-04-30 17:40:58 UTC (rev 5203)
@@ -12,7 +12,7 @@
Package: python-pyfits
Architecture: all
-Depends: ${python:Depends}, python-numarray, python-numpy
+Depends: ${python:Depends}, python-numpy
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: Python module for reading, writing, and manipulating FITS files
Modified: packages/pyfits/trunk/debian/rules
===================================================================
--- packages/pyfits/trunk/debian/rules 2008-04-30 16:02:31 UTC (rev 5202)
+++ packages/pyfits/trunk/debian/rules 2008-04-30 17:40:58 UTC (rev 5203)
@@ -8,7 +8,7 @@
dh_testroot
python setup.py clean --all
- rm -f docs/PyFITS.{pdf,aux,log}
+ rm -f docs/PyFITS.pdf docs/PyFITS.aux docs/PyFITS.log
rm -f build-stamp
dh_clean
More information about the Python-modules-commits
mailing list