yes.
这个选项的确是让dh-make来选择合适的模板。
而对软件包的本质没有影响。
可以参考我今天在 devel 上的提问:
https://lists.debian.org/debian-devel/2015/03/msg00002.html
可以从软件包 dh-make 的文件列表中看出明显的模板库:
$ dpkg -L dh-make
/usr/share/debhelper/dh_make/debiank
/usr/share/debhelper/dh_make/debiank/package-modules-_KVERS_.postinst.modules.in.ex
/usr/share/debhelper/dh_make/debiank/README.Debian
/usr/share/debhelper/dh_make/debiank/rules.old
/usr/share/debhelper/dh_make/debiank/control
/usr/share/debhelper/dh_make/debiank/rules.dh7
/usr/share/debhelper/dh_make/debiank/
control.modules.in
/usr/share/debhelper/dh_make/debians
/usr/share/debhelper/dh_make/debians/rules.cdbs
/usr/share/debhelper/dh_make/debians/watch.ex
/usr/share/debhelper/dh_make/debians/rules.old
/usr/share/debhelper/dh_make/debians/control
/usr/share/debhelper/dh_make/debians/rules.dh7
/usr/share/debhelper/dh_make/debianm
/usr/share/debhelper/dh_make/debianm/watch.ex
/usr/share/debhelper/dh_make/debianm/rules.old
/usr/share/debhelper/dh_make/debianm/control
/usr/share/debhelper/dh_make/debianm/package-doc.install
/usr/share/debhelper/dh_make/debianm/rules.dh7
/usr/share/debhelper/dh_make/debianm/package-doc.docs
/usr/share/debhelper/dh_make/debiann
/usr/share/debhelper/dh_make/debiann/README.Debian
/usr/share/debhelper/dh_make/debiann/kpatches
/usr/share/debhelper/dh_make/debiann/rules.old
/usr/share/debhelper/dh_make/debiann/control
/usr/share/debhelper/dh_make/debiann/rules.dh7
/usr/share/debhelper/dh_make/debiani
/usr/share/debhelper/dh_make/debiani/watch.ex
/usr/share/debhelper/dh_make/debiani/rules.old
/usr/share/debhelper/dh_make/debiani/control
/usr/share/debhelper/dh_make/debiani/rules.dh7
/usr/share/debhelper/dh_make/emacs
/usr/share/debhelper/dh_make/emacs/emacsen-remove.ex
/usr/share/debhelper/dh_make/emacs/emacsen-startup.ex
/usr/share/debhelper/dh_make/emacs/emacsen-install.ex
/usr/share/debhelper/dh_make/licenses
/usr/share/debhelper/dh_make/licenses/apache
/usr/share/debhelper/dh_make/licenses/mit
/usr/share/debhelper/dh_make/licenses/gpl3
/usr/share/debhelper/dh_make/licenses/lgpl3
/usr/share/debhelper/dh_make/licenses/lgpl2
/usr/share/debhelper/dh_make/licenses/bsd
/usr/share/debhelper/dh_make/licenses/blank
/usr/share/debhelper/dh_make/licenses/gpl2
/usr/share/debhelper/dh_make/licenses/artistic
/usr/share/debhelper/dh_make/debianl
/usr/share/debhelper/dh_make/debianl/package-dev.dirs
/usr/share/debhelper/dh_make/debianl/watch.ex
/usr/share/debhelper/dh_make/debianl/shlibs.local.ex
/usr/share/debhelper/dh_make/debianl/package1.install
/usr/share/debhelper/dh_make/debianl/rules.old
/usr/share/debhelper/dh_make/debianl/package1.dirs
/usr/share/debhelper/dh_make/debianl/control
/usr/share/debhelper/dh_make/debianl/package-dev.install
/usr/share/debhelper/dh_make/debianl/rules.dh7
On 01/03/15 03:49, Zhang Cheng wrote:
> 也就是说这个选项仅仅影响dh_make的行为(生成debian/control文件时选用的
> 模板不同),对于 包的本质没有影响。