summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-10-25 11:25:36 +0100
committerSimon McVittie <smcv@debian.org>2021-10-25 11:25:40 +0100
commitb1cb3fb9e35f3e96a56bdf8259cb9325d99b4ce3 (patch)
tree6347a4b8c25729730361f600d0155f654aafd41b
parentc7fcd22f6aa449d20bf27f7eb68d7cfa546b2b4e (diff)
d/rules: Remove internal_pcre build option, which no longer existsdebian/2.70.0-3
Meson 0.60.0 no longer tolerates this.
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules5
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 77dedf2b9..b26d35994 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+glib2.0 (2.70.0-3) unstable; urgency=medium
+
+ * d/rules: Remove internal_pcre build option, which no longer exists.
+ Meson 0.60.0 no longer tolerates this.
+
+ -- Simon McVittie <smcv@debian.org> Mon, 25 Oct 2021 11:25:31 +0100
+
glib2.0 (2.70.0-2) unstable; urgency=medium
* d/patches: Update to upstream glib-2-70 branch commit
diff --git a/debian/rules b/debian/rules
index da3444724..376bf4f41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -216,11 +216,6 @@ else
use_fam := false
endif
-# configure flags
-DEB_CONFIGURE_EXTRA_FLAGS := \
- -Dinternal_pcre=false \
- $(NULL)
-
DEB_CONFIGURE_FLAGS_deb := \
--default-library both \
-Dfam=$(use_fam) \