The branch, master has been updated via fde062645a692b0b300be7c5960003f040465293 (commit) from 2696cdb736ab514d210f6126b7f2e66743cbdacd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fde062645a692b0b300be7c5960003f040465293 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 21 02:25:29 2011 +0100 build packages for ubuntu properly ----------------------------------------------------------------------- Summary of changes: bin/build-package | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) The diff of changes is: 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 hooks/post-receive -- buildscripts.git (buildscripts upstream project) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "buildscripts.git" (buildscripts upstream project).