Source: libonig
Version: 6.9.6-1
Severity: important
Tags: patch

Dear Maintainer,

 Bug#958467 strike back again, it's because the change in upstream. See 
README.md.

> Version 6.9.6
> -------------
> * When using configure script, if you have the POSIX API enabled in an earlier
> version (disabled by default in 6.9.5) and you need application binary 
> compatibility
> with the POSIX API, specify "--enable-binary-compatible-posix-api=yes" 
> instead of
> "--enable-posix-api=yes". Starting in 6.9.6, "--enable-posix-api=yes" only 
> supports
> source-level compatibility for 6.9.5 and earlier about POSIX API. (Issue #210)

 Just replace its option solves problem.



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-3-amd64 (SMP w/8 CPU threads)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru libonig-6.9.6/debian/changelog libonig-6.9.6/debian/changelog
--- libonig-6.9.6/debian/changelog      2020-11-08 21:08:04.000000000 +0900
+++ libonig-6.9.6/debian/changelog      2021-02-24 02:25:03.000000000 +0900
@@ -1,3 +1,12 @@
+libonig (6.9.6-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules
+    - As upstream change, set "--enable-binary-compatible-posix-api=yes",
+      instead of "--enable-posix-api"
+
+ -- Hideki Yamane <henr...@debian.org>  Wed, 24 Feb 2021 02:25:03 +0900
+
 libonig (6.9.6-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru libonig-6.9.6/debian/rules libonig-6.9.6/debian/rules
--- libonig-6.9.6/debian/rules  2020-11-08 19:46:09.000000000 +0900
+++ libonig-6.9.6/debian/rules  2021-02-24 02:24:56.000000000 +0900
@@ -17,7 +17,7 @@
        dh $@
 
 override_dh_auto_configure:
-       dh_auto_configure -- --enable-posix-api
+       dh_auto_configure -- --enable-binary-compatible-posix-api=yes
 
 override_dh_install:
        $(RM) debian/tmp/usr/bin/onig-config

Reply via email to