summaryrefslogtreecommitdiff
path: root/prepare-release
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-01-05 20:00:40 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-02-14 19:45:12 +0100
commitee04d676f6642d1c0b385ff588844f6b8ba85e73 (patch)
tree2d6e661017dcac6d3024998d2628b4303dc06305 /prepare-release
parent2713f0fb7d2bd6efe54ccd90c422bd2262ac8b16 (diff)
Bump symbols
Diffstat (limited to 'prepare-release')
-rwxr-xr-xprepare-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare-release b/prepare-release
index c5d6ac81b..e77dfe468 100755
--- a/prepare-release
+++ b/prepare-release
@@ -11,7 +11,7 @@ VERSION=$(dpkg-parsechangelog -S 'Version')
DISTRIBUTION=$(dpkg-parsechangelog -S 'Distribution')
LIBAPTPKGVERSION="$(awk -v ORS='.' '/^#define APT_PKG_M/ {print $3}' apt-pkg/contrib/macros.h | sed 's/\.$//')"
-LIBSUFFIX="t64"
+LIBSUFFIX=""
librarysymbolsfromfile() {
local MISSING="$(grep '^+#MISSING' "$1")"