/usr/share/doc/debmake/README.option is in debmake 4.0.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Optional configuration by file for debmake
------------------------------------------
You can set the package description by making a file as follows and specify it
by the -o option.
----
para['desc'] = 'program short description'
para['desc_long'] = '''\
program long description which you wish to include.
.
Empty line is space + .
You keep going on ...
'''
----
-- Osamu Aoki <osamu@debian.org> Tue, 21 Jan 2014 13:52:51 +0000
vim: ts=4 sts=4 et:
|