Manual merge of version 0.6.13-1+rpi1 and 0.6.16-0.2 to produce 0.6.16-0.2+rpi1 bookworm-staging archive/raspbian/0.6.16-0.2+rpi1 raspbian/0.6.16-0.2+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 27 Jul 2023 23:04:24 +0000 (23:04 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 27 Jul 2023 23:04:24 +0000 (23:04 +0000)
1  2 
debian/changelog
debian/rules

index e5ffe10ff00aea2d8851b9352ad4636cd5af4609,4273a1e4bc74df0797a21f14d41d584dc7575ea4..91f4746a05969ca67a4dc15e16e1becfad322807
@@@ -1,8 -1,28 +1,35 @@@
- restinio (0.6.13-1+rpi1) bullseye-staging; urgency=medium
++restinio (0.6.16-0.2+rpi1) bookworm-staging; urgency=medium
 +
++  [changes brought forward from 0.6.13-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 09 Jan 2021 13:39:15 +0000]
 +  * Link with libatomic on armhf too for Raspbian.
 +
-  -- Peter Michael Green <plugwash@raspbian.org>  Sat, 09 Jan 2021 13:39:15 +0000
++ -- Peter Michael Green <plugwash@debian.org>  Thu, 27 Jul 2023 23:03:52 +0000
++
+ restinio (0.6.16-0.2) unstable; urgency=medium
+   * Non-maintainer upload.
+   * Drop Build-Depends: libpcre++-dev. (Closes: #1020932)
+   * Replace default CI config with central one.
+   [ Bo YU ]
+   * Fix FTBFS on riscv64. (Closes: #1019723)
+   [ Debian Janitor ]
+   * Bump debhelper from old 12 to 13.
+   * Set upstream metadata fields: Bug-Database, Bug-Submit.
+   * Update standards version to 4.5.1, no changes needed.
+  -- Bastian Germann <bage@debian.org>  Thu, 29 Sep 2022 15:20:35 +0200
+ restinio (0.6.16-0.1) unstable; urgency=low
+   * Non-maintainer upload.
+   * New upstream release.
+     - Fixes FTBFS with fmtlib 9. (Closes: #1014546)
+     - catch2 updated to compile with glibc 2.34. (Closes: #1017149)
+     - Drop 0001-INTERFACE-fmt-fmt.patch applied upstream.
+  -- Adrian Bunk <bunk@debian.org>  Mon, 29 Aug 2022 01:53:03 +0300
  
  restinio (0.6.13-1) unstable; urgency=medium
  
diff --cc debian/rules
index fb834e428cb0d0fafba20427dc95b0841814fb54,7607200aa779f20dc29cf6b8b6585c686efe6157..08575752e6e9722cedafd51d4bb244dcbf574f0e
@@@ -14,7 -14,7 +14,7 @@@ export DEB_BUILD_MAINT_OPTIONS = harden
  
  DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
  
- ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf m68k mipsel powerpc sh4))
 -ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mipsel powerpc riscv64 sh4))
++ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf m68k mipsel powerpc riscv64 sh4))
        export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed
  endif