diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-05 20:00:40 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-14 19:45:12 +0100 |
| commit | ee04d676f6642d1c0b385ff588844f6b8ba85e73 (patch) | |
| tree | 2d6e661017dcac6d3024998d2628b4303dc06305 /prepare-release | |
| parent | 2713f0fb7d2bd6efe54ccd90c422bd2262ac8b16 (diff) | |
Bump symbols
Diffstat (limited to 'prepare-release')
| -rwxr-xr-x | prepare-release | 2 |
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")" |
