Skip to content

Commit

Permalink
Add systemd build dependency, avoid double-install.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Jun 29, 2023
1 parent 389e599 commit a090b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Build-Depends:
debhelper-compat (= 13),
libglib2.0-dev (>= 2.44),
meson (>= 0.53.0),
systemd (>= 242),
xdg-desktop-portal-dev (>= 1.7.1),
Standards-Version: 4.6.0
Homepage: https://github.com/linuxmint/xdg-desktop-portal-xapp
Expand Down
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@

override_dh_auto_install:
dh_auto_install --destdir=debian/tmp

override_dh_strip:
dh_strip --dbg-package=xdg-desktop-portal-xapp-dbg

0 comments on commit a090b25

Please sign in to comment.