Compare commits

..

4 Commits

Author SHA1 Message Date
Rik Mills
4ebd73cbe2 d/rules: Silence GCS linker warning on arm64 to prevent FTBFS with GCC 15. 2025-08-07 18:53:09 +01:00
Rik Mills
02bdf8bce1 No-change rebuild for GCC 15. 2025-08-07 17:26:25 +01:00
Aaron Rainbolt
a25acb1c77
Another NCR for libkpmcore, fix signing key 2025-07-18 14:33:09 -05:00
Rik Mills
725c17e3e0 No-change rebuild against libkpmcore13 2025-05-02 18:51:30 +01:00
3 changed files with 743 additions and 352 deletions

26
debian/changelog vendored
View File

@ -1,3 +1,29 @@
calamares (3.3.14-0ubuntu10) questing; urgency=medium
* d/rules: Silence GCS linker warning on arm64 to prevent FTBFS with
GCC 15.
-- Rik Mills <rikmills@kde.org> Thu, 07 Aug 2025 18:41:41 +0100
calamares (3.3.14-0ubuntu9) questing; urgency=medium
* No-change rebuild for GCC 15.
-- Rik Mills <rikmills@kde.org> Thu, 07 Aug 2025 17:05:00 +0100
calamares (3.3.14-0ubuntu8) questing; urgency=medium
* Another no-change rebuild against libkpmcore. (LP: #2117165)
* Update upstream signing key.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 18 Jul 2025 14:05:54 -0500
calamares (3.3.14-0ubuntu7) questing; urgency=medium
* No-change rebuild against libkpmcore13.
-- Rik Mills <rikmills@kde.org> Fri, 02 May 2025 18:49:36 +0100
calamares (3.3.14-0ubuntu6) plucky; urgency=medium calamares (3.3.14-0ubuntu6) plucky; urgency=medium
* No-change rebuild with Python 3.13 only * No-change rebuild with Python 3.13 only

6
debian/rules vendored
View File

@ -2,6 +2,12 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,buildinfo=+path export DEB_BUILD_MAINT_OPTIONS=hardening=+all,buildinfo=+path
include /usr/share/dpkg/architecture.mk
ifeq ($(DEB_HOST_ARCH),arm64)
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,gcs-report-dynamic=none
endif
%: %:
dh $@ dh $@

File diff suppressed because it is too large Load Diff