[neon/backports-noble/ddcutil-noble/Neon/unstable] debian: backport ddcutil-noble to stop crashes in powerdevil

Carlos De Maine null at kde.org
Thu Jun 18 01:10:39 BST 2026


Git commit b38a7cc798219c45f8fb81a196a4cf7ddbfdd66a by Carlos De Maine.
Committed on 18/06/2026 at 00:10.
Pushed by carlosdem into branch 'Neon/unstable'.

backport ddcutil-noble to stop crashes in powerdevil
after powerdevil is recompiled and and the packages are snapshot out to user and testing editions it will close ->
bug: 521381

A  +319  -0    debian/changelog
A  +65   -0    debian/control
A  +65   -0    debian/copyright
A  +4    -0    debian/ddcutil.docs
A  +5    -0    debian/ddcutil.install
A  +1    -0    debian/ddcutil.manpages
A  +4    -0    debian/gbp.conf
A  +4    -0    debian/libddcutil-dev.docs
A  +4    -0    debian/libddcutil-dev.install
A  +4    -0    debian/libddcutil5.docs
A  +1    -0    debian/libddcutil5.install
A  +12   -0    debian/rules
A  +3    -0    debian/salsa-ci.yml
A  +1    -0    debian/source/format
A  +10   -0    debian/upstream/metadata
A  +8    -0    debian/watch

