This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/DistUpgrade/DistUpgradeController.py b/DistUpgrade/DistUpgradeController.py | |
index 43d3624eb..79d4ae6b4 100644 | |
--- a/DistUpgrade/DistUpgradeController.py | |
+++ b/DistUpgrade/DistUpgradeController.py | |
@@ -2025,7 +2025,24 @@ class DistUpgradeController(object): | |
# resolve them by keeping back the obsolete packages. | |
self.cache._startAptResolverLog() | |
pr = apt.ProblemResolver(self.cache) | |
- pr.resolve_by_keep() | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/DistUpgrade/DistUpgradeController.py b/DistUpgrade/DistUpgradeController.py | |
index 43d3624eb..79d4ae6b4 100644 | |
--- a/DistUpgrade/DistUpgradeController.py | |
+++ b/DistUpgrade/DistUpgradeController.py | |
@@ -2025,7 +2025,24 @@ class DistUpgradeController(object): | |
# resolve them by keeping back the obsolete packages. | |
self.cache._startAptResolverLog() | |
pr = apt.ProblemResolver(self.cache) | |
- pr.resolve_by_keep() | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Description: Pass CFLAGS, CPPFLAGS, CXXFLAGS, LDFLAGS to external projects | |
LDFLAGS commonly are passed automatically by gb_ExternalProject_get_link_flags, | |
but gb_ExternalProject_get_build_flags can't pass CXXFLAGS/CFLAGS because it | |
does not know what language it is building, so ensure we explicitly pass that | |
everywhere. | |
Author: Julian Andres Klode <[email protected]> | |
Bug-Ubuntu: https://launchpad.net/bugs/2073128 | |
Last-Update: 2024-09-03 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# | |
# Copyright (C) 2024 Canonical Ltd | |
# | |
# Authors: | |
# Julian Andres Klode<[email protected]> | |
# | |
# SPDX-License-Identifier: GPL-3.0 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
#mv @ @old | |
if [ -e @next ]; then | |
echo "@next already exists" | |
exit 1 | |
fi | |
#btrfs sub snap @install @next |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"adduser": { | |
"errors": [], | |
"successes": [], | |
"summary": { | |
"package": "adduser", | |
"analysed": 0, | |
"failed": 0, | |
"skipped": 9 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
srcdone => allsrc | 19 +++++++++++++++++++ | |
1 file changed, 19 insertions(+) | |
diff --git srcdone allsrc | |
index 2b74fe5..35cecd9 100644 | |
--- srcdone | |
+++ allsrc | |
@@ -272,6 +272,7 @@ findutils | |
firefox | |
firmware-sof |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/lib/libreoffice/program/libstaroffice-0.0-lo.so.0 elf | |
/usr/lib/libreoffice/program/libstaroffice-0.0-lo.so.0 unit SDAParser.cxx produced-by GNU C++20 13.2.0 -mtune=generic -march=x86-64 -ggdb2 -O2 -std=c++20 -finput-charset=UTF-8 -fmessage-length=0 -fno-common -fvisibility-inlines-hidden -fvisibility=hidden -fPIC -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection | |
/usr/lib/libreoffice/program/libstaroffice-0.0-lo.so.0 unit SDCParser.cxx produced-by GNU C++20 13.2.0 -mtune=generic -march=x86-64 -ggdb2 -O2 -std=c++20 -finput-charset=UTF-8 -fmessage-length=0 -fno-common -fvisibility-inlines-hidden -fvisibility=hidden -fPIC -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -fcf-protection | |
/usr/lib/libreoffice/program/libstaroffice-0.0-lo.so.0 unit SDGParser.cxx produced-by GNU C++20 13.2.0 -mtune=generic -march=x86-64 -ggdb2 -O2 -std=c++20 -finput-charset=UTF-8 -fmessage-length=0 -fno-common -fvisibility-inlines-hidden -fvisibility=hidde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./obj-x86_64-linux-gnu/cmdline/apt-helper list-keys /usr/share/keyrings/debian-archive-keyring.gpg | |
Key:6d33866edd8ffa41c0143aeddcc9efbf77e11517 algorithm=RSA4096 safe=yes revoked=no | |
Keyring: /usr/share/keyrings/debian-archive-keyring.gpg | |
UIDs: | |
Debian Stable Release Key (10/buster) <[email protected]> | |
Key:80d15823b7fd1561f9f7bcdddc30d7c23cbbabee algorithm=RSA4096 safe=yes revoked=no | |
Keyring: /usr/share/keyrings/debian-archive-keyring.gpg | |
UIDs: | |
Debian Archive Automatic Signing Key (10/buster) <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Keyring: /usr/share/keyrings/debian-archive-bookworm-automatic.gpg | |
Public-Key-Fingerprint: b8b80b5b623eab6ad8775c45b7c5d7d6350947f8 | |
Public-Key-Algorithm: RSA4096 | |
Public-Key-Safe: yes | |
UIDs: | |
Debian Archive Automatic Signing Key (12/bookworm) <[email protected]> | |
Subkeys: | |
4cb50190207b4758a3f73a796ed0e7b82643e131 algorithm=RSA4096 safe=yes | |
Keyring: /usr/share/keyrings/debian-archive-bookworm-security-automatic.gpg |
NewerOlder