moved CHANGELOG into GitHub wiki

This commit is contained in:
Matthias Mailänder
2014-04-19 11:10:03 +02:00
parent 48753bdae8
commit 1c32b7d529
8 changed files with 14 additions and 1749 deletions

View File

@@ -25,6 +25,10 @@ cp *.sh "$PWD/packaging/linux/$ROOTDIR/usr/lib/openra/" || exit 3
# Icons and .desktop files
make install-shortcuts prefix="/usr" DESTDIR="$PWD/packaging/linux/$ROOTDIR"
# Documentation
mkdir -p $PWD/packaging/linux/$ROOTDIR/usr/share/doc/openra/
cp *.html $PWD/packaging/linux/$ROOTDIR/usr/share/doc/openra/
cd packaging/linux
(

View File

@@ -39,10 +39,9 @@ gzip -9 "${DEB_BUILD_ROOT}/${DOCDIR}/AUTHORS"
DATE=`date -R`
echo -e "openra (${VERSION}) unstable; urgency=low\n" > "${DEB_BUILD_ROOT}/${DOCDIR}/changelog"
cat "${DEB_BUILD_ROOT}/${LIBDIR}/CHANGELOG" >> "${DEB_BUILD_ROOT}/${DOCDIR}/changelog"
cat "../../../CHANGELOG.md" >> "${DEB_BUILD_ROOT}/${DOCDIR}/changelog"
echo -e "\n\n-- Paul Chote <sleipnir@sleipnirstuff.com> ${DATE}" >> "${DEB_BUILD_ROOT}/${DOCDIR}/changelog"
gzip -9 "${DEB_BUILD_ROOT}/${DOCDIR}/changelog"
rm "${DEB_BUILD_ROOT}/${LIBDIR}/CHANGELOG"
rm "${DEB_BUILD_ROOT}/${LIBDIR}/COPYING"
# Create the control file

View File

@@ -41,5 +41,6 @@ rm -rf %{buildroot}
/usr/bin/openra
/usr/bin/openra-editor
/usr/share/applications/*.desktop
/usr/share/doc/openra/*
/usr/share/icons/hicolor/*/apps/*.png
/usr/share/icons/hicolor/*/apps/*.svg