diff --git a/VERSION b/VERSION index b668c3b..8fc77d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.16 +1.0.17 diff --git a/debian/changelog b/debian/changelog index 11ee1be..abd46bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +mktechdocs (1.0.17) focal; urgency=medium + + * Fix for https://github.com/att/MkTechDocs/issues/21 + + -- Joseph Spencer Seidel Mon, 15 Feb 2021 13:55:00 -0500 mktechdocs (1.0.16) bionic; urgency=medium * Fix for https://github.com/att/MkTechDocs/issues/34 diff --git a/debian/files b/debian/files index 0e326a4..1ff9cc8 100644 --- a/debian/files +++ b/debian/files @@ -1 +1,2 @@ -mktechdocs_1.0.16_source.buildinfo text optional +mktechdocs_1.0.17_amd64.buildinfo text optional +mktechdocs_1.0.17_amd64.deb text optional diff --git a/make-deb.sh b/make-deb.sh index 1536ae2..edb0812 100755 --- a/make-deb.sh +++ b/make-deb.sh @@ -15,6 +15,6 @@ # limitations under the License. mkdir -p ./install_files/opt/mktechdocs -cp -r ./VERSION ./bin ./test ./lib ./docs ./install_files/opt/mktechdocs/. +cp -r ./VERSION ./bin ./test ./lib ./docs ./docsbuild ./install_files/opt/mktechdocs/. dpkg-buildpackage