From 80877786d334dc63fada999ec8c203ab03bdcd12 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Wed, 7 Apr 2021 12:20:23 -0400 Subject: [PATCH] Prepare new upload. --- debian/changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9d8f618..f3d379e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +alien (8.95.4) unstable; urgency=high + + * QA upload. + * Alien/Package/Deb.pm: Fix incorrect debian/rules template by + properly escaping special characters (dh \$\@ instead of dh $@). + Closes: #983492. + * Alien/Package/Deb.pm: Fix incorrect file installation path. + This fixes the bug in manual override_dh_auto_install that files + are placed under / instead of /usr/ (default prefix). + Closes: #985835. + * Alien/Package/Rpm.pm: Also map aarch64 in rpm to arm64 in deb. + This fixes conversion of aarch64 rpm packages. + Closes: #985808. + + -- Boyuan Yang Wed, 07 Apr 2021 12:15:06 -0400 + alien (8.95.3) unstable; urgency=medium * QA upload.