Repository: aurora-packaging Updated Branches: refs/heads/0.9.x d63ea562e -> 6909b347c
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/6909b347 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/6909b347 Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/6909b347 Branch: refs/heads/0.9.x Commit: 6909b347c207b56b62bd9d4e62feeba7a19b4da1 Parents: d63ea56 Author: Bill Farner <wfar...@apache.org> Authored: Wed Aug 26 10:04:55 2015 -0700 Committer: Bill Farner <wfar...@twitter.com> Committed: Wed Aug 26 10:06:03 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/6909b347/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='d...@aurora.apache.org' + dch \ - -b \ - -v $AURORA_VERSION \ - -u low --maintmaint \ + --newversion $AURORA_VERSION \ + --package apache-aurora \ + --urgency medium \ "Apache Aurora package builder <d...@aurora.apache.org> $(date -R)" +dch --release '' dpkg-buildpackage -uc -b -tc