Author: smoe-guest
Date: 2009-06-03 01:01:49 +0000 (Wed, 03 Jun 2009)
New Revision: 3454

Modified:
   trunk/packages/mgltools/BUILD
Log:
Improvements.


Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD       2009-06-02 04:43:19 UTC (rev 3453)
+++ trunk/packages/mgltools/BUILD       2009-06-03 01:01:49 UTC (rev 3454)
@@ -110,7 +110,10 @@
 files to their new destination.
 
   # Allowing the accession of the tarballs under their Debian package name
-  (cd ../tarballs && for i in *; do if [ ! -L "$i" ]; then echo "$i"; ln -sf 
$i mgltools-$i; fi; done)
+  (cd ../tarballs && for i in *; do 
+       if [ ! -L "$i" ]; then
+               echo "$i"; ln -sf $i mgltools-$i;
+       fi; done)
 
 Now, to have these tarballs found, the version in the 'debian/changelog'
 files need to match. From debian-med/trunk/packages/mgltools execute
@@ -171,6 +174,7 @@
     vision \
   ; do
     (cd $p/trunk && \
+     test -r "$p/trunk/.svn/deb-layout" || echo "origDir=../../tarballs" > 
$p/trunk/.svn/deb-layout; \
      svn-buildpackage -us -uc -rfakeroot --svn-ignore && \
      sudo dpkg -i ../../build-area/mgltools-${p}_${VERSIONNAME}*.deb)
   done \


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to