[Python-modules-commits] r1337 - in
/packages/pyfits/branches/1.1/debian: changelog rules
aurel32 at users.alioth.debian.org
aurel32 at users.alioth.debian.org
Tue Aug 29 20:46:35 UTC 2006
Author: aurel32
Date: Tue Aug 29 20:46:35 2006
New Revision: 1337
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1337
Log:
* Fix a fixed path in debian/rules causing a FTBFS.
Modified:
packages/pyfits/branches/1.1/debian/changelog
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=1337&op=diff
==============================================================================
--- packages/pyfits/branches/1.1/debian/changelog (original)
+++ packages/pyfits/branches/1.1/debian/changelog Tue Aug 29 20:46:35 2006
@@ -1,3 +1,9 @@
+pyfits (1.1b2-3) experimental; urgency=low
+
+ * Fix a fixed path in debian/rules causing a FTBFS.
+
+ -- Aurelien Jarno <aurel32 at debian.org> Tue, 29 Aug 2006 22:44:18 +0200
+
pyfits (1.1b2-2) experimental; urgency=low
* Correctly use dh_pysupport.
Modified: packages/pyfits/branches/1.1/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyfits/branches/1.1/debian/rules?rev=1337&op=diff
==============================================================================
--- packages/pyfits/branches/1.1/debian/rules (original)
+++ packages/pyfits/branches/1.1/debian/rules Tue Aug 29 20:46:35 2006
@@ -27,7 +27,7 @@
dh_installdocs
dh_installexamples
- find /tmp/pyfits/pyfits-1.1b2/debian/python-pyfits/ -name "*.py" -not -name "__init__.py" -exec chmod +x {} \;
+ find $(CURDIR)/debian/python-pyfits/ -name "*.py" -not -name "__init__.py" -exec chmod +x {} \;
# dh_installinit
dh_installman
More information about the Python-modules-commits
mailing list