https://invent.kde.org/neon/backports-noble/ddcutil-noble/-/commit/b38a7cc798219c45f8fb81a196a4cf7ddbfdd66a

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6dab081
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,319 @@
+ddcutil (2.2.0-2) unstable; urgency=medium
+
+  * 'debian/changelog':
+    - Remove trailing whitespace.
+  * 'debian/control':
+    - Make 'libddcutil-dev' 'Multi-Arch: same'.
+    - Update 'Standards-Version' to 4.7.2, no changes required.
+
+ -- Phil Wyett <philip.wyett at kathenas.org>  Mon, 07 Apr 2025 19:32:39 +0100
+
+ddcutil (2.2.0-1) unstable; urgency=medium
+
+  * New upstream release, 2.2.0.
+  * 'd/control':
+    - Update 'Standards-Version' to 4.7.1, no changes required.
+  * 'd/copyright':
+    - Add myself to 'Files: debian/*' section.
+  * Add simple 'd/gbp.conf' to start us off.
+  * Remove 'd/patches' and contents, no longer required.
+
+ -- Phil Wyett <philip.wyett at kathenas.org>  Sat, 22 Feb 2025 15:37:45 +0000
+
+ddcutil (2.1.4-6) unstable; urgency=medium
+
+  * Add 'd/patches/fix_crlf_lf.patch.
+
+ -- Phil Wyett <philip.wyett at kathenas.org>  Thu, 26 Sep 2024 06:47:55 +0100
+
+ddcutil (2.1.4-5) unstable; urgency=medium
+
+  * Fix bad commit of 'src/app_ddcutil/main.c'
+
+ -- Phil Wyett <philip.wyett at kathenas.org>  Wed, 25 Sep 2024 20:41:21 +0100
+
+ddcutil (2.1.4-4) unstable; urgency=medium
+
+  * 'd/control':
+    - Adoption, add myself as maintainer. (Closes: #1080172)
+    - Remove versioned Build-Depends and Depends.
+  * Add Debian Continuous Integration (CI) file: 'd/salsa-ci.yml'.
+  * 'd/rules': Add DH_VERBOSE, but have disabled by default.
+
+ -- Phil Wyett <philip.wyett at kathenas.org>  Wed, 25 Sep 2024 19:32:57 +0100
+
+ddcutil (2.1.4-3) unstable; urgency=medium
+
+  * QA upload.
+  * Update and rename debian/patches/fix-building-on-arm.patch to
+    fix-building-on-32bit.patch.
+
+ -- Soren Stoutner <soren at debian.org>  Thu, 05 Sep 2024 16:49:36 -0700
+
+ddcutil (2.1.4-2) unstable; urgency=medium
+
+  * QA upload.
+  * Add debian/patches/fix-building-on-arm.patch.
+  * Remove obsolete debian/compat file.
+  * debian/control:
+    - Specify debhelper-compat (= 13) to replace obsolete debian/compat file.
+    - Update Build-Depends from obsolete pkg-config to pkgconf.
+    - Mark libddcutil5 as Multi-Arch: same.
+    - Add Vcs-Git and Vcs-Browser fields.
+  * debian/copyright:  Add myself to debian/*.
+
+ -- Soren Stoutner <soren at debian.org>  Wed, 04 Sep 2024 11:30:54 -0700
+
+ddcutil (2.1.4-1) unstable; urgency=medium
+
+  * Package is orphaned.
+
+  * Changed distribution from experimental to unstable as part of libddcutil5
+    transition
+
+  * debian/control
+    - Bump standards version to 4.7.0
+    - Changed maintainer field to Debian QA group
+
+  * debian/copyright
+    - Add BSD-3-clause
+
+  * debian/ddcutil.install
+    - Replace /usr/lib/udev/rules.d/60-ddcutil.rules with
+      /usr/lib/udev/rules.d/60-ddcutil*.rules
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Fri, 30 Aug 2024 05:00:00 -0400
+
+ddcutil (2.1.4-1~exp1) experimental; urgency=medium
+
+  * Upload to experimental
+
+  * New upstream release (Closes: #1031259)
+
+  * debian/ddcutil.install
+    - install /usr/lib/modules-load.d/ddcutil.conf
+
+  * debian/libddcutil5.install
+    - new shared library package reflecting SONAME bump, replaces libddcutil4
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Wed, 07 Feb 2024 05:00:00 -0400
+
+ddcutil (1.4.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+  * debian/control
+    - Bump required glib2 version to 2.64
+    - Bump standards-Version to 4.6.2
+
+  * debian/ddcutil.install
+    - Install /usr/lib/udev/rules.d/60-ddcutil.rules, which uses the uaccess
+      tag to grant current user read/write access to /dev/i2c devices created
+      by video adapters
+
+  * debian/menu
+    - Deleted.
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Thu, 26 Jan 2023 05:00:00 -0400
+
+ddcutil (1.3.2-1) unstable; urgency=medium
+
+  * New upstream release
+    - modify makefiles to exclude junk files from distribution tarball
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Sat, 03 Sep 2022 05:00:00 -0400
+
+ddcutil (1.3.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+  * debian/control
+    - Standards-Version: increment to 4.6.1
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Tue, 19 Jul 2022 05:00:00 -0400
+
+ddcutil (1.2.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+  * debian/watch
+    - increment version to 4
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Mon, 07 Feb 2022 05:00:00 -0400
+
+ddcutil (1.2.1-1) unstable; urgency=medium
+
+  * New upstream release (Closes: #988489)
+
+  * debian/control
+    - add Build-Depends: libi2c-dev (>= 4.0)
+    - add Build_Depends: libkmod-dev
+    - package ddcutil: specify version >= 4.0 for Depends: i2c-tools
+    - Homepage: use https instead of http in URL
+    - Standards-Version: increment to 4.6.0
+    - replace libddcutil3 with libddcutil4
+    - increment required debhelper version to 13
+
+  * debian/copyright
+    - conform to copyright format 1.0
+    - bump copyright year
+
+  * debian/libddcutil*
+    - files libddcutil4* replace libddcutil3*
+
+  * debian/ddcutil.docs, debian/libddcutil4.docs, debian/libddcutil-dev.docs
+    - add CHANGELOG.md
+
+  * debian/rules
+    * delete dh_installchangelogs override
+
+  * debian/compat
+    - increment compatibility level to 13
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Thu, 02 Dec 2021 05:00:00 -0400
+
+ddcutil (0.9.9-2) unstable; urgency=medium
+
+  * Upload without binaries
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Mon, 27 Jul 2020 06:30:00 -0400
+
+ddcutil (0.9.9-1) unstable; urgency=low
+
+  * New upstream release
+
+  * debian/compat:
+    - change version to 12
+
+  * debian/control:
+    - add Rules-Requires-Root: no
+    - replace libddcutil2 with libddcutil3
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Wed, 24 Jun 2020 09:00:00 -0400
+
+ddcutil (0.9.8-4) unstable; urgency=low
+
+  * debian/rules
+    - remove diagnostic messages
+
+  * debian/control
+    - replace dependency on hwdata with dependencies on pci.ids, usb.ids and
+      usbutils (Closes: #953297)
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Sat, 07 Mar 2020 09:00:00 -0400
+
+ddcutil (0.9.8-3) unstable; urgency=low
+
+  * debian/control
+    - add packages libddcutil2, libddcutil-dev
+    - revise Depends: for package ddcutil
+
+  * debian/rules
+    - add diagnostic messages
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Wed, 26 Feb 2020 09:00:00 -0400
+
+ddcutil (0.9.8-2) unstable; urgency=low
+
+  * debian/control
+    - delete Build-Depends: libc6-dev (Closes: 949217)
+    - Standards-Version incremented to 4.5.0
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Sat, 25 Jan 2020 11:00:00 -0400
+
+ddcutil (0.9.8-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Thu, 05 Dec 2019 05:00:00 -0400
+
+ddcutil (0.9.7-2) unstable; urgency=low
+
+  * debian/control
+    - add Depends: hwdata, for usb.ids and pci.ids (Closes: 944834)
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Sun, 17 Nov 2019 21:00:00 -0400
+
+ddcutil (0.9.7-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Tue, 03 Sep 2019 05:00:00 -0400
+
+ddcutil (0.9.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/compat
+    - compatibility level incremented to 12
+  * debian/control
+    - Standards-Version incremented to 4.4.0
+    - Build-Depends version of debhelper incremented to 12.
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Sat, 10 Aug 2019 05:00:00 -0400
+
+ddcutil (0.9.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Sun, 24 Feb 2019 05:00:00 -0400
+
+ddcutil (0.9.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control
+    - Standards-Version incremented to 4.3.0
+  * debian/rules
+    - delete previously commented out dh_auto_install override
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Tue, 25 Dec 2018 05:00:00 -0400
+
+ddcutil (0.9.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Sat, 24 Nov 2018 05:00:00 -0400
+
+ddcutil (0.9.2-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #907735)
+  * debian/control
+    - Standards-Version incremented to 4.2.1
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Sat, 01 Sep 2018 05:00:00 -0400
+
+ddcutil (0.9.1-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #900295)
+  * debian/compat
+    - compatibility level incremented to 11
+  * debian/control
+    - Standards-Version incremented to 4.1.4
+  * debian/upstream/metadata file
+    - new file
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Mon, 04 Jun 2018 21:00:00 -0400
+
+
+ddcutil (0.8.6-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #887770)
+  * debian/control
+    - Suggests: i2ctools changed to Depends:
+    - Standards-Version incremented to 4.1.3
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Fri, 19 Jan 2018 14:00:00 -0400
+
+ddcutil (0.8.5-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #881996)
+  * debian/control
+    - Dependency on libglib2.0-dev incremented to version 2.32
+    - Standards-Version incremented to 4.1.1
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Fri, 17 Nov 2017 14:00:00 -0400
+
+ddcutil (0.8.4-1) unstable; urgency=low
+
+  * Initial release. (Closes: #858510)
+
+ -- Sanford Rockowitz <rockowitz at minsoft.com>  Thu, 31 Aug 2017 14:00:00 -0400
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..40c29f8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,65 @@
+Source: ddcutil
+Priority: optional
+Section: utils
+Maintainer: Phil Wyett <philip.wyett at kathenas.org>
+Build-Depends: debhelper-compat (= 13),
+               libdrm-dev,
+               libglib2.0-dev,
+               libi2c-dev,
+               libjansson-dev,
+               libudev-dev,
+               libusb-1.0-0-dev,
+               libxrandr-dev,
+               pkgconf
+Standards-Version: 4.7.2
+Rules-Requires-Root: no
+Homepage: https://www.ddcutil.com
+Vcs-Git: https://salsa.debian.org/debian/ddcutil.git
+Vcs-Browser: https://salsa.debian.org/debian/ddcutil
+
+Package: ddcutil
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         pci.ids,
+         usb.ids,
+         usbutils,
+         i2c-tools
+Description: Control monitor settings - Standalone command line application
+ ddcutil is used to query and change monitor settings.
+ .
+ ddcutil communicates with monitors implementing MCCS (Monitor Control Command
+ Set). Normally, communication is performed using the DDC/CI protocol on the
+ I2C bus.  Alternatively, communication can be performed over USB as per the
+ USB Monitor Control Class Specification.
+
+Package: libddcutil5
+Section: libs
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         pci.ids,
+         usb.ids,
+         usbutils
+Description: Control monitor settings - shared library
+ This is the shared library version of ddcutil.
+ .
+ ddcutil communicates with monitors implementing MCCS (Monitor Control Command
+ Set). Normally, communication is performed using the DDC/CI protocol on the
+ I2C bus.  Alternatively, communication can be performed over USB as per the
+ USB Monitor Control Class Specification.
+
+Package: libddcutil-dev
+Architecture: any
+Multi-Arch: same
+Section: libdevel
+Depends: ${misc:Depends},
+         libddcutil5 (=${binary:Version})
+Description: Control monitor settings - development files
+ These are the C development files for libddcutil.
+ .
+ ddcutil communicates with monitors implementing MCCS (Monitor Control Command
+ Set). Normally, communication is performed using the DDC/CI protocol on the
+ I2C bus.  Alternatively, communication can be performed over USB as per the
+ USB Monitor Control Class Specification.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..11a31f8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,65 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ddcutil
+Upstream-Contact: Sanford Rockowitz <rockowitz at minsoft.com>
+Source: https://www.github.com/rockowitz/ddcutil
+
+Files: *
+Copyright: 2015-2024 Sanford Rockowitz <rockowitz at minsoft.com>
+License: GPL-2+
+
+Files: src/bsd/i2c*
+Copyright: 1995-2000 Simon G. Vogl
+           1998-99 Frodo Looijaard <frodol at dds.nl>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2016-2024 Sanford Rockowitz <rockowitz at minsoft.com>
+           2024 Soren Stoutner <soren at debian.org>
+           2025 Phil Wyett <philip.wyett at kathenas.org>
+License: GPL-2+
+
+Files: data/cmake/ddcutil/FindDDCUtil.cmake
+Copyright: 2017 Dorian Vogel <dorianvogel at gmail.com>
+License: BSD-3-clause
+
+License: GPL-2+
+ 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; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ 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.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems the full text of the GNU General Public License
+ version 2 can be found in /usr/share/common-licenses/GPL-2.
+
+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.
diff --git a/debian/ddcutil.docs b/debian/ddcutil.docs
new file mode 100644
index 0000000..1b421bd
--- /dev/null
+++ b/debian/ddcutil.docs
@@ -0,0 +1,4 @@
+NEWS.md
+README.md
+AUTHORS
+CHANGELOG.md
diff --git a/debian/ddcutil.install b/debian/ddcutil.install
new file mode 100644
index 0000000..fb194c4
--- /dev/null
+++ b/debian/ddcutil.install
@@ -0,0 +1,5 @@
+/usr/bin
+/usr/share/man
+/usr/share/ddcutil/data
+/usr/lib/udev/rules.d/60-ddcutil*.rules
+/usr/lib/modules-load.d/ddcutil.conf
diff --git a/debian/ddcutil.manpages b/debian/ddcutil.manpages
new file mode 100644
index 0000000..813642e
--- /dev/null
+++ b/debian/ddcutil.manpages
@@ -0,0 +1 @@
+man/ddcutil.1
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..efba884
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+debian-branch = master
+upstream-branch = upstream
+pristine-tar = True
diff --git a/debian/libddcutil-dev.docs b/debian/libddcutil-dev.docs
new file mode 100644
index 0000000..9de5b4a
--- /dev/null
+++ b/debian/libddcutil-dev.docs
@@ -0,0 +1,4 @@
+NEWS.md
+AUTHORS
+CHANGELOG.md
+
diff --git a/debian/libddcutil-dev.install b/debian/libddcutil-dev.install
new file mode 100644
index 0000000..30bb58e
--- /dev/null
+++ b/debian/libddcutil-dev.install
@@ -0,0 +1,4 @@
+usr/include
+usr/lib*/*/pkgconfig
+usr/lib*/*/cmake
+usr/lib*/*/libddcutil*.so
diff --git a/debian/libddcutil5.docs b/debian/libddcutil5.docs
new file mode 100644
index 0000000..9de5b4a
--- /dev/null
+++ b/debian/libddcutil5.docs
@@ -0,0 +1,4 @@
+NEWS.md
+AUTHORS
+CHANGELOG.md
+
diff --git a/debian/libddcutil5.install b/debian/libddcutil5.install
new file mode 100644
index 0000000..75fd522
--- /dev/null
+++ b/debian/libddcutil5.install
@@ -0,0 +1 @@
+usr/lib*/*/libddcutil.so.5*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c866462
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
+%:
+	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-lib=yes --enable-drm=yes --enable-usb=yes
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644
index 0000000..8424db4
--- /dev/null
+++ b/debian/salsa-ci.yml
@@ -0,0 +1,3 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
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..7600c4b
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,10 @@
+Name: ddcutil
+Contact: https://github.com/rockowitz/ddcutil/issues
+Bug-Database: https://github.com/rockowitz/ddcutil/issues
+Bug-Submit: https://github.com/rockowitz/ddcutil/issues
+Changelog: http://www.ddcutil.com/release_notes
+Contact: https://github.com/rockowitz/ddcutil/issues
+Documentation: http://www.ddcutil.com
+FAQ: http://www.ddcutil.com/faq
+Repository: git://github.com/rockowitz/ddcutil.git
+Repository-Browse: https://github.com/rockowitz/ddcutil
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..048b972
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,8 @@
+# Watch control file for uscan
+
+version=4
+
+# Use rockowitz.github.io instead of www.ddcutil.com because github doesn't
+# support https for custom domain names.
+
+https://rockowitz.github.io/releases/index .*/ddcutil-(.*)\.tar\.gz


More information about the Neon-commits mailing list