diff options
author | Guillem Jover <guillem@debian.org> | 2005-11-10 02:44:55 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2005-11-10 02:44:55 +0000 |
commit | 639b28547eef72d53c264e50fb8192a8021ee04b (patch) | |
tree | faa41f014347d93abd3de0175e4d96a862e65fce | |
parent | 1374483c7304d00c513cd4916600fa8d79562b2c (diff) |
Upgrade to debhelper compat version 5.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index c6a0d13..1bda87e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ gnumach (1:20050801-5) unstable; urgency=low Thanks to Jeroen Dekkers <jeroen@dekkers.cx>. * Now using Standards-Version 3.6.2 (no changes needed). * Wrap lines in debian/control fields (knowingly breaking policy). + * Upgrade to debhelper compat version 5. -- Guillem Jover <guillem@debian.org> Mon, 1 Aug 2005 04:43:41 +0300 diff --git a/debian/compat b/debian/compat index b8626c4..7ed6ff8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index 17465e3..f7eb558 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Marcus Brinkmann <brinkmd@debian.org>, Jeff Bailey <jbailey@raspberryginger.com>, Neal H. Walfield <neal@debian.org>, Guillem Jover <guillem@debian.org> Standards-Version: 3.6.2 -Build-Depends: debhelper (>= 4.2.0), mig, sharutils, texinfo +Build-Depends: debhelper (>= 5), mig, sharutils, texinfo Package: gnumach Section: base |