[Python-modules-commits] r1184 - in /packages/pyfits/branches/1.1/debian: changelog control python-pyfits-doc.docs python-pyfits-doc.examples rules

aurel32 at users.alioth.debian.org aurel32 at users.alioth.debian.org
Sat Jul 22 21:30:18 UTC 2006


Author: aurel32
Date: Sat Jul 22 21:30:17 2006
New Revision: 1184

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1184
Log:
experimental version

Removed:
    packages/pyfits/branches/1.1/debian/python-pyfits-doc.docs
    packages/pyfits/branches/1.1/debian/python-pyfits-doc.examples
Modified:
    packages/pyfits/branches/1.1/debian/changelog
    packages/pyfits/branches/1.1/debian/control
    packages/pyfits/branches/1.1/debian/rules

Modified: packages/pyfits/branches/1.1/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyfits/branches/1.1/debian/changelog?rev=1184&op=diff
==============================================================================
--- packages/pyfits/branches/1.1/debian/changelog (original)
+++ packages/pyfits/branches/1.1/debian/changelog Sat Jul 22 21:30:17 2006
@@ -1,3 +1,10 @@
+pyfits (1.1b2-1) experimental; urgency=low
+
+  * Upload to experimental.
+  * New beta version supporting both numpy and numarray.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Sat, 22 Jul 2006 23:04:53 +0200
+
 pyfits (1.0.1-6) unstable; urgency=low
 
   * python-pyfits: don't depends on python-support twice.

Modified: packages/pyfits/branches/1.1/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyfits/branches/1.1/debian/control?rev=1184&op=diff
==============================================================================
--- packages/pyfits/branches/1.1/debian/control (original)
+++ packages/pyfits/branches/1.1/debian/control Sat Jul 22 21:30:17 2006
@@ -4,13 +4,13 @@
 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.37.2)
-Build-Depends-Indep: python-dev (>= 2.3.5-7), python-support (>= 0.3), tetex-bin
+Build-Depends-Indep: python-dev (>= 2.3.5-7), python-support (>= 0.3)
 XS-Python-Version: all
 Standards-Version: 3.7.2
 
 Package: python-pyfits
 Architecture: all
-Depends: ${python:Depends}, python-numarray
+Depends: ${python:Depends}, python-numarray, python-numpy
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: Python module for reading, writing, and manipulating FITS files
@@ -22,18 +22,4 @@
  .
   Homepage: http://www.stsci.edu/resources/software_hardware/pyfits
 
-Package: python-pyfits-doc
-Section: doc
-Architecture: all
-Suggests: python-pyfits
-Description: Documentation for PyFITS
- FITS (Flexible Image Transport System) is a data format most used in
- astronomy. PyFITS is a Python module for reading, writing, and manipulating
- FITS files. The module uses Python's object-oriented features to provide quick, 
- easy, and efficient access to FITS files. The use of Python's array syntax 
- enables immediate access to any FITS extension, header cards, or data items.
- .
- This package holds the documentation for PyFITS.
- .
-  Homepage: http://www.stsci.edu/resources/software_hardware/pyfits
 

Modified: packages/pyfits/branches/1.1/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyfits/branches/1.1/debian/rules?rev=1184&op=diff
==============================================================================
--- packages/pyfits/branches/1.1/debian/rules (original)
+++ packages/pyfits/branches/1.1/debian/rules Sat Jul 22 21:30:17 2006
@@ -6,19 +6,12 @@
 clean:
 	dh_testdir
 	dh_testroot
-
-	rm -f docs/PyFITS.{pdf,aux,log}
-	
 	rm -f build-stamp
 	dh_clean
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-	
-	cd docs && \
-		pdflatex PyFITS.tex
-
 	touch build-stamp
 
 binary-indep: build
@@ -27,11 +20,10 @@
 	dh_clean -k
 	dh_installdirs
 
-	install -m 755 -d $(CURDIR)/debian/python-pyfits/usr/share/python-support/python-pyfits/
-	install -m 755 $(CURDIR)/lib/pyfits.py $(CURDIR)/debian/python-pyfits/usr/share/python-support/python-pyfits/
+	install -m 755 -d $(CURDIR)/debian/python-pyfits/usr/share/python-support/python-pyfits/pyfits/
+	install -m 644 $(CURDIR)/lib/__init__.py $(CURDIR)/debian/python-pyfits/usr/share/python-support/python-pyfits/pyfits/
+	install -m 755 $(CURDIR)/lib/N{A,P}_pyfits.py $(CURDIR)/debian/python-pyfits/usr/share/python-support/python-pyfits/pyfits/
 	
-	find $(CURDIR)/debian/python*-pyfits/ -name "*.py" -exec chmod +x {} \;
-
 	dh_installdocs
 	dh_installexamples
 #	dh_installinit




More information about the Python-modules-commits mailing list