Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4644

Modified Files:
        embossdb-rebase.info 
Log Message:
demaintain per maintainer request; add build-time sanity-check for emboss 
datadir


Index: embossdb-rebase.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/embossdb-rebase.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- embossdb-rebase.info        10 Apr 2010 16:43:04 -0000      1.3
+++ embossdb-rebase.info        6 Aug 2010 18:29:05 -0000       1.4
@@ -18,6 +18,12 @@
 NoSourceDirectory: TRUE
 
 CompileScript: <<
+#!/bin/sh -ev
+       if [ "x$EMBOSS_DATA" != "x%p/share/EMBOSS/data" ]; then
+               echo "Whoa there! The emboss package is not setting the 
expected data directory. Not continuing because we cannot know where to store 
data to be found consistently. If you have the latest emboss package installed, 
tell the maintainer of it to fix his configurations."
+               exit 1
+       fi
+
        gunzip proto.%v.Z
        gunzip withrefm.%v.Z
        gunzip NEWS.%v.Z
@@ -50,6 +56,9 @@
  Set Epoch to 1, because version number went from 999 to 000,
  instead of 1000.
 <<
-Maintainer: Koen van der Drift <[email protected]>
+DescPackaging: <<
+       Former Maintainer: Koen van der Drift <[email protected]>
+<<
+Maintainer: None <[email protected]>
 HomePage: http://rebase.neb.com/
 License: Public Domain


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to