Repository: aurora-packaging Updated Branches: refs/heads/master 68bd98e66 -> 7dcac0da7
Deb: Clean up changelog generation. Reviewed at https://reviews.apache.org/r/37788/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/7dcac0da Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/7dcac0da Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/7dcac0da Branch: refs/heads/master Commit: 7dcac0da733161563326e0e27395df0d1e2e4dfb Parents: 68bd98e Author: Bill Farner <[email protected]> Authored: Wed Aug 26 10:04:55 2015 -0700 Committer: Bill Farner <[email protected]> Committed: Wed Aug 26 10:04:55 2015 -0700 ---------------------------------------------------------------------- builder/deb/ubuntu-trusty/build.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/7dcac0da/builder/deb/ubuntu-trusty/build.sh ---------------------------------------------------------------------- diff --git a/builder/deb/ubuntu-trusty/build.sh b/builder/deb/ubuntu-trusty/build.sh index 9c162c7..bb2b799 100755 --- a/builder/deb/ubuntu-trusty/build.sh +++ b/builder/deb/ubuntu-trusty/build.sh @@ -22,11 +22,15 @@ tar --strip-components 1 -C . -xf /src.tar.gz cp -R /specs/debian . +export DEBFULLNAME='Apache Aurora' +export DEBEMAIL='[email protected]' + dch \ - -b \ - -v $AURORA_VERSION \ - -u low --maintmaint \ + --newversion $AURORA_VERSION \ + --package apache-aurora \ + --urgency medium \ "Apache Aurora package builder <[email protected]> $(date -R)" +dch --release '' dpkg-buildpackage -uc -b -tc
