~ubuntu-branches/ubuntu/vivid/debmake/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/README.option

  • Committer: Package Import Robot
  • Author(s): Osamu Aoki
  • Date: 2014-02-25 01:09:15 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20140225010915-klo9rohqofvgunvv
Tags: 4.0.9-1
* Fix regression of 4.0.8 for -d and add safegurd of VCS for untar.
  Closes: #739692
* Introduce javahelper and gem2deb support.
* Support configure.in.
* -yy is always no.
* Add ${shlibs:Depends} for bin and lib
* Support URL for -a
* Support package description from the upstream -s
* Update package dependency.
* Clean up generated files.
* Add HTML documentation (not finished but useful).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Optional configuration by file for debmake
2
 
------------------------------------------
3
 
 
4
 
You can set the package description by making a file as follows and specify it
5
 
by the -o option.
6
 
 
7
 
----
8
 
para['desc'] = 'program short description'
9
 
para['desc_long'] = '''\
10
 
 program long description which you wish to include.
11
 
 .
12
 
 Empty line is space + .
13
 
 You keep going on ...
14
 
'''
15
 
----
16
 
 
17
 
 -- Osamu Aoki <osamu@debian.org>  Tue, 21 Jan 2014 13:52:51 +0000
18
 
 
19
 
vim: ts=4 sts=4 et: