diff options
author | NWT Administrator <nwt-admin@minobo.das-netzwerkteam.de> | 2011-12-21 02:26:23 +0100 |
---|---|---|
committer | NWT Administrator <nwt-admin@minobo.das-netzwerkteam.de> | 2011-12-21 02:26:23 +0100 |
commit | a3ee29310eb8c10a42a44a3c5634acd5523d554c (patch) | |
tree | e839fb7168a069fe82e71e3937c30ffd403088c4 /bin/build-package | |
parent | bf07fb7ee2e03aab84c6eef45589ecfc144a0c36 (diff) | |
parent | fde062645a692b0b300be7c5960003f040465293 (diff) | |
download | buildscripts-a3ee29310eb8c10a42a44a3c5634acd5523d554c.tar.gz buildscripts-a3ee29310eb8c10a42a44a3c5634acd5523d554c.tar.bz2 buildscripts-a3ee29310eb8c10a42a44a3c5634acd5523d554c.zip |
Merge branch 'master' of ssh://code.das-netzwerkteam.de:32032/~/git/buildscripts
Diffstat (limited to 'bin/build-package')
-rwxr-xr-x | bin/build-package | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/build-package b/bin/build-package index afde99f..2842bbc 100755 --- a/bin/build-package +++ b/bin/build-package @@ -177,6 +177,10 @@ build_packages() { test -f debian/source/format && cat debian/source/format | egrep '^3.0.*\(quilt\)$' >/dev/null && { echo "3.0 (native)" > debian/source/format } + + # for Ubuntu version is the codename of the distribution release + VERSION=$l_CODENAME + # translate the version name for Debian releases [ "x$l_CODENAME" = "xsid" ] && VERSION=unstable [ "x$l_CODENAME" = "xwheezy" ] && VERSION=testing |