[med-svn] r7430 - trunk/packages/velvet/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Aug 12 13:36:05 UTC 2011


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"
 




More information about the debian-med-commit mailing list