diff options
author | ceros7 <ceros7@svn> | 2010-08-01 03:27:10 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-08-01 03:27:10 +0000 |
commit | 37382dfc045a0e2cde611e68fc1de1850290bb81 (patch) | |
tree | 9c20cbd7f8bae6aca3af97e28029be2320529a3d /tools/Linux | |
parent | 7ab8dac4138de2b64450ab2909166502f9c74fe3 (diff) |
Use new SVN revision for Debian packages, which should be this commit.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32389 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 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" |