diff options
-rw-r--r-- | debhelper.pod | 2 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debhelper.pod b/debhelper.pod index 15f7ec2..a896bb5 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -195,6 +195,8 @@ The following command line options are supported by all of the B<dh_auto_>I<*> debhelper programs. These programs support a variety of build systems, and normally heuristically determine which to use, and how to use them. You can use these command line options to override the default behavior. +Typically these are passed to L<dh(1)>, which then passes them to all the +B<dh_auto_>I<*> programs. =over 4 diff --git a/debian/changelog b/debian/changelog index c7fb57d..1c4f2c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ debhelper (8.9.8) UNRELEASED; urgency=low * dh: Avoid compat deprecation warning before option parsing. Closes: #641361 * Clarify description of dh_auto_* -- params. Closes: #642786 + * Mention in debhelper(7) that buildsystem options are typically passed + to dh. Closes: #643069 -- Joey Hess <joeyh@debian.org> Mon, 12 Sep 2011 13:35:52 -0400 |