summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-07-19 16:10:37 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-07-19 16:10:37 +0200
commitece8dccbea1f6165ed1ebd7bf27be28b714d9466 (patch)
tree1abc73089fb67efb28e9465676106a56546196d7
parent9ba6d6f32c676cc942bc2b0db1d4506dd0610b61 (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 3b5427f..11c79eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+silx (0.11.0+dfsg-2) UNRELEASED; urgency=medium
+
+ * Use debhelper-compat instead of debian/compat.
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Fri, 19 Jul 2019 16:10:37 +0200
+
silx (0.11.0+dfsg-1) unstable; urgency=medium
[ Alexandre Marie ]
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 0d43d0b..6c8b62e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: cython (>= 0.23.2),
cython-dbg (>= 0.23.2),
cython3 (>= 0.23.2),
cython3-dbg (>= 0.23.2),
- debhelper (>= 10),
+ debhelper-compat (= 10),
dh-python,
help2man,
ipython,