From d82f8796592524c8bdaea41f95b12d6e143fed64 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Tue, 8 May 2012 21:23:06 +0100 Subject: Bump Debhelper to v9 --- debian/changelog | 1 + debian/compat | 1 + debian/control | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 1c3699e..fdb8187 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ figlet (2.2.5-1) UNRELEASED; urgency=low - Drop 2.2.2-1 patches, applied upstream * Improve packaging - Update S-V to 3.9.3 + - Bump Debhelper to v9 - Switch to dpkg-source 3.0 (quilt) format -- Jonathan McCrohan Tue, 08 May 2012 21:13:27 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control index f558bc9..0d4759a 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Maintainer: Carlos Laviola Section: text Priority: optional Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 4.0.0) +Build-Depends: debhelper (>= 9) Package: figlet Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: figfonts Suggests: figfonts, figfonts-cjk Conflicts: figfonts (<= 2.2-3), figfonts-cjk (<= 2.2-3) -- cgit v1.2.3