Skip to content
Snippets Groups Projects

Librem 11 release

Merged Jonathon Hall requested to merge librem11_release into pureos/latest
7 unresolved threads
11 files
+ 137
3
Compare changes
  • Side-by-side
  • Inline
Files
11
  • Replicate most of the metapackages and dependencies from librem5-base.
    
    Packages that were specific to modems, GPS, or Librem 5 hardware were
    omitted.  Dependencies on librem5-* changed to librem11-* where
    applicable.
    
    Specifically:
    * Omitted from -base: gnss-share, librem5-fw-jail
    * -gnome-phone was omitted
    * Everything from -gnome-notfit moved to -gnome (should fit on Librem
      11)
    * Omitted -dev-tools, -gnome-dev, -gnome-debug (should just install
      librem5-<pkg>, these would be identical)
    * Omitted from -non-gnome: librem5-check
    * Omitted from -base-defaults: usbguard, kernels
    
    Signed-off-by: default avatarJonathon Hall <jonathon.hall@puri.sm>
+ 53
2
@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Jonathon Hall <jonathon.hall@puri.sm>
Build-Depends:
debhelper (>= 10),
germinate (>= 1.18),
Standards-Version: 4.5.0
Homepage: https://source.puri.sm/Librem11/librem11-base
@@ -13,18 +14,68 @@ Priority: optional
Protected: yes
Depends:
librem11-base-defaults (>= ${source:Version}),
${germinate:Depends},
${misc:Depends},
Recommends:
${germinate:Recommends}
Description: Metapackage for the Librem 11
This package contains base dependencies for the Librem 11.
.
It should be installed on every Librem 11.
Package: librem11-gnome-base
Architecture: all
Priority: optional
Protected: yes
Depends:
librem11-base (>= ${source:Version}),
${germinate:Depends},
${misc:Depends},
Recommends:
${germinate:Recommends}
Description: GNOME base metapackage for the Librem 11
This package contains the basic GNOME system used on the Librem 11
.
It should be installed on every Librem 11.
Package: librem11-gnome
Architecture: all
Protected: yes
Depends:
${germinate:Depends},
${misc:Depends},
Recommends:
${germinate:Recommends}
Description: GNOME metapackage for the Librem 11
This package contains the GNOME apps and other high-level GNOME
metapackages for the Librem 11
.
It should be installed on every Librem 11.
Package: librem11-non-gnome
Architecture: all
Protected: yes
Depends:
${germinate:Depends},
${misc:Depends},
Recommends:
${germinate:Recommends}
Description: Non-GNOME metapackage for the Librem 11
This package contains non-GNOME packages for Librem 11
that don't really fit into base metapackage.
.
It should be installed on every Librem 11.
Package: librem11-base-defaults
Architecture: all
Section: x11
Protected: yes
Depends: ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Depends:
adduser,
gnome-themes-extra-data,
${misc:Depends},
Recommends:
systemd-zram-generator,
Description: Default configuration for the Librem 11
This package contains configuration for the Librem 11, including hardware
database rules.
Loading