diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-03-29 00:08:31 +0000 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-03-29 00:08:31 +0000 |
commit | 48f8b1e37ee9d32aed2d3a7ff0c191ddf6e6bd4b (patch) | |
tree | 89d2a61ff071b84c66bd3804ad5b9da796ae28c9 /debian | |
parent | Merge branch 'upstream' into debian/sid (diff) |
set debhelper compat >= 6, 6 is in lenny
Diffstat (limited to 'debian')
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat index 7ed6ff82..1e8b3149 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +6 diff --git a/debian/control b/debian/control index 634ab071..e03e8ba7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: text Priority: optional Maintainer: Ralph Amissah <ralph@amissah.com> XS-Dm-Upload-Allowed: yes -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 6) Standards-Version: 3.7.3 Package: sisu |