summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2015-12-28 14:46:36 -0500
committerRJ Ryan <rryan@mixxx.org>2015-12-28 14:53:54 -0500
commit5f235b34f370a9f1ec0a6b9ffc2e0620631e0038 (patch)
tree7e25db9b57833eac5c9741945644d93393c21100 /src
parent1036ef578ed2d159ad166b3b63acbb936cd1033e (diff)
Only hack up the Debian version for the mixxxbetas PPA.
Diffstat (limited to 'src')
-rw-r--r--src/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SConscript b/src/SConscript
index 7f33fa5688..704eda8ead 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -693,10 +693,10 @@ def BuildUbuntuPackage(target, source, env):
ubuntu_distros = ubuntu_distros.split(',')
- # Big hack for PPA upload. We need LP to believe that our original
+ # Big hack for beta PPA upload. We need LP to believe that our original
# package version is always changing otherwise it will reject our orig
# source tarball.
- if ubuntu_ppa is not None:
+ if 'mixxxbetas' in ubuntu_ppa:
mixxx_version = '%s-%s%s' % (mixxx_version, vcs_name, vcs_revision)
# Destroy ubuntu/ and create it