Skip to content

Commit

Permalink
Publish mirtest-internal-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed May 1, 2024
1 parent 41b3bb5 commit 3c3e77d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,23 @@ Description: Display server for Ubuntu - test development headers and library
Contains header files and static library for testing of server and/or client
development.

Package: mirtest-internal-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: mirtest-dev
libmirserver-dev (= ${binary:Version}),
libboost-filesystem-dev,
libboost-system-dev,
${misc:Depends},
Description: Display server for Ubuntu - test development headers and library
Mir is a display server running on linux systems, with a focus on efficiency,
robust operation and a well-defined driver model.
.
Contains header files and static library for testing of server and/or client
development.

Package: mir-demos
Architecture: linux-any
Breaks: miral-examples
Expand Down
3 changes: 3 additions & 0 deletions debian/mirtest-internal-dev.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
usr/include/mirtest-internal
usr/lib/*/pkgconfig/mirtest-internal.pc
usr/lib/*/libmir-test-assist-internal.a
3 changes: 3 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ configure_file(
install(TARGETS mir-test-assist
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
install(TARGETS mir-test-assist-internal
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
install(DIRECTORY ${CMAKE_SOURCE_DIR}/include/test/mir
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/mirtest"
)
Expand Down

0 comments on commit 3c3e77d

Please sign in to comment.