[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#985192: unblock: libonig/6.9.6-1.1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package libonig

[ Reason ]
Current testing version 6.9.6-1 is not compatible with previous version
6.9.5-2.

[ Impact ]
If current testing version 6.9.6-1 would be shipped, it breaks
some applications (e.g. sylfilter, etc).

[ Tests ]
Just manually checked for 6.9.6-1.1 works with sylfilter.

[ Risks ]
Changes are very minimal and easily reverted.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing


unblock libonig/6.9.6-1.1
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) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * debian/rules
+    - As upstream change, set "--enable-binary-compatible-posix-api=yes",
+      instead of "--enable-posix-api" (Closes: #983406)
+
+ -- Hideki Yamane <henrich@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 to: