Skip to content
Snippets Groups Projects
Commit 411a2937 authored by Mike Gabriel's avatar Mike Gabriel
Browse files

Merge branch 'personal/peat-psuwit/sync-debian-pkg' into 'main'

debian/: import packaging from Debian where appropriate

See merge request !48
parents f9bf3ede c27b377a
Branches main
No related tags found
1 merge request!48debian/: import packaging from Debian where appropriate
Pipeline #1515827381 failed
lomiri-history-service (0.6.1) UNRELEASED; urgency=medium
-- Ratchanan Srirattanamet <ratchanan@ubports.com> Thu, 17 Oct 2024 16:24:18 +0700
lomiri-history-service (0.6) unstable; urgency=medium
* Renamed to lomiri-history-service
......
......@@ -5,24 +5,27 @@ Maintainer: UBports developers <devs@ubports.com>
Build-Depends: cmake,
cmake-extras,
dbus-test-runner,
debhelper-compat (= 12),
debhelper-compat (= 13),
dconf-cli,
gcovr,
gnome-keyring,
lcov,
libphonenumber-dev,
libqt5sql5-sqlite,
libsqlite3-dev,
libtelepathy-qt5-dev,
pkg-config,
pkgconf,
qtbase5-dev (>= 5.0),
qtdeclarative5-dev (>= 5.0),
# version 5.0~git... is not greater or equal 5.0, so leave it as 5
qtpim5-dev (>= 5),
sqlite3,
systemd,
systemd-dev,
telepathy-mission-control-5,
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 3.9.4
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://gitlab.com/ubports/development/core/lomiri-history-service
Vcs-Git: https://gitlab.com/ubports/development/core/lomiri-history-service.git
Vcs-Browser: https://gitlab.com/ubports/development/core/lomiri-history-service
......@@ -85,11 +88,13 @@ Description: History service to store messages and calls - client library
This package contains the client library to access the data stored by the
history service.
Package: qml-module-lomiri-history0.1
Package: qml-module-lomiri-history
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Breaks: qml-module-lomiri-history0.1 (<< 0.6.1~),
Replaces: qml-module-lomiri-history0.1 (<< 0.6.1~),
Description: History service to store messages and calls - QML plugin
A service to record the messages that are sent and received and the calls that
are made in the Ubuntu Touch platform.
......@@ -97,6 +102,14 @@ Description: History service to store messages and calls - QML plugin
This package contains a QML plugin that provides data models to access the
data stored by the history service.
Package: qml-module-lomiri-history0.1
Depends: qml-module-lomiri-history, ${misc:Depends}
Architecture: all
Priority: optional
Section: oldlibs
Description: transitional package
This is a transitional package. It can safely be removed.
Package: liblomirihistoryservice-dev
Architecture: any
Multi-Arch: same
......
......@@ -3,7 +3,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export XDG_DATA_HOME=/tmp
override_dh_missing:
dh_missing --fail-missing
......@@ -13,5 +12,10 @@ override_dh_missing:
override_dh_auto_test:
ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
CTEST_OUTPUT_ON_FAILURE=1 make -j1 -C obj-$(DEB_HOST_GNU_TYPE) test
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
export HOME=$(CURDIR)/debian/home && \
mkdir -p $${HOME} && \
CTEST_OUTPUT_ON_FAILURE=1 make -j1 -C obj-$(DEB_HOST_GNU_TYPE) test
endif
endif
  • Maintainer

    DEB build of UBportsCore/lomiri-history-service/main: FAILURE. Details

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment