penguins-eggs 8.17.4 → 9.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +235 -155
- package/addons/README.md +78 -84
- package/addons/{pve → blissos}/theme/applications/install-debian.desktop +0 -0
- package/addons/{pve → blissos}/theme/artwork/install-debian.png +0 -0
- package/addons/blissos/theme/calamares/branding/blissos-logo.png +0 -0
- package/addons/{pve → blissos}/theme/calamares/branding/branding.desc +0 -0
- package/addons/blissos/theme/calamares/branding/languages.png +0 -0
- package/addons/blissos/theme/calamares/branding/show.qml +75 -0
- package/addons/blissos/theme/calamares/branding/slide1.png +0 -0
- package/addons/blissos/theme/calamares/branding/slide2.png +0 -0
- package/addons/blissos/theme/calamares/branding/slide3.png +0 -0
- package/addons/blissos/theme/calamares/branding/welcome.png +0 -0
- package/addons/{pve → blissos}/theme/calamares/modules/partition.yml +2 -2
- package/addons/blissos/theme/livecd/README.md +23 -0
- package/addons/blissos/theme/livecd/grub.template.cfg +34 -0
- package/addons/blissos/theme/livecd/grub.theme.cfg +46 -0
- package/addons/blissos/theme/livecd/isolinux.template.cfg +29 -0
- package/addons/blissos/theme/livecd/isolinux.theme.cfg +45 -0
- package/addons/blissos/theme/livecd/splash.png +0 -0
- package/addons/debian/theme/README.md +23 -0
- package/addons/debian/theme/{branding → calamares/branding}/branding.desc +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/debian-logo.png +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/show.qml +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/slide1.png +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/welcome.png +0 -0
- package/addons/debian/theme/calamares/modules/partition.yml +233 -0
- package/addons/debian/theme/livecd/README.md +23 -0
- package/addons/debian/theme/livecd/grub.template.cfg +34 -0
- package/addons/{pve/theme/livecd/theme.cfg → debian/theme/livecd/grub.theme.cfg} +4 -0
- package/addons/debian/theme/livecd/isolinux.template.cfg +30 -0
- package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/debian/theme/livecd/isolinux.theme.cfg} +4 -0
- package/addons/debian/theme/livecd/splash.png +0 -0
- package/addons/deblinux/theme/README.md +19 -12
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
- package/addons/eggs/theme/livecd/README.md +21 -6
- package/addons/eggs/theme/livecd/grub.template.cfg +11 -37
- package/addons/eggs/theme/livecd/{theme.cfg → grub.theme.cfg} +5 -1
- package/addons/eggs/theme/livecd/isolinux.template.cfg +29 -0
- package/addons/eggs/theme/livecd/isolinux.theme.cfg +46 -0
- package/addons/eggs/theme/livecd/splash.png +0 -0
- package/addons/guadalinex/theme/livecd/README.md +23 -0
- package/addons/guadalinex/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +12 -3
- package/addons/guadalinex/theme/livecd/{theme.cfg → isolinux.theme.cfg} +0 -0
- package/addons/neon/theme/livecd/README.md +23 -0
- package/addons/neon/theme/livecd/grub.template.cfg +34 -0
- package/addons/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +5 -1
- package/addons/neon/theme/livecd/isolinux.template.cfg +29 -0
- package/addons/neon/theme/livecd/isolinux.theme.cfg +46 -0
- package/addons/neon/theme/livecd/splash.pcx +0 -0
- package/addons/neon/theme/livecd/splash.png +0 -0
- package/addons/openos/theme/livecd/README.md +23 -0
- package/addons/openos/theme/livecd/{theme.cfg → grub.theme.cfg} +0 -0
- package/addons/openos/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +11 -3
- package/addons/openos/theme/livecd/isolinux.theme.cfg +45 -0
- package/addons/ufficiozero/theme/applications/install-debian.desktop +17 -2
- package/bin/dev +17 -0
- package/bin/dev.cmd +3 -0
- package/bin/run +2 -4
- package/conf/distros/bionic/calamares/settings.yml +5 -5
- package/conf/distros/bookworm/README.md +9 -0
- package/conf/distros/bullseye/README.md +6 -8
- package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +6 -0
- package/conf/distros/buster/calamares/settings.yml +14 -3
- package/conf/distros/chimaera/README.md +3 -0
- package/conf/distros/daedalus/README.md +3 -0
- package/conf/distros/focal/calamares/settings.yml +2 -2
- package/conf/distros/jammy/README.md +9 -0
- package/conf/distros/rolling/README.md +3 -0
- package/conf/distros/rolling/calamares/calamares-modules/remove-link/module.yml +9 -0
- package/conf/distros/rolling/calamares/calamares-modules/remove-link/remove-link.sh +3 -0
- package/conf/distros/rolling/calamares/modules/displaymanager.yml +22 -0
- package/conf/distros/rolling/calamares/modules/finished.yml +6 -0
- package/conf/distros/rolling/calamares/modules/fstab.yml +13 -0
- package/conf/distros/rolling/calamares/modules/locale.yml +97 -0
- package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +6 -0
- package/conf/distros/rolling/calamares/modules/mount.yml +38 -0
- package/conf/distros/rolling/calamares/modules/packages.yml +8 -0
- package/conf/distros/rolling/calamares/modules/removeuser.yml +15 -0
- package/conf/distros/rolling/calamares/modules/unpackfs.yml +7 -0
- package/conf/distros/rolling/calamares/modules/users.yml +20 -0
- package/conf/distros/rolling/calamares/modules/welcome.yml +19 -0
- package/conf/distros/{bullseye → rolling}/calamares/settings.yml +17 -12
- package/conf/distros/thirtyfive/README.md +3 -0
- package/conf/distros/tumbleweed/README.md +3 -0
- package/conf/eggs.yaml +1 -1
- package/conf/exclude.list +2 -4
- package/conf/tools.yaml +1 -1
- package/lib/classes/basket.js +24 -28
- package/lib/classes/bleach.js +17 -17
- package/lib/classes/compressors.js +15 -14
- package/lib/classes/daddy.js +38 -31
- package/lib/classes/distro.d.ts +3 -2
- package/lib/classes/distro.js +288 -179
- package/lib/classes/family/archlinux.d.ts +69 -0
- package/lib/classes/family/archlinux.js +181 -0
- package/lib/classes/family/debian.d.ts +64 -0
- package/lib/classes/family/debian.js +227 -0
- package/lib/classes/family/fedora.d.ts +63 -0
- package/lib/classes/family/fedora.js +169 -0
- package/lib/classes/family/suse.d.ts +63 -0
- package/lib/classes/family/suse.js +169 -0
- package/lib/classes/i18n.js +16 -16
- package/lib/classes/incubation/branding.js +5 -4
- package/lib/classes/incubation/distros/bionic.js +1 -2
- package/lib/classes/incubation/distros/buster.js +2 -2
- package/lib/classes/incubation/distros/focal.js +3 -2
- package/lib/classes/incubation/distros/jessie.js +1 -25
- package/lib/classes/incubation/distros/{bullseye.d.ts → rolling.d.ts} +3 -3
- package/lib/classes/incubation/distros/{bullseye.js → rolling.js} +15 -16
- package/lib/classes/incubation/fisherman-helper/displaymanager.js +2 -7
- package/lib/classes/incubation/fisherman-helper/packages.js +31 -32
- package/lib/classes/incubation/fisherman.d.ts +17 -17
- package/lib/classes/incubation/fisherman.js +84 -71
- package/lib/classes/incubation/incubator.js +116 -78
- package/lib/classes/incubation/installer.d.ts +2 -2
- package/lib/classes/incubation/installer.js +6 -20
- package/lib/classes/initrd.d.ts +1 -1
- package/lib/classes/initrd.js +37 -30
- package/lib/classes/krill_install.js +135 -132
- package/lib/classes/krill_prepare.js +51 -51
- package/lib/classes/n8.js +6 -11
- package/lib/classes/ovary.d.ts +29 -11
- package/lib/classes/ovary.js +711 -605
- package/lib/classes/pacman.d.ts +53 -58
- package/lib/classes/pacman.js +512 -431
- package/lib/classes/pve-live.js +6 -6
- package/lib/classes/settings.js +46 -55
- package/lib/classes/systemctl.d.ts +6 -6
- package/lib/classes/systemctl.js +7 -7
- package/lib/classes/tools.d.ts +1 -1
- package/lib/classes/tools.js +10 -10
- package/lib/classes/utils.d.ts +9 -12
- package/lib/classes/utils.js +127 -106
- package/lib/classes/xdg.js +94 -90
- package/lib/classes/yolk.js +36 -29
- package/lib/commands/adapt.d.ts +3 -3
- package/lib/commands/adapt.js +12 -12
- package/lib/commands/bro.d.ts +14 -0
- package/lib/commands/bro.js +31 -0
- package/lib/commands/calamares.d.ts +7 -7
- package/lib/commands/calamares.js +21 -46
- package/lib/commands/config.d.ts +5 -5
- package/lib/commands/config.js +68 -75
- package/lib/commands/dad.d.ts +5 -5
- package/lib/commands/dad.js +11 -11
- package/lib/commands/export/deb.d.ts +8 -8
- package/lib/commands/export/deb.js +16 -16
- package/lib/commands/export/docs.d.ts +2 -2
- package/lib/commands/export/docs.js +9 -9
- package/lib/commands/export/iso.d.ts +4 -4
- package/lib/commands/export/iso.js +12 -17
- package/lib/commands/info.d.ts +9 -3
- package/lib/commands/info.js +14 -164
- package/lib/commands/install.d.ts +4 -4
- package/lib/commands/install.js +19 -14
- package/lib/commands/kill.d.ts +3 -3
- package/lib/commands/kill.js +11 -13
- package/lib/commands/mom.d.ts +2 -2
- package/lib/commands/mom.js +8 -8
- package/lib/commands/produce.d.ts +14 -14
- package/lib/commands/produce.js +42 -45
- package/lib/commands/remove.d.ts +5 -5
- package/lib/commands/remove.js +46 -57
- package/lib/commands/tools/clean.d.ts +3 -3
- package/lib/commands/tools/clean.js +10 -12
- package/lib/commands/tools/locales.d.ts +4 -4
- package/lib/commands/tools/locales.js +8 -8
- package/lib/commands/tools/skel.d.ts +4 -4
- package/lib/commands/tools/skel.js +10 -15
- package/lib/commands/tools/stat.d.ts +7 -4
- package/lib/commands/tools/stat.js +20 -13
- package/lib/commands/tools/yolk.d.ts +3 -3
- package/lib/commands/tools/yolk.js +12 -12
- package/lib/commands/update.d.ts +5 -10
- package/lib/commands/update.js +56 -72
- package/lib/components/elements/information.d.ts +4 -0
- package/lib/components/elements/information.js +166 -0
- package/lib/components/elements/steps.js +1 -1
- package/lib/components/elements/title.js +7 -10
- package/lib/components/finished.js +5 -5
- package/lib/components/install.js +5 -5
- package/lib/components/keyboard.js +5 -5
- package/lib/components/location.js +5 -5
- package/lib/components/network.js +5 -5
- package/lib/components/partitions.js +5 -5
- package/lib/components/summary.js +5 -5
- package/lib/components/users.js +6 -6
- package/lib/components/welcome.js +6 -6
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -2
- package/lib/interfaces/i-distro.d.ts +3 -2
- package/lib/interfaces/i-settings.d.ts +2 -2
- package/lib/lib/cli-autologin.d.ts +19 -2
- package/lib/lib/cli-autologin.js +114 -39
- package/lib/lib/dependencies.d.ts +9 -6
- package/lib/lib/dependencies.js +22 -13
- package/lib/lib/get_address.js +2 -2
- package/lib/lib/get_dns.js +2 -2
- package/lib/lib/get_domain.js +2 -2
- package/lib/lib/get_gateway.js +2 -2
- package/lib/lib/get_hostname.js +2 -2
- package/lib/lib/get_netmask.js +2 -2
- package/lib/lib/get_password.js +2 -2
- package/lib/lib/get_root_password.js +2 -2
- package/lib/lib/get_userfullname.js +2 -2
- package/lib/lib/get_username.js +2 -2
- package/lib/lib/select_address_type.js +2 -5
- package/lib/lib/select_filesystem_type.js +5 -14
- package/lib/lib/select_installation_device.js +3 -3
- package/lib/lib/select_interface.js +1 -1
- package/lib/lib/select_keyboard_layout.js +2 -10
- package/lib/lib/select_languages.js +2 -2
- package/lib/lib/select_regions.js +1 -12
- package/lib/lib/select_user_swap_choice.js +4 -4
- package/lib/lib/select_zones.js +483 -62
- package/oclif.manifest.json +1 -1
- package/package.json +115 -107
- package/scripts/bros/waydroid-helper.sh +92 -0
- package/scripts/eggs.bash +65 -35
- package/scripts/not-used/eggs-cleanup.sh +7 -0
- package/scripts/{install-eggs-ppa.sh → not-used/install-eggs-ppa.sh} +0 -0
- package/scripts/{mkinitramfs → not-used/mkinitramfs} +0 -0
- package/scripts/{pve-live.sh → not-used/pve-live.sh} +0 -0
- package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
- package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
- package/addons/pve/theme/calamares/branding/pve-logo.png +0 -0
- package/addons/pve/theme/calamares/branding/show.qml +0 -227
- package/addons/pve/theme/calamares/branding/slide1.png +0 -0
- package/addons/pve/theme/calamares/branding/slide2.png +0 -0
- package/addons/pve/theme/calamares/branding/slide3.png +0 -0
- package/addons/pve/theme/calamares/branding/slide4.png +0 -0
- package/addons/pve/theme/calamares/branding/slide5.png +0 -0
- package/addons/pve/theme/calamares/branding/slide6.png +0 -0
- package/addons/pve/theme/calamares/branding/slide7.png +0 -0
- package/addons/pve/theme/calamares/branding/slide8.png +0 -0
- package/addons/pve/theme/calamares/branding/slide9.png +0 -0
- package/addons/pve/theme/calamares/branding/welcome.png +0 -0
- package/addons/pve/theme/livecd/README.md +0 -8
- package/addons/pve/theme/livecd/grub.template.cfg +0 -60
- package/addons/pve/theme/livecd/menu.template.cfg +0 -54
- package/addons/pve/theme/livecd/splash.png +0 -0
- package/addons/ufficiozero/theme/artwork/install-debian.png +0 -0
- package/addons/ufficiozero/theme/livecd/README.md +0 -8
- package/addons/ufficiozero/theme/livecd/grub.template.cfg +0 -60
- package/addons/ufficiozero/theme/livecd/menu.template.cfg +0 -54
- package/changelog.md +0 -154
- package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -28
- package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/module.yml +0 -8
- package/conf/distros/buster/grub/grub.template.cfg +0 -58
- package/conf/distros/buster/grub/loopback.cfg +0 -1
- package/conf/distros/buster/grub/theme.cfg +0 -42
- package/conf/distros/buster/isolinux/isolinux.template.cfg +0 -8
- package/conf/distros/buster/isolinux/menu.template.cfg +0 -56
- package/conf/distros/focal/grub/grub.template.cfg +0 -67
- package/conf/distros/focal/isolinux/menu.template.cfg +0 -54
- package/lib/classes/incubation/distros/beowulf.d.ts +0 -30
- package/lib/classes/incubation/distros/beowulf.js +0 -69
- package/lib/classes/krill_install_compare.d.ts +0 -200
- package/lib/classes/krill_install_compare.js +0 -1110
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/scripts/python-minimal-deb/anti-python-minimal +0 -7
- package/scripts/python-minimal-deb/python-minimal_99_all.deb +0 -0
- package/scripts/python-minimal-deb/python-minimal_99_amd64.buildinfo +0 -168
- package/scripts/python-minimal-deb/python-minimal_99_amd64.changes +0 -25
|
Binary file
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
Package: python-minimal
|
|
2
|
-
Version: 99:99
|
|
3
|
-
Maintainer: Piero Proietti <piero.proietti@gmail.com>
|
|
4
|
-
Architecture: all
|
|
5
|
-
Description: dummy python-minimal package
|
|
6
|
-
A dummy package with a version number so high that the real python-minimal packages
|
|
7
|
-
will never reach it.
|
|
Binary file
|
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
Format: 1.0
|
|
2
|
-
Source: python-minimal
|
|
3
|
-
Binary: python-minimal
|
|
4
|
-
Architecture: all
|
|
5
|
-
Version: 99:99
|
|
6
|
-
Checksums-Md5:
|
|
7
|
-
122ad3c66deaeb2a78c967ee1a9cd812 2176 python-minimal_99_all.deb
|
|
8
|
-
Checksums-Sha1:
|
|
9
|
-
934c1632b808adf65658d8ca5057164466aa8f49 2176 python-minimal_99_all.deb
|
|
10
|
-
Checksums-Sha256:
|
|
11
|
-
b5201b618c62d12a3185366fe6e81996803fe32b833be0a48223edf0ce21022d 2176 python-minimal_99_all.deb
|
|
12
|
-
Build-Origin: Debian
|
|
13
|
-
Build-Architecture: amd64
|
|
14
|
-
Build-Date: Thu, 16 Sep 2021 16:53:24 +0200
|
|
15
|
-
Build-Tainted-By:
|
|
16
|
-
merged-usr-via-aliased-dirs
|
|
17
|
-
Installed-Build-Depends:
|
|
18
|
-
autoconf (= 2.69-14),
|
|
19
|
-
automake (= 1:1.16.3-2),
|
|
20
|
-
autopoint (= 0.21-4),
|
|
21
|
-
autotools-dev (= 20180224.1+nmu1),
|
|
22
|
-
base-files (= 11.1),
|
|
23
|
-
base-passwd (= 3.5.51),
|
|
24
|
-
bash (= 5.1-2+b3),
|
|
25
|
-
binutils (= 2.35.2-2),
|
|
26
|
-
binutils-common (= 2.35.2-2),
|
|
27
|
-
binutils-x86-64-linux-gnu (= 2.35.2-2),
|
|
28
|
-
bsdextrautils (= 2.36.1-8),
|
|
29
|
-
bsdutils (= 1:2.36.1-8),
|
|
30
|
-
build-essential (= 12.9),
|
|
31
|
-
bzip2 (= 1.0.8-4),
|
|
32
|
-
coreutils (= 8.32-4+b1),
|
|
33
|
-
cpp (= 4:10.2.1-1),
|
|
34
|
-
cpp-10 (= 10.2.1-6),
|
|
35
|
-
dash (= 0.5.11+git20200708+dd9ef66-5),
|
|
36
|
-
debconf (= 1.5.77),
|
|
37
|
-
debhelper (= 13.3.4),
|
|
38
|
-
debianutils (= 4.11.2),
|
|
39
|
-
dh-autoreconf (= 20),
|
|
40
|
-
dh-strip-nondeterminism (= 1.12.0-1),
|
|
41
|
-
diffutils (= 1:3.7-5),
|
|
42
|
-
dpkg (= 1.20.9),
|
|
43
|
-
dpkg-dev (= 1.20.9),
|
|
44
|
-
dwz (= 0.13+20210201-1),
|
|
45
|
-
file (= 1:5.39-3),
|
|
46
|
-
findutils (= 4.8.0-1),
|
|
47
|
-
g++ (= 4:10.2.1-1),
|
|
48
|
-
g++-10 (= 10.2.1-6),
|
|
49
|
-
gcc (= 4:10.2.1-1),
|
|
50
|
-
gcc-10 (= 10.2.1-6),
|
|
51
|
-
gcc-10-base (= 10.2.1-6),
|
|
52
|
-
gettext (= 0.21-4),
|
|
53
|
-
gettext-base (= 0.21-4),
|
|
54
|
-
grep (= 3.6-1),
|
|
55
|
-
groff-base (= 1.22.4-6),
|
|
56
|
-
gzip (= 1.10-4),
|
|
57
|
-
hostname (= 3.23),
|
|
58
|
-
init-system-helpers (= 1.60),
|
|
59
|
-
intltool-debian (= 0.35.0+20060710.5),
|
|
60
|
-
libacl1 (= 2.2.53-10),
|
|
61
|
-
libarchive-zip-perl (= 1.68-1),
|
|
62
|
-
libasan6 (= 10.2.1-6),
|
|
63
|
-
libatomic1 (= 10.2.1-6),
|
|
64
|
-
libattr1 (= 1:2.4.48-6),
|
|
65
|
-
libaudit-common (= 1:3.0-2),
|
|
66
|
-
libaudit1 (= 1:3.0-2),
|
|
67
|
-
libbinutils (= 2.35.2-2),
|
|
68
|
-
libblkid1 (= 2.36.1-8),
|
|
69
|
-
libbz2-1.0 (= 1.0.8-4),
|
|
70
|
-
libc-bin (= 2.31-13),
|
|
71
|
-
libc-dev-bin (= 2.31-13),
|
|
72
|
-
libc6 (= 2.31-13),
|
|
73
|
-
libc6-dev (= 2.31-13),
|
|
74
|
-
libcap-ng0 (= 0.7.9-2.2+b1),
|
|
75
|
-
libcc1-0 (= 10.2.1-6),
|
|
76
|
-
libcom-err2 (= 1.46.2-2),
|
|
77
|
-
libcrypt-dev (= 1:4.4.18-4),
|
|
78
|
-
libcrypt1 (= 1:4.4.18-4),
|
|
79
|
-
libctf-nobfd0 (= 2.35.2-2),
|
|
80
|
-
libctf0 (= 2.35.2-2),
|
|
81
|
-
libdb5.3 (= 5.3.28+dfsg1-0.8),
|
|
82
|
-
libdebconfclient0 (= 0.260),
|
|
83
|
-
libdebhelper-perl (= 13.3.4),
|
|
84
|
-
libdpkg-perl (= 1.20.9),
|
|
85
|
-
libelf1 (= 0.183-1),
|
|
86
|
-
libfile-stripnondeterminism-perl (= 1.12.0-1),
|
|
87
|
-
libgcc-10-dev (= 10.2.1-6),
|
|
88
|
-
libgcc-s1 (= 10.2.1-6),
|
|
89
|
-
libgcrypt20 (= 1.8.7-6),
|
|
90
|
-
libgdbm-compat4 (= 1.19-2),
|
|
91
|
-
libgdbm6 (= 1.19-2),
|
|
92
|
-
libgmp10 (= 2:6.2.1+dfsg-1),
|
|
93
|
-
libgomp1 (= 10.2.1-6),
|
|
94
|
-
libgpg-error0 (= 1.38-2),
|
|
95
|
-
libgssapi-krb5-2 (= 1.18.3-6),
|
|
96
|
-
libicu67 (= 67.1-7),
|
|
97
|
-
libisl23 (= 0.23-1),
|
|
98
|
-
libitm1 (= 10.2.1-6),
|
|
99
|
-
libk5crypto3 (= 1.18.3-6),
|
|
100
|
-
libkeyutils1 (= 1.6.1-2),
|
|
101
|
-
libkrb5-3 (= 1.18.3-6),
|
|
102
|
-
libkrb5support0 (= 1.18.3-6),
|
|
103
|
-
liblsan0 (= 10.2.1-6),
|
|
104
|
-
liblz4-1 (= 1.9.3-2),
|
|
105
|
-
liblzma5 (= 5.2.5-2),
|
|
106
|
-
libmagic-mgc (= 1:5.39-3),
|
|
107
|
-
libmagic1 (= 1:5.39-3),
|
|
108
|
-
libmount1 (= 2.36.1-8),
|
|
109
|
-
libmpc3 (= 1.2.0-1),
|
|
110
|
-
libmpfr6 (= 4.1.0-3),
|
|
111
|
-
libnsl-dev (= 1.3.0-2),
|
|
112
|
-
libnsl2 (= 1.3.0-2),
|
|
113
|
-
libpam-modules (= 1.4.0-9),
|
|
114
|
-
libpam-modules-bin (= 1.4.0-9),
|
|
115
|
-
libpam-runtime (= 1.4.0-9),
|
|
116
|
-
libpam0g (= 1.4.0-9),
|
|
117
|
-
libpcre2-8-0 (= 10.36-2),
|
|
118
|
-
libpcre3 (= 2:8.39-13),
|
|
119
|
-
libperl5.32 (= 5.32.1-4+deb11u1),
|
|
120
|
-
libpipeline1 (= 1.5.3-1),
|
|
121
|
-
libquadmath0 (= 10.2.1-6),
|
|
122
|
-
libseccomp2 (= 2.5.1-1),
|
|
123
|
-
libselinux1 (= 3.1-3),
|
|
124
|
-
libsigsegv2 (= 2.13-1),
|
|
125
|
-
libsmartcols1 (= 2.36.1-8),
|
|
126
|
-
libssl1.1 (= 1.1.1k-1+deb11u1),
|
|
127
|
-
libstdc++-10-dev (= 10.2.1-6),
|
|
128
|
-
libstdc++6 (= 10.2.1-6),
|
|
129
|
-
libsub-override-perl (= 0.09-2),
|
|
130
|
-
libsystemd0 (= 247.3-6),
|
|
131
|
-
libtinfo6 (= 6.2+20201114-2),
|
|
132
|
-
libtirpc-common (= 1.3.1-1),
|
|
133
|
-
libtirpc-dev (= 1.3.1-1),
|
|
134
|
-
libtirpc3 (= 1.3.1-1),
|
|
135
|
-
libtool (= 2.4.6-15),
|
|
136
|
-
libtsan0 (= 10.2.1-6),
|
|
137
|
-
libubsan1 (= 10.2.1-6),
|
|
138
|
-
libuchardet0 (= 0.0.7-1),
|
|
139
|
-
libudev1 (= 247.3-6),
|
|
140
|
-
libunistring2 (= 0.9.10-4),
|
|
141
|
-
libuuid1 (= 2.36.1-8),
|
|
142
|
-
libxml2 (= 2.9.10+dfsg-6.7),
|
|
143
|
-
libzstd1 (= 1.4.8+dfsg-2.1),
|
|
144
|
-
linux-libc-dev (= 5.10.46-4),
|
|
145
|
-
login (= 1:4.8.1-1),
|
|
146
|
-
lsb-base (= 11.1.0),
|
|
147
|
-
m4 (= 1.4.18-5),
|
|
148
|
-
make (= 4.3-4.1),
|
|
149
|
-
man-db (= 2.9.4-2),
|
|
150
|
-
mawk (= 1.3.4.20200120-2),
|
|
151
|
-
ncurses-base (= 6.2+20201114-2),
|
|
152
|
-
ncurses-bin (= 6.2+20201114-2),
|
|
153
|
-
patch (= 2.7.6-7),
|
|
154
|
-
perl (= 5.32.1-4+deb11u1),
|
|
155
|
-
perl-base (= 5.32.1-4+deb11u1),
|
|
156
|
-
perl-modules-5.32 (= 5.32.1-4+deb11u1),
|
|
157
|
-
po-debconf (= 1.0.21+nmu1),
|
|
158
|
-
sed (= 4.7-1),
|
|
159
|
-
sensible-utils (= 0.0.14),
|
|
160
|
-
sysvinit-utils (= 2.96-7),
|
|
161
|
-
tar (= 1.34+dfsg-1),
|
|
162
|
-
util-linux (= 2.36.1-8),
|
|
163
|
-
xz-utils (= 5.2.5-2),
|
|
164
|
-
zlib1g (= 1:1.2.11.dfsg-2)
|
|
165
|
-
Environment:
|
|
166
|
-
DEB_BUILD_OPTIONS="parallel=4"
|
|
167
|
-
LANG="it_IT.UTF-8"
|
|
168
|
-
SOURCE_DATE_EPOCH="1631804003"
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
Format: 1.8
|
|
2
|
-
Date: Thu, 16 Sep 2021 16:53:23 +0200
|
|
3
|
-
Source: python-minimal
|
|
4
|
-
Binary: python-minimal
|
|
5
|
-
Architecture: all
|
|
6
|
-
Version: 99:99
|
|
7
|
-
Distribution: unstable
|
|
8
|
-
Urgency: low
|
|
9
|
-
Maintainer: Piero Proietti <piero.proietti@gmail.com>
|
|
10
|
-
Changed-By: Piero Proietti <piero.proietti@gmail.com>
|
|
11
|
-
Description:
|
|
12
|
-
python-minimal - dummy python-minimal package
|
|
13
|
-
Changes:
|
|
14
|
-
python-minimal (99:99) unstable; urgency=low
|
|
15
|
-
.
|
|
16
|
-
* First version
|
|
17
|
-
Checksums-Sha1:
|
|
18
|
-
934c1632b808adf65658d8ca5057164466aa8f49 2176 python-minimal_99_all.deb
|
|
19
|
-
6f31bd408672e3feb9ac852040a88256ea0d02c0 4501 python-minimal_99_amd64.buildinfo
|
|
20
|
-
Checksums-Sha256:
|
|
21
|
-
b5201b618c62d12a3185366fe6e81996803fe32b833be0a48223edf0ce21022d 2176 python-minimal_99_all.deb
|
|
22
|
-
005df73582226325e8aa9e5235473c44969d675566d8d179b65bc130435a9e8f 4501 python-minimal_99_amd64.buildinfo
|
|
23
|
-
Files:
|
|
24
|
-
122ad3c66deaeb2a78c967ee1a9cd812 2176 misc optional python-minimal_99_all.deb
|
|
25
|
-
5afc41036a472479fab30736363d59ed 4501 misc optional python-minimal_99_amd64.buildinfo
|