Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Depends: qml6-module-qtquick-layouts,
treeland-data (= ${source:Version}),
xwayland,
treeland-wallpaper-factory,
${misc:Depends},
${shlibs:Depends},
Conflicts: libwaylib, qwlroots
Replaces: libwaylib, qwlroots
Expand All @@ -63,7 +64,8 @@ Package: treeland-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, treeland( =${source:Version}),
Depends: ${misc:Depends},
treeland (= ${source:Version}),
Conflicts: libwaylib-dev, qwlroots
Replaces: libwaylib-dev, qwlroots
Description: a Wayland compositor based on wlroots and QML, designed with an attractive and elegant appearance.
Expand All @@ -72,7 +74,8 @@ Package: treeland-examples
Section: dde
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
Description: examples for treeland.

Package: treeland-data
Expand Down
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

override_dh_auto_configure:
dh_auto_configure -- -DBUILD_TREELAND_EXAMPLES=ON

override_dh_installsystemd:
dh_installsystemd --no-start --no-stop-on-upgrade
Loading