[neon/kf6/kf6-kapidox/Neon/release] debian/patches: commas ??

Carlos De Maine null at kde.org
Wed Dec 18 04:02:57 GMT 2024


Git commit cab485265d7468444a4fe3965b5cdbd3b898a3b8 by Carlos De Maine.
Committed on 18/12/2024 at 04:02.
Pushed by carlosdem into branch 'Neon/release'.

commas ??

M  +6    -6    debian/patches/fix-data-not-installed

https://invent.kde.org/neon/kf6/kf6-kapidox/-/commit/cab485265d7468444a4fe3965b5cdbd3b898a3b8

diff --git a/debian/patches/fix-data-not-installed b/debian/patches/fix-data-not-installed
index 236b69c..1dc53ce 100644
--- a/debian/patches/fix-data-not-installed
+++ b/debian/patches/fix-data-not-installed
@@ -7,12 +7,12 @@ index d31b811127a5ffb0c67a0266af8ffb740ad7ac99..73f9662df156121308c784ec4a6d227e
          maintainer_email='olivier at churlaud.com',
          url='https://invent.kde.org/frameworks/kapidox',
 -        packages=find_packages(),
-+        packages=kapidox.data
-+                 kapidox.data.htmlresource
-+                 kapidox.data.htmlresource.css
-+                 kapidox.data.htmlresource.icons
-+                 kapidox.data.htmlresource.js
-+                 kapidox.data.templates
++        packages=kapidox.data,
++                 kapidox.data.htmlresource,
++                 kapidox.data.htmlresource.css,
++                 kapidox.data.htmlresource.icons,
++                 kapidox.data.htmlresource.js,
++                 kapidox.data.templates,
 +                 find_packages(),
 +        include_package_data=True,
          python_requires=">=3.8",


More information about the Neon-commits mailing list