Append CHANGELOG to debian changelog.

This commit is contained in:
Paul Chote
2011-02-09 17:31:37 +13:00
parent d9fe383ce6
commit 9d73299595
2 changed files with 1 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ cp -R $rootdir/usr root
# Create the control and changelog files from templates
sed "s/{VERSION}/$VERSION/" DEBIAN/control | sed "s/{SIZE}/$PACKAGE_SIZE/" > root/DEBIAN/control
sed "s/{VERSION}/$VERSION/" DEBIAN/changelog > root/DEBIAN/changelog
cat ./root/usr/share/openra/CHANGELOG >> root/DEBIAN/changelog
# Build it in the temp directory, but place the finished deb in our starting directory
pushd root