Add manpage to the debian package.

This commit is contained in:
Bram Stolk 2022-09-07 18:20:03 -07:00
parent 4aa62787a6
commit 8d4398f07d
3 changed files with 10 additions and 3 deletions

View file

@ -15,10 +15,10 @@ uninstall:
sudo rm -f ${DESTDIR}/usr/bin/imcat
tarball:
tar cvzf ../imcat_1.4.orig.tar.gz Makefile README.md stb_image.h imcat.c imcat.1 debian images
tar cvzf ../imcat_1.5.orig.tar.gz Makefile README.md stb_image.h imcat.c imcat.1 debian images
packageupload:
debuild -S
debsign ../imcat_1.4-1_source.changes
dput ppa:b-stolk/ppa ../imcat_1.4-1_source.changes
debsign ../imcat_1.5-1_source.changes
dput ppa:b-stolk/ppa ../imcat_1.5-1_source.changes

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
imcat (1.5-1) kinetic; urgency=medium
* Added manpage.
-- Bram Stolk <bram.stolk@canonical.com> Wed, 07 Sep 2022 18:16:00 -0700
imcat (1.4-1) kinetic; urgency=medium
* Initial release.

1
debian/imcat.manpages vendored Normal file
View file

@ -0,0 +1 @@
imcat.1