Add manpage to the debian package.
This commit is contained in:
parent
4aa62787a6
commit
8d4398f07d
3 changed files with 10 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -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
6
debian/changelog
vendored
|
@ -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
1
debian/imcat.manpages
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
imcat.1
|
Loading…
Reference in a new issue