aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-05-08 21:23:06 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2012-06-02 00:21:25 +0100
commitd82f8796592524c8bdaea41f95b12d6e143fed64 (patch)
treee430ee4f5e5a07701f7bb1cb974863d4c83933e6
parent212caa149ed4deb62bce8a5cd4a935a02791d997 (diff)
downloadfiglet-d82f8796592524c8bdaea41f95b12d6e143fed64.tar.gz
Bump Debhelper to v9
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat1
-rw-r--r--debian/control4
3 files changed, 4 insertions, 2 deletions
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 <jmccrohan@gmail.com> 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 <claviola@debian.org>
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)