Package: python-pyfits Version: 1:1.3-3 Severity: wishlist Tags: patch
Upstream is at 2.2.2. Please see patch attached with this to upgrade the package. Thanks! Gopal -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages python-pyfits depends on: ii python 2.5.4-9 An interactive high-level object-o ii python-numpy 1:1.3.0-3+b1 Numerical Python adds a fast array ii python-support 1.0.6 automated rebuilding support for P python-pyfits recommends no packages. python-pyfits suggests no packages. -- no debconf information
diff -u ./changelog ../../pyfits-2.2.2/debian/changelog --- ./changelog 2010-03-05 12:00:39.000000000 -0500 +++ ../../pyfits-2.2.2/debian/changelog 2010-03-05 12:01:21.000000000 -0500 @@ -1,3 +1,9 @@ +pyfits (1:2.2.2-0ubuntu1) jaunty; urgency=low + + * New upstream release + + -- Gopal Narayanan <go...@gopal-laptop> Fri, 05 Mar 2010 12:01:21 -0500 + pyfits (1:1.3-2) unstable; urgency=low [ Sandro Tosi ] diff -u ./control ../../pyfits-2.2.2/debian/control --- ./control 2010-03-05 12:00:39.000000000 -0500 +++ ../../pyfits-2.2.2/debian/control 2010-03-05 12:01:35.000000000 -0500 @@ -4,7 +4,7 @@ Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org> Uploaders: Aurelien Jarno <aure...@debian.org> Build-Depends: debhelper (>= 5.0.37.2), python-dev (>= 2.3.5-7) -Build-Depends-Indep: python-support (>= 0.3), tetex-bin +Build-Depends-Indep: python-support (>= 0.3) Standards-Version: 3.7.3 Homepage: http://www.stsci.edu/resources/software_hardware/pyfits Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyfits/trunk/ Only in ../../pyfits-2.2.2/debian/: files Only in ../../pyfits-2.2.2/debian/: python-pyfits Only in ../../pyfits-2.2.2/debian/: python-pyfits.debhelper.log Only in ../../pyfits-2.2.2/debian/: python-pyfits-doc Only in ../../pyfits-2.2.2/debian/: python-pyfits-doc.debhelper.log Only in .: python-pyfits-doc.docs Only in ../../pyfits-2.2.2/debian/: python-pyfits.postinst.debhelper Only in ../../pyfits-2.2.2/debian/: python-pyfits.prerm.debhelper Only in ../../pyfits-2.2.2/debian/: python-pyfits.substvars diff -u ./rules ../../pyfits-2.2.2/debian/rules --- ./rules 2010-03-05 12:00:39.000000000 -0500 +++ ../../pyfits-2.2.2/debian/rules 2010-03-05 12:02:51.000000000 -0500 @@ -6,10 +6,9 @@ clean: dh_testdir dh_testroot - python setup.py clean --all - rm -f docs/PyFITS.pdf docs/PyFITS.aux docs/PyFITS.log - + #rm -f docs/PyFITS.pdf docs/PyFITS.aux docs/PyFITS.log + rm -f *.pyc rm -f build-stamp dh_clean @@ -17,8 +16,8 @@ build-stamp: dh_testdir python setup.py build - cd docs && \ - pdflatex PyFITS.tex + #cd docs && \ + # pdflatex PyFITS.tex touch build-stamp