diff options
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 faba62a325..c4e0c8d420 100644 --- a/tools/Linux/packaging/debian/changelog +++ b/tools/Linux/packaging/debian/changelog @@ -1,4 +1,4 @@ -xbmc (2:10.0~svn32381~deb1-1) experimental; urgency=low +xbmc (2:10.0~svn32389~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 38a1f3ab3b..dad54fa3be 100755 --- a/tools/Linux/packaging/debian/xbmc-get-orig-source +++ b/tools/Linux/packaging/debian/xbmc-get-orig-source @@ -48,7 +48,7 @@ done # Common variables used to ease maintenance of this script XBMC_TARBALL="" XBMC_TARBALL_CHECKSUM="" -SVN_REVISION="32381" +SVN_REVISION="32389" XBMC_VERSION="10.0~svn$SVN_REVISION~deb1" XBMC_SVN_URL="http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk" |