[Python-modules-commits] r23218 - in packages/pyfits/trunk/debian (4 files)
aurel32 at users.alioth.debian.org
aurel32 at users.alioth.debian.org
Sun Dec 30 14:15:40 UTC 2012
Date: Sunday, December 30, 2012 @ 14:15:38
Author: aurel32
Revision: 23218
* New upstream version.
- Refreshed 01-zlib.diff.
- Added 02-disable-version-setup-hook.diff to prevent version.py to
be regenerated with a timestamp at clean time.
* Compress source and .deb with xz.
* Bump Standards-Version to 3.9.4.0 (no changes).
Added:
packages/pyfits/trunk/debian/source/options
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 2012-12-30 11:23:21 UTC (rev 23217)
+++ packages/pyfits/trunk/debian/changelog 2012-12-30 14:15:38 UTC (rev 23218)
@@ -1,3 +1,14 @@
+pyfits (1:3.1-1) unstable; urgency=low
+
+ * New upstream version.
+ - Refreshed 01-zlib.diff.
+ - Added 02-disable-version-setup-hook.diff to prevent version.py to
+ be regenerated with a timestamp at clean time.
+ * Compress source and .deb with xz.
+ * Bump Standards-Version to 3.9.4.0 (no changes).
+
+ -- Aurelien Jarno <aurel32 at debian.org> Sun, 30 Dec 2012 15:03:07 +0100
+
pyfits (1:3.0.8-2) unstable; urgency=low
* Build fitscheck in the binary-indep target instead of the binary-arch
Modified: packages/pyfits/trunk/debian/control
===================================================================
--- packages/pyfits/trunk/debian/control 2012-12-30 11:23:21 UTC (rev 23217)
+++ packages/pyfits/trunk/debian/control 2012-12-30 14:15:38 UTC (rev 23218)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 7.0.50~), zlib1g-dev, python-all-dev (>= 2.6.6-3~), python-setuptools, python-d2to1, python-stsci.distutils, python-numpy, python3-all-dev (>= 3.1.2-6~), python3-setuptools, python3-d2to1, python3-stsci.distutils, python3-numpy
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.0
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4.0
Homepage: http://www.stsci.edu/resources/software_hardware/pyfits
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyfits/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyfits/trunk/
Modified: packages/pyfits/trunk/debian/rules
===================================================================
--- packages/pyfits/trunk/debian/rules 2012-12-30 11:23:21 UTC (rev 23217)
+++ packages/pyfits/trunk/debian/rules 2012-12-30 14:15:38 UTC (rev 23218)
@@ -91,7 +91,7 @@
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
- dh_builddeb -i
+ dh_builddeb -i -- -Zxz
# Build architecture-dependent files here.
binary-arch: build-arch install
@@ -112,7 +112,7 @@
dh_shlibdeps -a
dh_gencontrol -a
dh_md5sums -a
- dh_builddeb -a
+ dh_builddeb -a -- -Zxz
binary: binary-indep binary-arch
.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
Added: packages/pyfits/trunk/debian/source/options
===================================================================
--- packages/pyfits/trunk/debian/source/options (rev 0)
+++ packages/pyfits/trunk/debian/source/options 2012-12-30 14:15:38 UTC (rev 23218)
@@ -0,0 +1 @@
+compression="xz"
More information about the Python-modules-commits
mailing list