Skip to content

Commit f538236

Browse files
author
Spencer Seidel
authored
Merge pull request #39 from jsseidel/jsseidel-fix-for-issue-21
Fix for issue #21
2 parents 778fd9f + 3deba9d commit f538236

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.16
1+
1.0.17

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mktechdocs (1.0.17) focal; urgency=medium
2+
3+
* Fix for https://github.com/att/MkTechDocs/issues/21
4+
5+
-- Joseph Spencer Seidel <jsseidel@fastmail.com> Mon, 15 Feb 2021 13:55:00 -0500
16
mktechdocs (1.0.16) bionic; urgency=medium
27

38
* Fix for https://github.com/att/MkTechDocs/issues/34

debian/files

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
mktechdocs_1.0.16_source.buildinfo text optional
1+
mktechdocs_1.0.17_amd64.buildinfo text optional
2+
mktechdocs_1.0.17_amd64.deb text optional

make-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
# limitations under the License.
1616

1717
mkdir -p ./install_files/opt/mktechdocs
18-
cp -r ./VERSION ./bin ./test ./lib ./docs ./install_files/opt/mktechdocs/.
18+
cp -r ./VERSION ./bin ./test ./lib ./docs ./docsbuild ./install_files/opt/mktechdocs/.
1919
dpkg-buildpackage
2020

0 commit comments

Comments
 (0)