moved CHANGELOG into GitHub wiki
This commit is contained in:
@@ -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
|
||||
|
||||
(
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user