Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • devrtz/meta-phosh
  • julianfairfax/meta-phosh
  • janitor-team/proposed/meta-phosh
  • agx/meta-phosh
  • DebianOnMobile-team/meta-phosh
5 results
Show changes
Commits on Source (2)
meta-phosh (24) unstable; urgency=medium
* Make the meta package version match the Phosh's middle version number.
As several of Phosh components (phosh, phoc, phosh-mobile-settings,
phosh-tour, …) adjusted to the same version scheme let's use that
here too. We drop the leading 0. to avoid an epoch (we can introduce
that once Phosh switches to 1.x).
Updates to the metapackage will be numbered 24+1, 24+2, etc.
* Version important components so they're up to date on partial upgrades.
-- Guido Günther <agx@sigxcpu.org> Wed, 01 Feb 2023 13:55:36 +0100
meta-phosh (11) unstable; urgency=medium
* phosh-core: Drop purple-lurch.
......
......@@ -17,14 +17,14 @@ Architecture: linux-any
Depends:
dconf-gsettings-backend,
evolution-data-server,
feedbackd,
feedbackd (>= 0.0.2),
fonts-cantarell,
glib-networking,
gnome-backgrounds,
gnome-control-center (>= 1:3.36),
gnome-control-center (>= 1:43),
gnome-keyring,
gnome-online-accounts,
gnome-settings-daemon,
gnome-settings-daemon (>= 43),
gnome-session-bin,
gnome-session-common,
gsettings-desktop-schemas,
......@@ -36,20 +36,20 @@ Depends:
libglib2.0-bin,
libpam-gnome-keyring,
network-manager,
phosh,
phosh (>= 0.24.0),
phosh-mobile-tweaks,
pipewire-pulse | pulseaudio,
libspa-0.2-bluetooth | libspa-0.2-bluetooth,,
sound-theme-freedesktop,
squeekboard | phosh-osk-stub,
squeekboard (>= 1.20.0) | phosh-osk-stub (>= 0.24.0),
${misc:Depends},
Recommends:
epiphany-browser,
gnome-bluetooth-sendto,
gnome-contacts,
gnome-console,
gnome-contacts (>= 43),
gnome-console (>= 43),
libproxy1-plugin-networkmanager [linux-any],
phosh-mobile-settings,
phosh-mobile-settings (>= 0.24.0),
phosh-tour,
Suggests:
systemd-coredump,
......@@ -66,8 +66,8 @@ Description: GNOME/Phosh mobile Environment -- essential components
Package: phosh-phone
Architecture: linux-any
Depends:
chatty (>= 0.4.0),
gnome-calls,
chatty (>= 0.7.0~rc5),
gnome-calls (>= 44~alpha),
gnome-contacts,
mmsd-tng,
modemmanager,
......@@ -90,7 +90,7 @@ Description: GNOME/Phosh mobile Environment -- phone components
Package: phosh-tablet
Architecture: linux-any
Depends:
chatty,
chatty (>= 0.7.0~rc5),
gnome-contacts,
phosh-core (= ${binary:Version}),
${misc:Depends},
......