[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phosh][wip/a-wai/move-gschemas] 2 commits: d/control: Mark libphosh Multi-arch: same

Arnaud Ferraris (@a-wai) gitlab at salsa.debian.org
Tue Feb 11 18:10:48 GMT 2025



Arnaud Ferraris pushed to branch wip/a-wai/move-gschemas at Debian On Mobile / phosh


Commits:
0e373345 by Guido Günther at 2025-02-11T14:24:53+01:00
d/control: Mark libphosh Multi-arch: same

Signed-off-by: Guido Günther <agx at sigxcpu.org>

- - - - -
960e1251 by Arnaud Ferraris at 2025-02-11T19:10:42+01:00
phosh: move gschemas to new phosh-common

Software linked against `libphosh-0.x` need those to execute properly.
Create a new `phosh-common` package for this purpose and move gschema
files there, making both `phosh` and `libphosh-0.x` depend on it.

- - - - -


3 changed files:

- debian/control
- + debian/phosh-common.install
- debian/phosh.install


Changes:

=====================================
debian/control
=====================================
@@ -64,6 +64,7 @@ Depends:
  gnome-shell-common,
  gsettings-desktop-schemas (>= 47),
  phoc (>= 0.45~beta1),
+ phosh-common (= ${binary:Version}),
 Recommends:
  feedbackd (>= 0.5.0),
  gnome-session-bin,
@@ -105,6 +106,18 @@ Description: Pure Wayland shell for mobile devices - development documentation
  .
  This package contains the development documentation.
 
+Package: phosh-common
+Architecture: all
+Depends:
+ ${misc:Depends},
+Conflicts: phosh (<< 0.45~rc1-3~)
+Description: Pure Wayland shell for mobile devices - Common files
+ Phosh is a graphical shell for Wayland compositors speaking the layer-surface
+ protocol and aimed at mobile devices like smart phones and tablets using touch
+ based inputs and small screens.
+ .
+ This package contains arch-independent files needed by phosh and libphosh.
+
 Package: phosh-mobile-tweaks
 Architecture: all
 Depends:
@@ -185,9 +198,11 @@ Description: Pure Wayland shell for mobile devices - binding developmen files
 Package: libphosh-0.45-0
 Architecture: any
 Section: libs
+Multi-Arch: same
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
+ phosh-common (= ${binary:Version}),
 Description: Pure Wayland shell for mobile devices - binding shared library
  Phosh is a graphical shell for Wayland compositors speaking the layer-surface
  protocol and aimed at mobile devices like smart phones and tablets using touch


=====================================
debian/phosh-common.install
=====================================
@@ -0,0 +1,2 @@
+usr/share/glib-2.0/schemas/mobi.phosh.shell.enums.xml
+usr/share/glib-2.0/schemas/mobi.phosh.shell.gschema.xml


=====================================
debian/phosh.install
=====================================
@@ -8,8 +8,6 @@ usr/share/icons/hicolor/symbolic/apps/mobi.phosh.Shell-symbolic.svg
 usr/share/locale
 usr/share/wayland-sessions/phosh.desktop
 usr/share/phosh/phoc.ini
-usr/share/glib-2.0/schemas/mobi.phosh.shell.enums.xml
-usr/share/glib-2.0/schemas/mobi.phosh.shell.gschema.xml
 usr/share/gnome-session/sessions/phosh.session
 usr/share/applications/mobi.phosh.Shell.desktop
 usr/share/dbus-1/services/mobi.phosh.Shell.CalendarServer.service



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/7d9b51b0854db338564920db7b335130181b1356...960e125162b922f69d7cf0f714afe2b112d198b0

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/7d9b51b0854db338564920db7b335130181b1356...960e125162b922f69d7cf0f714afe2b112d198b0
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20250211/3543118b/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list