commit
8a2a22660b
@ -0,0 +1,7 @@
|
|||||||
|
/*.debhelper
|
||||||
|
/*.log
|
||||||
|
/*.substvars
|
||||||
|
/debhelper-build-stamp
|
||||||
|
/files
|
||||||
|
|
||||||
|
/tmp
|
@ -0,0 +1,5 @@
|
|||||||
|
redshift-qt (0.6-0ubuntu1) noble; urgency=medium
|
||||||
|
|
||||||
|
* Initial release. (LP: #2044008)
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Mon, 20 Nov 2023 08:37:59 -0600
|
@ -0,0 +1,20 @@
|
|||||||
|
Source: redshift-qt
|
||||||
|
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
|
Uploaders: Aaron Rainbolt <arraybolt3@ubuntu.com>
|
||||||
|
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.
|
@ -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 <jazzvoid@gmail.com>
|
||||||
|
License: MIT
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2023 Aaron Rainbolt <arraybolt3@ubuntu.com>
|
||||||
|
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.
|
@ -0,0 +1 @@
|
|||||||
|
redshift-qt /usr/bin/
|
@ -0,0 +1 @@
|
|||||||
|
redshift-qt.1
|
@ -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 ${@}
|
@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
@ -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
|
@ -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@
|
Loading…
Reference in new issue