summaryrefslogtreecommitdiff
path: root/dh_gencontrol
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2015-05-20 21:24:12 +0200
committerNiels Thykier <niels@thykier.net>2015-05-20 21:24:12 +0200
commit4f3d84e3b2c1b7a56c411c4951252dea2fa5d426 (patch)
tree5405de0c6d79cc2773d71a160736b9c3b4e2eb8e /dh_gencontrol
parente8c0c44d703b501483b3f2cbfefcb71d490d7608 (diff)
downloaddebhelper-4f3d84e3b2c1b7a56c411c4951252dea2fa5d426.tar.gz
Update documentation of dh_builddeb and dh_gencontrol
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_gencontrol')
-rwxr-xr-xdh_gencontrol13
1 files changed, 10 insertions, 3 deletions
diff --git a/dh_gencontrol b/dh_gencontrol
index 702f5473..01e897f2 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -19,9 +19,16 @@ B<dh_gencontrol> is a debhelper program that is responsible for generating
control files, and installing them into the I<DEBIAN> directory with the
proper permissions.
-This program is merely a wrapper around L<dpkg-gencontrol(1)>, which calls
-it once for each package being acted on, and passes in some additional
-useful flags.
+This program is merely a wrapper around L<dpkg-gencontrol(1)>, which
+calls it once for each package being acted on (plus related ddebs),
+and passes in some additional useful flags.
+
+B<Note> that if you use B<dh_gencontrol>, you must also use
+L<dh_builddeb(1)> to build the packages. Otherwise, your build may
+fail to build as B<dh_gencontrol> (via L<dpkg-gencontrol(1)>) declares
+which packages are built. As debhelper automatically generates ddebs,
+it some times adds additional packages, which will be built by L<dh_builddeb(1)>.
+
=head1 OPTIONS