[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:53:30 UTC 2009


The following commit has been merged in the upstream branch:
commit 7e79b7125d78a6c275e3b86cef6ae289ea59bf2d
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Wed Feb 21 07:51:54 2007 +1100

    Fix for darcs2dist
    
    darcs-hash:20070220205154-d4795-8d278866cde0553d42164e2208008c49178c02ef.gz

diff --git a/Makefile.am b/Makefile.am
index 89d47eb..cb2a313 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,10 +4,6 @@ SUBDIRS = modules src tools test doc
 
 EXTRA_DIST = ChangeLog
 
-dist-hook:
-	$(RM) -r `find $(distdir) -name CVS -type d -print`
-	$(RM) `find $(distdir) -name ".cvsignore" -type f -print`
-
 ChangeLog:
 	darcs changes > ChangeLog
 
diff --git a/tools/darcs2dist b/tools/darcs2dist
index 9c78345..eac5d35 100755
--- a/tools/darcs2dist
+++ b/tools/darcs2dist
@@ -24,6 +24,7 @@ cd $wrkdir
 if ( darcs get $repo $package && \
      cd $package && \
      sh autogen.sh && \
+     make && \
      make dist && \
      scp -q $package-*.tar.gz $url/$package-snapshot.tar.gz ) > msg 2>&1; then
     rm -f msg

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list