[med-svn] r3454 - trunk/packages/mgltools
Steffen Möller
smoe-guest at alioth.debian.org
Wed Jun 3 01:01:49 UTC 2009
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 \
More information about the debian-med-commit
mailing list