diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-15 14:36:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-15 14:36:48 -0400 |
commit | 53792690d7e3e4131013bd1fdc0983bc42995685 (patch) | |
tree | 6989a04945148d89d045b3b37bd1c1ddd535a982 /debhelper.pod | |
parent | 4a692f55a0e9d9c579281f1c2002036436b2b367 (diff) |
update
Diffstat (limited to 'debhelper.pod')
-rw-r--r-- | debhelper.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debhelper.pod b/debhelper.pod index ef1510e..2a8f5de 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -627,9 +627,9 @@ Once your package uses debhelper to build, be sure to add debhelper to your Build-Depends line in F<debian/control>. You should build-depend on a version of debhelper equal to (or greater than) the debhelper compatibility level your package uses. So if your package used -compatibility level 7: +compatibility level 9: - Build-Depends: debhelper (>= 7) + Build-Depends: debhelper (>= 9) =head1 ENVIRONMENT |