diff --git a/packaging/linux/deb/DEBIAN/changelog b/packaging/linux/deb/DEBIAN/changelog index 49daf26786..0e3e4748a4 100644 --- a/packaging/linux/deb/DEBIAN/changelog +++ b/packaging/linux/deb/DEBIAN/changelog @@ -1,3 +1,2 @@ openra ({VERSION}) unstable; urgency=low -* The changelog is available at http://www.sleipnirstuff.com/forum/viewtopic.php?f=81&t=14844 \ No newline at end of file diff --git a/packaging/linux/deb/buildpackage.sh b/packaging/linux/deb/buildpackage.sh index 668000aed0..c3f6aa28e0 100755 --- a/packaging/linux/deb/buildpackage.sh +++ b/packaging/linux/deb/buildpackage.sh @@ -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