[Python-modules-commits] r2056 - in /packages/pyfits/branches/1.1/debian: changelog rules

aurel32 at users.alioth.debian.org aurel32 at users.alioth.debian.org
Thu Apr 12 16:26:07 UTC 2007


Author: aurel32
Date: Thu Apr 12 16:26:06 2007
New Revision: 2056

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2056
Log:
 * New upstream version.


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=2056&op=diff
==============================================================================
--- packages/pyfits/branches/1.1/debian/changelog (original)
+++ packages/pyfits/branches/1.1/debian/changelog Thu Apr 12 16:26:06 2007
@@ -1,3 +1,9 @@
+pyfits (1.1rc1-1) experimental; urgency=low
+
+  * New upstream version. 
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Thu, 12 Apr 2007 16:32:45 +0200
+
 pyfits (1.1b3-1) experimental; urgency=low
 
   * New upstream version. 

Modified: packages/pyfits/branches/1.1/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyfits/branches/1.1/debian/rules?rev=2056&op=diff
==============================================================================
--- packages/pyfits/branches/1.1/debian/rules (original)
+++ packages/pyfits/branches/1.1/debian/rules Thu Apr 12 16:26:06 2007
@@ -27,9 +27,8 @@
 	dh_installdocs
 	dh_installexamples
 
-	find $(CURDIR)/debian/python-pyfits/ -name "*.py" -not -name "__init__.py" -exec chmod +x {} \;
+	find $(CURDIR)/debian/python-pyfits/ -name "*_pyfits.py" -exec chmod +x {} \;
 
-#	dh_installinit
 	dh_installman
 	dh_installchangelogs debian/CHANGES
 	dh_link




More information about the Python-modules-commits mailing list