~ubuntu-branches/ubuntu/quantal/dh-make/quantal

« back to all changes in this revision

Viewing changes to dh_make.1

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2012-07-13 21:26:38 UTC
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120713212638-e2ymcmc30xek8ca4
* Update to standards version 3.9.3
* Update to debhelper version 9
* debhelper v9 uses dpkg-buildflags Closes: #644486
* Remove ldap-utils conflict as that version is not even in stable
* Changed emacsen-startup script to debian-emacs-flavour Closes:
  #662163
* Fixed emacsen-install from SamBs patch Closes: #665312
* emacsen-install uses relative symlinks Closes: #670409
* emacsen-install uses debian-pkg-add-load-path Closes: #672478
* Man page doesnt have discouraged AUTHORS section Closes: #672543
* Final version of 1.0 copyright file changed Closes: #665770
* Minor tweaks to license files Closes: #662192
* Rename x11 to mit license to follow SPDX list, same bug as above
* Add -y,--yes option to run non-interactively
* Add --packageclass,-C option to set class instead of -s,-i,-m etc
* Don't add missing when non .ex file exists Closes: #662888

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH DH_MAKE 8 2011-06-19 "Debian Project"
 
1
.\" (C) Copyright 1998-2012 Craig Small <csmall@debian.org>
 
2
.\" This program is free software; you can redistribute it and/or modify
 
3
.\" it under the terms of the GNU General Public License as published by
 
4
.\" the Free Software Foundation; either version 3 of the License, or
 
5
.\" (at your option) any later version.
 
6
.\"
 
7
.TH DH_MAKE 8 2012-06-24 "Debian Project"
2
8
.SH NAME
3
9
dh_make \- prepare Debian packaging for an original source archive
4
10
.SH SYNOPSIS
5
11
.B dh_make
6
 
[\-nlsmiadhr] [\-c license] [\-e address] [\-f file] [\-t directory]
 
12
[\-nlsmiadhry] [\-c license] [\-e address] [\-f file] [\-t directory]
7
13
[\-o directory] [\-p name] [\-\-copyright license]
8
14
[\-\-email address] [\-\-native] [\-\-file file]
9
15
[\-\-library] [\-\-single] [\-\-indep] [\-\-multi] [\-\-kmod] [\-\-kpatch] 
10
 
[\-\-addmissing]
 
16
[\-\-addmissing] [\-\-yes]
11
17
[\-\-templates directory] [\-\-defaultless] [\-\-overlay directory]
12
18
[\-\-packagename name] 
13
19
[\-\-rulesformat format]
26
32
the package name.
27
33
.br
28
34
.SS PACKAGE CLASSES
 
35
Classes can be set with the single direct options (such as \-\-s for single)
 
36
or with the -C,--packageclass option (\-C=s for single).
29
37
.TP
30
38
.B Single binary (s)
31
39
The package will generate a single binary .deb package. It is the standard
105
113
.TP
106
114
.BR \-c ", " \-\-copyright\  \fIlicense\fR
107
115
Use \fIlicense\fR type in copyright file.  \fIlicense\fR can be gpl, gpl2,
108
 
gpl3, lgpl, lgpl2 lgpl3, artistic, apache, bsd or x11.
 
116
gpl3, lgpl, lgpl2 lgpl3, artistic, apache, bsd or mit.
109
117
If this field is not specified the copyright file has a space to
110
118
fill in which sort of license is used. The field is case-insensitive so
111
119
\-c GPL works as well as \-c gpl. gpl and lgpl will give you version 3
175
183
.TP
176
184
.BR \-v ", " \-\-version
177
185
Show the program name and version, and exit successfully.
 
186
.TP
 
187
.BR \-y ", " \-\-yes
 
188
Automatic yes to prompts and run non-interactively.  The package class
 
189
needs to be set for \fBdh\_make\fR to run fully automatically.
178
190
.SH ENVIRONMENT
179
191
The following environment settings are used by \fBdh\_make\fR:
180
192
.TP