commit 8a2a22660b20ddcb5d2674437214485c8864bb89 Author: Aaron Rainbolt Date: Thu Nov 23 12:34:13 2023 -0600 Initial import diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..5bd7104 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,7 @@ +/*.debhelper +/*.log +/*.substvars +/debhelper-build-stamp +/files + +/tmp diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..89b62d7 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +redshift-qt (0.6-0ubuntu1) noble; urgency=medium + + * Initial release. (LP: #2044008) + + -- Aaron Rainbolt Mon, 20 Nov 2023 08:37:59 -0600 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e8f9bee --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: redshift-qt +Maintainer: Lubuntu Developers +Uploaders: Aaron Rainbolt +Section: misc +Priority: optional +Build-Depends: debhelper-compat (= 13), + qt5-qmake, + qtbase5-dev +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/ArrayBolt3/redshift-qt +Vcs-Git: https://salsa.debian.org/ArrayBolt3/redshift-qt.git +Homepage: https://github.com/Chemrat/redshift-qt +Rules-Requires-Root: no + +Package: redshift-qt +Architecture: any +Depends: redshift, ${misc:Depends}, ${shlibs:Depends} +Description: redshift-gtk rewrite with C++/Qt + redshift-qt is a drop-in replacement for redshift-gtk. It provides all of the + same features as redshift-gtk, but integrates better with a Qt-based desktop. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3c59cae --- /dev/null +++ b/debian/copyright @@ -0,0 +1,30 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: redshift-qt +Source: https://github.com/Chemrat/redshift-qt/ + +Files: * +Copyright: 2016-2020 Valerii Malov +License: MIT + +Files: debian/* +Copyright: 2023 Aaron Rainbolt +License: MIT + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..8406c61 --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +redshift-qt /usr/bin/ diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..7334d4c --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +redshift-qt.1 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..dc76a71 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# export DH_VERBOSE=1 + +export LC_ALL=C.UTF-8 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh ${@} diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..3aa17c0 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,6 @@ +Name: redshift-qt +Bug-Database: https://github.com/Chemrat/redshift-qt/issues +Bug-Submit: https://github.com/Chemrat/redshift-qt/issues/new +Changelog: https://github.com/Chemrat/redshift-qt/commits/master +Repository: https://github.com/Chemrat/redshift-qt.git +Repository-Browse: https://github.com/Chemrat/redshift-qt diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..2195d47 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts="searchmode=plain, \ +filenamemangle=s/.*(v@ANY_VERSION@)/redshift-qt-$1.tar.gz/" \ + https://api.github.com/repos/Chemrat/@PACKAGE@/releases https:\/\/api.github.com\/repos\/Chemrat\/@PACKAGE@\/tarball\/v@ANY_VERSION@