Author: ceros-guest
Date: 2008-05-12 18:32:55 +0000 (Mon, 12 May 2008)
New Revision: 6985

Modified:
   packages/trunk/vegastrike/debian/changelog
   packages/trunk/vegastrike/debian/vegastrike-get-orig-source
Log:
Remove boost directory and also .svn directories from upstream source

Modified: packages/trunk/vegastrike/debian/changelog
===================================================================
--- packages/trunk/vegastrike/debian/changelog  2008-05-12 18:19:59 UTC (rev 
6984)
+++ packages/trunk/vegastrike/debian/changelog  2008-05-12 18:32:55 UTC (rev 
6985)
@@ -22,6 +22,7 @@
   * Updated "SEE ALSO" section of manual page for locations of documentation.
   * Provide mission to play for new release of vegastrike.
   * Added TODO.Debian.
+  * Remove boost directory and also .svn directories from upstream source.
 
  -- Andres Mejia <[EMAIL PROTECTED]>  Sun, 11 May 2008 15:12:59 -0400
 

Modified: packages/trunk/vegastrike/debian/vegastrike-get-orig-source
===================================================================
--- packages/trunk/vegastrike/debian/vegastrike-get-orig-source 2008-05-12 
18:19:59 UTC (rev 6984)
+++ packages/trunk/vegastrike/debian/vegastrike-get-orig-source 2008-05-12 
18:32:55 UTC (rev 6985)
@@ -82,6 +82,11 @@
 # Repack into a gzip tarball
 if [ ! -f vegastrike-$VEGASTRIKE_VERSION ]; then
     echo "Creating vegastrike_$VEGASTRIKE_VERSION orig tarball."
+    rm -rf vegastrike-$VEGASTRIKE_VERSION/boost
+    for SVN in `find -type d -name .svn`
+    do
+        rm -rf $SVN
+    done
     tar -czf vegastrike_$VEGASTRIKE_VERSION.orig.tar.gz \
         vegastrike-$VEGASTRIKE_VERSION
 else


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to