This file contains hidden or 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 | |
# | |
# Invoke me as | |
set -e | |
set -u | |
set -o pipefail | |
if [ "$0" != "/analyse.sh" ]; then | |
test -e /usr/bin/docker && docker=docker |
This file contains hidden or 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 -Nru base-files-13.1ubuntu1/debian/changelog base-files-13.1ubuntu2/debian/changelog | |
--- base-files-13.1ubuntu1/debian/changelog 2024-05-01 00:20:45.000000000 +0200 | |
+++ base-files-13.1ubuntu2/debian/changelog 2024-06-10 17:30:19.000000000 +0200 | |
@@ -1,3 +1,9 @@ | |
+base-files (13.1ubuntu2) UNRELEASED; urgency=medium | |
+ | |
+ * Rename protective diversions to include a leading dot as Debian does. | |
+ | |
+ -- Julian Andres Klode <[email protected]> Mon, 10 Jun 2024 17:30:19 +0200 | |
+ |
This file contains hidden or 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 -Nru base-files-13.1ubuntu1/debian/changelog base-files-13.1ubuntu2/debian/changelog | |
--- base-files-13.1ubuntu1/debian/changelog 2024-05-01 00:20:45.000000000 +0200 | |
+++ base-files-13.1ubuntu2/debian/changelog 2024-06-10 17:30:19.000000000 +0200 | |
@@ -1,3 +1,9 @@ | |
+base-files (13.1ubuntu2) UNRELEASED; urgency=medium | |
+ | |
+ * Rename protective diversions to include a leading dot as Debian does. | |
+ | |
+ -- Julian Andres Klode <[email protected]> Mon, 10 Jun 2024 17:30:19 +0200 | |
+ |
This file contains hidden or 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 | |
# | |
# SPDX-License-Identifier: GPL-3.0 | |
import os | |
import sys | |
from elftools.elf.elffile import ELFFile |
This file contains hidden or 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 |
This file contains hidden or 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 hidden or 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 hidden or 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 has been truncated, but you can view the full file.
This file contains hidden or 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 hidden or 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 |