aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules24
3 files changed, 22 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index 3d115ac..3894f52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-datetime (26.6.0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-datetime. See
+ upstream ChangeLog for recent changes.
+
+ -- UBports developers <developers@ubports.com> Thu, 11 Jun 2026 22:22:10 +0200
+
ayatana-indicator-datetime (25.4.0-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-datetime.
diff --git a/debian/control b/debian/control
index ef50bca..c9e2b98 100644
--- a/debian/control
+++ b/debian/control
@@ -91,7 +91,7 @@ Description: Lomiri Indicator providing clock and calendar
Lomiri, this indicator supports phone devices.
.
This variant of the datetime indicator has been built for using
- evolution-data-server as ICS data storage backend.
+ msyncd (mkcal) as ICS data storage backend.
Package: ayatana-indicator-datetime-common
Architecture: any
diff --git a/debian/rules b/debian/rules
index 932a8d8..779c82b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+NULL =
+
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -24,47 +26,49 @@ override_dh_auto_configure:
-- \
$(DEB_CMAKE_EXTRA_FLAGS) \
-DENABLE_LOMIRI_FEATURES=ON \
- ..
+ -DENABLE_MKCAL=ON \
+ $(NULL)
dh_auto_configure --builddirectory=ayatana-variant \
--buildsystem=cmake \
-- \
$(DEB_CMAKE_EXTRA_FLAGS) \
-DENABLE_LOMIRI_FEATURES=OFF \
- ..
+ -DENABLE_MKCAL=OFF \
+ $(NULL)
override_dh_auto_build:
dh_auto_build --builddirectory=lomiri-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
dh_auto_build --builddirectory=ayatana-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
override_dh_auto_test:
dh_auto_test --no-parallel \
--builddirectory=lomiri-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
dh_auto_test --no-parallel \
--builddirectory=ayatana-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
override_dh_auto_install:
dh_auto_install --builddirectory=lomiri-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
dh_auto_install --builddirectory=ayatana-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
override_dh_auto_clean:
dh_auto_clean --builddirectory=lomiri-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
dh_auto_clean --builddirectory=ayatana-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
override_dh_missing:
dh_missing --fail-missing