Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv21989

Modified Files:
        pyfits-py.info 
Log Message:
Bug fix: http://article.gmane.org/gmane.os.apple.fink.devel/21545
(thanks to Hanspeter for reporting this).


Index: pyfits-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/pyfits-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pyfits-py.info      29 Oct 2012 10:10:20 -0000      1.3
+++ pyfits-py.info      29 Oct 2012 13:48:56 -0000      1.4
@@ -1,7 +1,7 @@
 Info2: <<
 Package: pyfits-py%type_pkg[python]
 Version: 3.1
-Revision: 1
+Revision: 2
 Type: python(2.6 2.7 3.1 3.2)
 Description: Python interface to FITS formatted files
 License: OSI-Approved
@@ -17,12 +17,15 @@
 InstallScript: <<
   python%type_raw[python] setup.py install --root=%d
   mv %i/bin/fitscheck %i/bin/fitscheck-py%type_pkg[python]
+  mv %i/bin/fitsdiff %i/bin/fitsdiff-py%type_pkg[python]
 <<
 PostInstScript: <<
   update-alternatives --install %p/bin/fitscheck fitscheck 
%p/bin/fitscheck-py%type_pkg[python] %type_pkg[python]
+  update-alternatives --install %p/bin/fitsdiff fitsdiff 
%p/bin/fitsdiff-py%type_pkg[python] %type_pkg[python]
 <<
 PreRmScript: <<
   update-alternatives --remove fitscheck %p/bin/fitscheck-py%type_pkg[python]
+  update-alternatives --remove fitsdiff %p/bin/fitsdiff-py%type_pkg[python]
 <<
 DocFiles: LICENSE.txt:LICENSE
 Homepage: http://www.stsci.edu/resources/software_hardware/pyfits


------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to