summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-08-03 12:09:04 +0100
committerColin Watson <cjwatson@debian.org>2019-08-03 12:09:04 +0100
commitfd4d069c3bc7c3a2ace687ed7294b429af75e63a (patch)
treee7364bd1a97d1be9d16b3e431078dce652b64063
parentd0a87df1041fbbcdd5a6b1edc830557ba799db6d (diff)
Use debhelper-compat instead of debian/compat
-rw-r--r--debian/changelog3
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 79734b241..41a5f1f5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ grub2 (2.04-2) UNRELEASED; urgency=medium
* Only Build-Depend on libefiboot-dev and libefivar-dev on Linux
architectures, since they're Linux-only.
+ [ Colin Watson ]
+ * Use debhelper-compat instead of debian/compat.
+
-- Colin Watson <cjwatson@debian.org> Tue, 09 Jul 2019 15:04:41 +0100
grub2 (2.04-1) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28b8..000000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index bed7c776d..29fa3846c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
Priority: optional
Maintainer: GRUB Maintainers <pkg-grub-devel@alioth-lists.debian.net>
Uploaders: Felix Zielcke <fzielcke@z-51.de>, Jordi Mallach <jordi@debian.org>, Colin Watson <cjwatson@debian.org>, Ian Campbell <ijc@debian.org>, Steve McIntyre <93sam@debian.org>
-Build-Depends: debhelper (>= 10~),
+Build-Depends: debhelper-compat (= 10),
patchutils,
python,
flex,