diff --git a/packaging/NOTES b/packaging/NOTES index 2cc1dc082..829f92c61 100644 --- a/packaging/NOTES +++ b/packaging/NOTES @@ -2,11 +2,9 @@ temp notes file (-andy5995) # common options for Cmake prior to `make install` -cmake .. -DCMAKE_INSTALL_PREFIX=/usr - -To see other install locations, use `cmake .. -LH`. In many cases, just -using CMAKE_INSTALL_PREFIX will be sufficient +cmake .. +To see other install locations, use `cmake .. -LH`. # generating the man page @@ -29,7 +27,7 @@ git grep -l 'original_text' | xargs sed -i 's/original_text/new_text/g' mkdir install-build cd install-build -cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWANT_INSTALL_DATA=ON +cmake .. make -j? (where ? is the number of CPU cores) make install DESTDIR=$PWD/install-test diff --git a/packaging/debian/changelog b/packaging/debian/changelog index ece34c402..9cda436e1 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,5 +1,5 @@ -zetaglest (0.8.02) unstable; urgency=low +Zetaglest 1.0 - * First release of zetaglest after being forked from megaglest + * First release of Zetaglest after being forked from Megaglest -- Andy Alt 15.09.2018 2018/09/15 12:44:46 diff --git a/packaging/debian/megaglest.lintian-overrides b/packaging/debian/zetaglest.lintian-overrides similarity index 85% rename from packaging/debian/megaglest.lintian-overrides rename to packaging/debian/zetaglest.lintian-overrides index 5b85f5487..92a0a0bed 100644 --- a/packaging/debian/megaglest.lintian-overrides +++ b/packaging/debian/zetaglest.lintian-overrides @@ -2,7 +2,7 @@ # Splitting the path into two lines would make the example even more # unreadable. manpage-has-errors-from-man -# The icon is provided by megaglest-data now +# The icon is provided by zetaglest-data now menu-icon-missing # This script does not need to be executable. script-not-executable