diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-06 18:21:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-06 18:21:51 -0400 |
commit | be82fb2cf2a71ae659715584524882a326777936 (patch) | |
tree | 4f8ef9128433a17063f0bb858348df46b8e6966e /dh | |
parent | 3b22d8325c0bbbe490315c372e60ef60ef5b5bd1 (diff) | |
download | debhelper-be82fb2cf2a71ae659715584524882a326777936.tar.gz |
add autotools_dev example
Diffstat (limited to 'dh')
-rwxr-xr-x | dh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -167,6 +167,15 @@ default. This is how to use dh_pycentral instead. %: dh $@ --with python-central +If your package uses autotools and you want to freshen config.sub and +config.guess with newer versions from the autotools-dev package +at build time, you can use some commands provided in autotools-dev +that automate it, like this. + + #!/usr/bin/make -f + %: + dh $@ --with autotools_dev + Here is how to force use of perl's Module::Build build system, which can be necessary if debhelper wrongly detects that the package uses MakeMaker. |