[med-svn] r21932 - trunk/packages/mgltools

Steffen Möller moeller at moszumanska.debian.org
Wed May 11 07:30:41 UTC 2016


Author: moeller
Date: 2016-05-11 07:30:41 +0000 (Wed, 11 May 2016)
New Revision: 21932

Modified:
   trunk/packages/mgltools/BUILD
Log:
Autdocktools 1.5.7 release is out

Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD	2016-05-11 06:49:41 UTC (rev 21931)
+++ trunk/packages/mgltools/BUILD	2016-05-11 07:30:41 UTC (rev 21932)
@@ -51,15 +51,15 @@
   cvs -d:pserver:anonymous at mgl1.scripps.edu:/opt/cvs login
 
 just give an empty password and continue with the download of some sort of a
-metapackage ... if you have not perform this checkout before in this folder:
+metapackage ... if you have not performed this checkout before in this folder:
 
   # perform only if previous checkouts are no longer available.
   cvs -z3 -d:pserver:anonymous at mgl1.scripps.edu:/opt/cvs co MGLPACKSDIST
 
-To checkout from 1.5.6 release branch, for instance, run the following command instead:
+To checkout from 1.5.7 release branch, for instance, run the following command instead:
 	
-  # this checkouts rc-1-5-6 branch instead of the default head revision
-  cvs -z3 -d:pserver:anonymous at mgl1.scripps.edu:/opt/cvs co -r rc-1-5-6 MGLPACKSDIST
+  # this checkouts rc-1-5-7 branch instead of the default head revision
+  cvs -z3 -d:pserver:anonymous at mgl1.scripps.edu:/opt/cvs co -r rc-1-5-7 MGLPACKSDIST
 
 Otherwise, if you have an older version checked out already,
 just change to all of the directories and run the "cvs -z3 update -d".
@@ -71,7 +71,7 @@
 behaviour or not. To see the previous tag, do from one of the subdirs
 
   <from e.g. geomutilsDIST> $ more CVS/Tag 
-  Trc-1-5-6
+  Trc-1-5-7
 
 Should you later when performing the Debian packaging find Python libraries to
 remain missing, then write a report to the developers and download the missing
@@ -107,7 +107,7 @@
           break
         else
           echo Temporarily renaming and taring $i to $TARDIR/$tfn; mv $i $b
-          GZIP=-9 tar --exclude CVS -czvf "$TARDIR/$tfn" $b | wc -l
+          GZIP=-9n tar --exclude CVS -czvf "$TARDIR/$tfn" $b | wc -l
           mv $b $i
           echo "done"
         fi
@@ -152,10 +152,14 @@
     else
       for i in */trunk/debian; do
         d=`dirname $i`
-        echo "Editing changelog in '$d'"
-        (cd $d && \
-         DEBEMAIL=moeller at debian.org debchange --preserve \
-             --newversion ${VERSIONNAME}-1 "New upstream version.")
+	if [ -r $d/changelog ]; then
+            echo "Editing changelog in '$d'"
+            (cd $d && \
+             DEBEMAIL=moeller at debian.org debchange --preserve \
+                 --newversion ${VERSIONNAME}-1 "New upstream version.")
+	else
+            echo "W: Could not find changelog in '$i', skipping"
+        fi
       done
     fi
   fi
@@ -173,9 +177,11 @@
 Preparing for some packages needed to fulfil runtime dependencies
 
   sudo apt-get update
-  sudo apt-get install python-zsi qhull-bin libqhull5 python-pmw python-tk \
+  sudo apt-get install python-zsi qhull-bin libqhull-dev python-pmw python-tk \
                        blt python-all freeglut3-dev python-all-dev \
-		       libglu1-mesa-dev tk-dev swig python-simpy python-all
+		       libglu1-mesa-dev tk-dev swig python-simpy python-all \
+                       libxi-dev libxmu-dev idle python-pil.imagetk
+  sudo apt-get install svn-buildpackage
 
 Now, there is a build-order to get all the packages built and installed
 without broken dependencies. The installation is not required for the




More information about the debian-med-commit mailing list