summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirate Praveen <praveen@debian.org>2020-02-06 11:16:17 +0000
committerPirate Praveen <praveen@debian.org>2020-02-06 11:16:17 +0000
commit1ab7083ee6ffe72615c164101d5438e5023e7190 (patch)
tree0f6afa988f00da2a8e8ebf8d8aad300ebcd04d92
parent2bd9538445325db604e76eb60b4949c04c829780 (diff)
Drop compat file, rely on debhelper-compat and bump compat level to 12
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 8953bdd..4eb58e8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
gem2deb,
rake,
ruby-ethon (>= 0.9.0~),