[SCM] xbmc packaging branch, master, updated. upstream/9.04.1+svn22158.deb1-18-g2b1e7f7

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon Oct 12 05:50:23 UTC 2009


The following commit has been merged in the master branch:
commit afde7544d2ebd14ef1aa6beaf8703633d74fd857
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sat Oct 10 21:52:09 2009 -0400

    Do an export from svn trunk when generating orig tarball.

diff --git a/debian/xbmc-get-orig-source b/debian/xbmc-get-orig-source
index a3e940d..1f227db 100644
--- a/debian/xbmc-get-orig-source
+++ b/debian/xbmc-get-orig-source
@@ -33,15 +33,8 @@ done
 
 # This will generate the orig.tar.gz
 make_current_tarball() {
-    # We do a checkout of the external-libraries-support branch at a specified
-    # revision
-    svn co -r$SVN_REVISION https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC xbmc-$XBMC_VERSION
-
-    # Take out the .svn directories
-    echo "Removing .svn directories"
-    find xbmc-$XBMC_VERSION -type d -name .svn | while read TMP; do
-        rm -rf "$TMP"
-    done
+    # We do an export from svn trunk
+    svn export -r$SVN_REVISION https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk xbmc-$XBMC_VERSION
 
     # Remove libdvdcss
     echo "Remove libdvdcss"

-- 
xbmc packaging



More information about the pkg-multimedia-commits mailing list