diff options
author | Super User <root@fedora.bigbear.dk> | 2024-03-04 21:00:13 +0100 |
---|---|---|
committer | Super User <root@fedora.bigbear.dk> | 2024-03-04 21:00:13 +0100 |
commit | 3cf771f9d7fa3299a649963d85847024e551627c (patch) | |
tree | 4743b678766d1c27288df980ce52e0deb2cf3e39 | |
parent | 86f2bbdfeca7ea79378861c157ec6262c2201d25 (diff) |
PACKAGE Fix dsc for builddeps
-rwxr-xr-x | tools/create_debian_source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_debian_source.sh b/tools/create_debian_source.sh index 6171a438..e4a3085a 100755 --- a/tools/create_debian_source.sh +++ b/tools/create_debian_source.sh @@ -48,7 +48,7 @@ echo "Homepage: https://hardinfo2.org Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/hwspeedy/hardinfo2 Vcs-Git: https://salsa.debian.org/hwspeedy/hardinfo2.git -Build-Depends: cmake, debhelper (>= 11), libjson-glib-dev, zlib1g-dev, libsoup2.4-dev, libgtk-3-dev +Build-Depends: cmake, debhelper (>= 11) Package-List: hardinfo deb x11 optional arch=any Checksums-Sha1:" >./hardinfo-$VERSION.dsc |