Author: tille
Date: 2011-08-12 13:36:05 +0000 (Fri, 12 Aug 2011)
New Revision: 7430

Modified:
   trunk/packages/velvet/trunk/debian/get-orig-source
Log:
Do not remove MetaVelvet any more, do not leave dangling symlink behind


Modified: trunk/packages/velvet/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/velvet/trunk/debian/get-orig-source  2011-08-12 13:29:51 UTC 
(rev 7429)
+++ trunk/packages/velvet/trunk/debian/get-orig-source  2011-08-12 13:36:05 UTC 
(rev 7430)
@@ -23,12 +23,14 @@
 # delete .DS_Store files
 find ${UPSTREAMDIR} -name .DS_Store -exec rm -f \{\} \;
 
-# remove separate project which is basically a duplication of velvet code
-# this should be packaged separately with an up to date version
-rm -rf ${UPSTREAMDIR}/contrib/MetaVelvet*
+## remove separate project which is basically a duplication of velvet code
+## this should be packaged separately with an up to date version
+#rm -rf ${UPSTREAMDIR}/contrib/MetaVelvet*
+#  ... don't do this any more
 
 mv ${UPSTREAMDIR} ${UPSTREAMDIR}~nozlibcopy
 
-GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION~nozlibcopy".orig.tar.gz 
"${UPSTREAMDIR}~nozlibcopy"
+rm -f ../"$PKG"_"$VERSION".orig.tar.gz
+GZIP="--best --no-name" tar -czf ../"$PKG"_"$VERSION~nozlibcopy".orig.tar.gz 
"${UPSTREAMDIR}~nozlibcopy"
 rm -rf "${UPSTREAMDIR}~nozlibcopy"
 


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

Reply via email to