diff options
author | ceros7 <ceros7@svn> | 2010-10-08 19:43:47 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-10-08 19:43:47 +0000 |
commit | 234cf5f02a2bdc6939cf1588134659c97c4091e7 (patch) | |
tree | c0ea9286912a210995d0b6277ad06c281fe64d1c /tools/Linux | |
parent | 84e00566f5e435eb2fda6e626f86328c73d8a542 (diff) |
Change SVN revision to use.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34566 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/Linux')
-rw-r--r-- | tools/Linux/packaging/debian/changelog | 2 | ||||
-rwxr-xr-x | tools/Linux/packaging/debian/xbmc-get-orig-source | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/Linux/packaging/debian/changelog b/tools/Linux/packaging/debian/changelog index d8eee3c9de..e23c742445 100644 --- a/tools/Linux/packaging/debian/changelog +++ b/tools/Linux/packaging/debian/changelog @@ -1,4 +1,4 @@ -xbmc (2:10.0~svn33745~deb1-1) experimental; urgency=low +xbmc (2:10.0~svn33746~deb1-1) experimental; urgency=low * Package XBMC for Debian. (Closes: #469397) (LP: #307162) diff --git a/tools/Linux/packaging/debian/xbmc-get-orig-source b/tools/Linux/packaging/debian/xbmc-get-orig-source index c4cc71c6f7..3f2bc1c7f4 100755 --- a/tools/Linux/packaging/debian/xbmc-get-orig-source +++ b/tools/Linux/packaging/debian/xbmc-get-orig-source @@ -64,7 +64,7 @@ done XBMC_TARBALL="" XBMC_TARBALL_CHECKSUM="" if [ -z $SVN_REVISION ]; then - SVN_REVISION="33745" + SVN_REVISION="33746" fi EPOCH="2" XBMC_VERSION="10.0~svn$SVN_REVISION~deb1" |