summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-07-19 16:12:58 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-07-19 16:12:58 +0200
commit2d4291db6b3b8147b4fad108a358b16b53508f9a (patch)
treea287f6b83e337ac9ada48b2947a512553018c7c2
parent94d6858c3c1c7474d49c2a6b89eb57a89da85a66 (diff)
Use debhelper-compat instead of debian/compat
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7d5f366..fb8576f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ufo-core (0.15.1-2) UNRELEASED; urgency=medium
+
+ * Use debhelper-compat instead of debian/compat.
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Fri, 19 Jul 2019 16:12:57 +0200
+
ufo-core (0.15.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 9ec73c6..36a6a33 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
Build-Depends: asciidoc,
bash-completion,
cmake,
- debhelper (>= 10),
+ debhelper-compat (= 10),
dh-python,
gobject-introspection,
gtk-doc-tools,