Import knighttime_6.5.4-1.debian.tar.xz
authorAurélien COUDERC <coucouf@debian.org>
Tue, 9 Dec 2025 19:50:57 +0000 (20:50 +0100)
committerAurélien COUDERC <coucouf@debian.org>
Tue, 9 Dec 2025 19:50:57 +0000 (20:50 +0100)
[dgit import tarball knighttime 6.5.4-1 knighttime_6.5.4-1.debian.tar.xz]

13 files changed:
changelog [new file with mode: 0644]
control [new file with mode: 0644]
copyright [new file with mode: 0644]
knighttime-dev.install [new file with mode: 0644]
knighttime.install [new file with mode: 0644]
libknighttime0.install [new file with mode: 0644]
libknighttime0.symbols [new file with mode: 0644]
rules [new file with mode: 0755]
salsa-ci.yml [new file with mode: 0644]
source/format [new file with mode: 0644]
upstream/metadata [new file with mode: 0644]
upstream/signing-key.asc [new file with mode: 0644]
watch [new file with mode: 0644]

diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..b19b972
--- /dev/null
+++ b/changelog
@@ -0,0 +1,45 @@
+knighttime (6.5.4-1) unstable; urgency=medium
+
+  [ Aurélien COUDERC ]
+  * New upstream release (6.5.4).
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Tue, 09 Dec 2025 20:50:57 +0100
+
+knighttime (6.5.3-1) unstable; urgency=medium
+
+  [ Aurélien COUDERC ]
+  * New upstream release (6.5.3).
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Tue, 18 Nov 2025 19:23:09 +0100
+
+knighttime (6.5.2-1) unstable; urgency=medium
+
+  [ Aurélien COUDERC ]
+  * Migrate to debian/watch version 5 syntax.
+  * Add/update David Edmundson’s key in upstream keyring.
+  * New upstream release (6.5.2).
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Tue, 04 Nov 2025 21:22:56 +0100
+
+knighttime (6.5.0-1) unstable; urgency=medium
+
+  [ Aurélien COUDERC ]
+  * New upstream release (6.5.0).
+  * Update build-deps and deps with the info from cmake.
+  * Add qt6-base-dev dependency to knighttime-dev.
+  * Release to unstable.
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Thu, 16 Oct 2025 22:57:33 +0200
+
+knighttime (6.4.91-2) experimental; urgency=medium
+
+  [ Aurélien COUDERC ]
+  * Update symbols from buildds for 6.4.91.
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Wed, 15 Oct 2025 11:30:02 +0200
+
+knighttime (6.4.91-1) experimental; urgency=medium
+
+  * Initial release. (Closes: #1117542)
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Sat, 11 Oct 2025 23:13:12 +0200
diff --git a/control b/control
new file mode 100644 (file)
index 0000000..720cb92
--- /dev/null
+++ b/control
@@ -0,0 +1,70 @@
+Source: knighttime
+Section: kde
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
+Uploaders: Aurélien COUDERC <coucouf@debian.org>,
+Build-Depends: debhelper-compat (= 13),
+               dh-sequence-kf6,
+               dh-sequence-pkgkde-symbolshelper,
+               cmake (>= 3.16~),
+               extra-cmake-modules (>= 6.18.0~),
+               libkf6config-dev (>= 6.18.0~),
+               libkf6coreaddons-dev (>= 6.18.0~),
+               libkf6dbusaddons-dev (>= 6.18.0~),
+               libkf6holidays-dev (>= 6.18.0~),
+               libkf6i18n-dev (>= 6.18.0~),
+               pkgconf,
+               qt6-base-dev (>= 6.9.0~),
+               qt6-base-private-dev,
+               qt6-positioning-dev (>= 6.9.0~),
+Standards-Version: 4.7.2
+Homepage: https://invent.kde.org/plasma/knighttime
+Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/knighttime
+Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/knighttime.git
+
+Package: knighttime
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+Description: helpers for scheduling the dark-light cycle for the Plasma desktop
+ The KNightTime provides helpers for scheduling the dark-light cycle. It can be
+ used to implement features such as adjusting the screen color temperature
+ based on time of day, etc. Features
+ .
+ The KNightTime offers a system service that provides the schedule and a client
+ library to subscribe to the updates from the daemon.
+
+Package: knighttime-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libknighttime0 (= ${binary:Version}),
+         qt6-base-dev (>= 6.9.0~),
+         ${misc:Depends},
+Description: dark-light cycle scheduling helpers for Plasma - development files
+ The KNightTime provides helpers for scheduling the dark-light cycle. It can be
+ used to implement features such as adjusting the screen color temperature
+ based on time of day, etc. Features
+ .
+ The KNightTime offers a system service that provides the schedule and a client
+ library to subscribe to the updates from the daemon.
+ .
+ This package contains the development files for the libknighttime shared
+ library.
+
+Package: libknighttime0
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+Multi-Arch: same
+Description: dark-light cycle scheduling helpers for Plasma - shared library
+ The KNightTime provides helpers for scheduling the dark-light cycle. It can be
+ used to implement features such as adjusting the screen color temperature
+ based on time of day, etc. Features
+ .
+ The KNightTime offers a system service that provides the schedule and a client
+ library to subscribe to the updates from the daemon.
+ .
+ This package contains the shared library.
diff --git a/copyright b/copyright
new file mode 100644 (file)
index 0000000..12fcd33
--- /dev/null
+++ b/copyright
@@ -0,0 +1,158 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://invent.kde.org/plasma/knighttime
+Upstream-Name: knighttime
+Upstream-Contact: plasma-devel@kde.org
+
+Files: *
+Copyright: 2025, Vlad Zahorodnii <vlad.zahorodnii@kde.org>
+License: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
+
+Files: autotests/CMakeLists.txt
+       CMakeLists.txt
+       examples/CMakeLists.txt
+       examples/monitor/CMakeLists.txt
+       KNightTimeConfig.cmake.in
+       src/CMakeLists.txt
+       src/daemon/CMakeLists.txt
+Copyright: 2025, Vlad Zahorodnii <vlad.zahorodnii@kde.org>
+License: BSD-3-Clause
+
+Files: .gitignore
+       .gitlab-ci.yml
+       .kde-ci.yml
+       README.md
+       src/daemon/Messages.sh
+       src/daemon/org.kde.knighttimed.desktop.in
+       src/daemon/plasma-knighttimed.service.in
+       src/knighttime-index.qdoc
+       src/knighttime.qdoc
+       src/knighttime.qdocconf
+       src/Messages.sh
+Copyright: None
+License: CC0-1.0
+
+Files: src/daemon/kdarklightsettings.kcfg
+       src/daemon/kdarklightstate.kcfg
+       src/daemon/org.kde.NightTime.xml
+       src/kdarklightdbustypes_p.h
+       src/kdarklightschedule.cpp
+       src/kdarklightschedule.h
+       src/kdarklightscheduleprovider.cpp
+       src/kdarklightscheduleprovider.h
+       src/kdarklightscheduleprovider_p.h
+       src/kdarklightschedulesubscription.cpp
+       src/kdarklightschedulesubscription_p.h
+Copyright: 2025, Vlad Zahorodnii <vlad.zahorodnii@kde.org>
+License: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
+
+Files: debian/*
+Copyright: 2025, Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
+License: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in
+    the documentation and/or other materials provided with the
+    distribution.
+ .
+ 3. Neither the name of the copyright holder nor the names of its
+    contributors may be used to endorse or promote products derived
+    from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+License: CC0-1.0
+ To the extent possible under law, the author(s) have dedicated all
+ copyright and related and neighboring rights to this software to the
+ public domain worldwide. This software is distributed without any
+ warranty.
+ .
+ You should have received a copy of the CC0 Public Domain Dedication
+ along with this software. If not, see
+ <https://creativecommons.org/publicdomain/zero/1.0/>.
+ .
+ On Debian systems, the complete text of the CC0 Public Domain
+ Dedication can be found in `/usr/share/common-licenses/CC0-1.0’.
+
+License: GPL-2.0-only
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License version 2 can be found in
+ `/usr/share/common-licenses/GPL-2’.
+
+License: GPL-3.0-only
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GPL License as published by the Free
+ Software Foundation, version 3.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License version 3 can be found in
+ `/usr/share/common-licenses/GPL-3’.
+
+License: LGPL-2.1-only
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License version
+ 2.1 as published by the Free Software Foundation.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in
+ `/usr/share/common-licenses/LGPL-2.1’.
+
+License: LGPL-3.0-only
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License version
+ 3 as published by the Free Software Foundation.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 3 can be found in
+ `/usr/share/common-licenses/LGPL-3’.
+
+License: LicenseRef-KDE-Accepted-GPL
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the license or (at
+ your option) at any later version that is accepted by the membership
+ of KDE e.V. (or its successor approved by the membership of KDE
+ e.V.), which shall act as a proxy as defined in Section 14 of
+ version 3 of the license.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+License: LicenseRef-KDE-Accepted-LGPL
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 3 of the
+ license or (at your option) any later version that is accepted by
+ the membership of KDE e.V. (or its successor approved by the
+ membership of KDE e.V.), which shall act as a proxy as defined in
+ Section 6 of version 3 of the license.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
diff --git a/knighttime-dev.install b/knighttime-dev.install
new file mode 100644 (file)
index 0000000..5fd0028
--- /dev/null
@@ -0,0 +1,5 @@
+usr/include/KNightTime/
+usr/lib/*/cmake/KNightTime/
+usr/lib/*/libKNightTime.so
+usr/share/dbus-1/interfaces/org.kde.NightTime.xml
+usr/share/qlogging-categories6/knighttime.categories
diff --git a/knighttime.install b/knighttime.install
new file mode 100644 (file)
index 0000000..3be0327
--- /dev/null
@@ -0,0 +1,4 @@
+usr/lib/*/libexec/knighttimed
+usr/lib/systemd/user/plasma-knighttimed.service
+usr/share/applications/org.kde.knighttimed.desktop
+usr/share/dbus-1/services/org.kde.NightTime.service
diff --git a/libknighttime0.install b/libknighttime0.install
new file mode 100644 (file)
index 0000000..2e044f8
--- /dev/null
@@ -0,0 +1,3 @@
+usr/lib/*/libKNightTime.so.0
+usr/lib/*/libKNightTime.so.6.*
+
diff --git a/libknighttime0.symbols b/libknighttime0.symbols
new file mode 100644 (file)
index 0000000..47280e6
--- /dev/null
@@ -0,0 +1,67 @@
+# SymbolsHelper-Confirmed: 6.4.91 amd64 armel armhf hppa hurd-i386 i386 powerpc riscv64 sh4 x32
+libKNightTime.so.0 libknighttime0 #MINVER#
+* Build-Depends-Package: knighttime-dev
+ _ZN15KDarkLightCycleC1ERK9QDateTimeRK20KDarkLightTransitionS5_@Base 6.4.91
+ _ZN15KDarkLightCycleC1Ev@Base 6.4.91
+ _ZN15KDarkLightCycleC2ERK9QDateTimeRK20KDarkLightTransitionS5_@Base 6.4.91
+ _ZN15KDarkLightCycleC2Ev@Base 6.4.91
+ (subst)_ZN18KDarkLightSchedule8forecastERK9QDateTime5QTimeS3_NSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1000EEEEi@Base 6.4.91
+ _ZN18KDarkLightSchedule8forecastERK9QDateTimeddi@Base 6.4.91
+ _ZN18KDarkLightSchedule9fromStateERK7QString@Base 6.4.91
+ _ZN18KDarkLightScheduleC1ERK5QListI15KDarkLightCycleE@Base 6.4.91
+ _ZN18KDarkLightScheduleC1Ev@Base 6.4.91
+ _ZN18KDarkLightScheduleC2ERK5QListI15KDarkLightCycleE@Base 6.4.91
+ _ZN18KDarkLightScheduleC2Ev@Base 6.4.91
+ _ZN20KDarkLightTransitionC1ENS_4TypeERK9QDateTimeS3_@Base 6.4.91
+ _ZN20KDarkLightTransitionC1Ev@Base 6.4.91
+ _ZN20KDarkLightTransitionC2ENS_4TypeERK9QDateTimeS3_@Base 6.4.91
+ _ZN20KDarkLightTransitionC2Ev@Base 6.4.91
+ _ZN26KDarkLightScheduleProvider11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.4.91
+ _ZN26KDarkLightScheduleProvider11qt_metacastEPKc@Base 6.4.91
+ _ZN26KDarkLightScheduleProvider15scheduleChangedEv@Base 6.4.91
+ _ZN26KDarkLightScheduleProvider16staticMetaObjectE@Base 6.4.91
+ _ZN26KDarkLightScheduleProviderC1ERK7QStringP7QObject@Base 6.4.91
+ _ZN26KDarkLightScheduleProviderC2ERK7QStringP7QObject@Base 6.4.91
+ _ZN26KDarkLightScheduleProviderD0Ev@Base 6.4.91
+ _ZN26KDarkLightScheduleProviderD1Ev@Base 6.4.91
+ _ZN26KDarkLightScheduleProviderD2Ev@Base 6.4.91
+ _ZNK15KDarkLightCycle12extrapolatedERK9QDateTime@Base 6.4.91
+ _ZNK15KDarkLightCycle12noonDateTimeEv@Base 6.4.91
+ _ZNK15KDarkLightCycle14nextTransitionERK9QDateTime@Base 6.4.91
+ _ZNK15KDarkLightCycle18previousTransitionERK9QDateTime@Base 6.4.91
+ _ZNK15KDarkLightCycle7eveningEv@Base 6.4.91
+ _ZNK15KDarkLightCycle7morningEv@Base 6.4.91
+ _ZNK18KDarkLightSchedule14nextTransitionERK9QDateTime@Base 6.4.91
+ _ZNK18KDarkLightSchedule18previousTransitionERK9QDateTime@Base 6.4.91
+ _ZNK18KDarkLightSchedule6cyclesEv@Base 6.4.91
+ _ZNK18KDarkLightSchedule7toStateEv@Base 6.4.91
+ _ZNK20KDarkLightTransition11endDateTimeEv@Base 6.4.91
+ _ZNK20KDarkLightTransition13startDateTimeEv@Base 6.4.91
+ _ZNK20KDarkLightTransition4testERK9QDateTime@Base 6.4.91
+ _ZNK20KDarkLightTransition4typeEv@Base 6.4.91
+ _ZNK20KDarkLightTransition8progressERK9QDateTime@Base 6.4.91
+ _ZNK26KDarkLightScheduleProvider10metaObjectEv@Base 6.4.91
+ _ZNK26KDarkLightScheduleProvider5stateEv@Base 6.4.91
+ _ZNK26KDarkLightScheduleProvider8scheduleEv@Base 6.4.91
+ (optional=templinst)_ZNKSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_@Base 6.4.91
+ (optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_@Base 6.4.91
+ (optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_@Base 6.4.91
+ _ZTI26KDarkLightScheduleProvider@Base 6.4.91
+ (arch=armel riscv64)_ZTIN9__gnu_cxx7__mutexE@Base 6.4.91
+ (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.4.91
+ (arch=!armel !riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.4.91
+ (arch=armel riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.4.91
+ (arch=!armel !riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.4.91
+ (arch=armel armhf)_ZTISt19_Sp_make_shared_tag@Base 6.4.91
+ _ZTS26KDarkLightScheduleProvider@Base 6.4.91
+ (arch=armel riscv64)_ZTSN9__gnu_cxx7__mutexE@Base 6.4.91
+ (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.4.91
+ (arch=!armel !riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.4.91
+ (arch=armel riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.4.91
+ (arch=!armel !riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.4.91
+ _ZTSSt19_Sp_make_shared_tag@Base 6.4.91
+ _ZTV26KDarkLightScheduleProvider@Base 6.4.91
+ _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Base 6.4.91
+ _Zls6QDebugRK15KDarkLightCycle@Base 6.4.91
+ _Zls6QDebugRK18KDarkLightSchedule@Base 6.4.91
+ _Zls6QDebugRK20KDarkLightTransition@Base 6.4.91
diff --git a/rules b/rules
new file mode 100755 (executable)
index 0000000..d8309f6
--- /dev/null
+++ b/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+       dh $@
diff --git a/salsa-ci.yml b/salsa-ci.yml
new file mode 100644 (file)
index 0000000..8424db4
--- /dev/null
@@ -0,0 +1,3 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
diff --git a/source/format b/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/upstream/metadata b/upstream/metadata
new file mode 100644 (file)
index 0000000..5dfeba1
--- /dev/null
@@ -0,0 +1,6 @@
+Bug-Database: https://bugs.kde.org/buglist.cgi?product=knighttime&resolution=---
+Bug-Submit: https://bugs.kde.org/enter_bug.cgi?product=knighttime
+Changelog: https://kde.org/announcements/
+Donation: https://www.kde.org/community/donations/
+Repository-Browse: https://invent.kde.org/plasma/knighttime
+Repository: https://invent.kde.org/plasma/knighttime.git
diff --git a/upstream/signing-key.asc b/upstream/signing-key.asc
new file mode 100644 (file)
index 0000000..bb7abf8
--- /dev/null
@@ -0,0 +1,100 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+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
+=lPJL
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/watch b/watch
new file mode 100644 (file)
index 0000000..588130b
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+Version: 5
+Source: https://download.kde.org/stable/plasma/@ANY_VERSION@/
+Matching-Pattern: @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
+Pgp-Mode: auto