summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-16 10:59:23 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-16 10:59:23 +0200
commit4d33913d0d9327cbc7a5cd4b9aeeb1f62b372133 (patch)
tree7b914eb220333d3b23c85bc339f64223257cbfe2 /debian/changelog
parent0d9b56ff5bbc3b263bb24d60a5d53e09e2785532 (diff)
Switch to meson
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog11
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 65d2d04..f33a0b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,16 @@
-simple-scan (3.24.0-1) UNRELEASED; urgency=medium
+simple-scan (3.25.1-1) UNRELEASED; urgency=medium
* New upstream release:
- Updated translations.
- * Refresh debian/patches/0005-zlib.patch.
* New README.source to explain the branching model used.
+ * Switch buildsystem to meson:
+ + debian/control:
+ - Add meson to Build-Depends.
+ - Remove dh-autoreconf from Build-Depends.
+ + debian/rules:
+ - Remove the --with=autoreconf parameter.
+ - Remove override_dh_autoreconf section.
+ + Remove useless debian/patches/0005-zlib.patch.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 03 Jan 2017 04:33:58 +0100