[neon/kde/kio-extras/Neon/stable] debian: install the dev files

Carlos De Maine null at kde.org
Sat Jul 22 09:23:05 BST 2023


Git commit 1d7137db2709a86b4e3f74fcd382710589b0fe5d by Carlos De Maine.
Committed on 22/07/2023 at 08:23.
Pushed by carlosdem into branch 'Neon/stable'.

install the dev files

M  +14   -0    debian/control
R  +3    -2    debian/kio-extras-dev.install [from: debian/not-installed - 072% similarity]

https://invent.kde.org/neon/kde/kio-extras/-/commit/1d7137db2709a86b4e3f74fcd382710589b0fe5d

diff --git a/debian/control b/debian/control
index e729dba..6206073 100644
--- a/debian/control
+++ b/debian/control
@@ -77,3 +77,17 @@ Description: Extra functionality for kioslaves data files.
  ftp server respectively.
  .
  This package contains the data files
+
+Package: kio-extras-dev
+Architecture: all
+Depends: kio-extras,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Extra functionality for kioslaves development files.
+ A kioslave is a plugin designed to be intimately familiar with a certain
+ protocol, so that a standardized interface can be used to get at data from
+ any number of places.  A few examples are the http and ftp kioslaves,
+ which using nearly identical methods will retrieve data from an http or
+ ftp server respectively.
+ .
+ This package contains the development files
\ No newline at end of file
diff --git a/debian/not-installed b/debian/kio-extras-dev.install
similarity index 72%
rename from debian/not-installed
rename to debian/kio-extras-dev.install
index bc158c8..40ac511 100644
--- a/debian/not-installed
+++ b/debian/kio-extras-dev.install
@@ -1,5 +1,6 @@
-usr/include/KF5/kio_archivebase.h
-usr/include/KF5/libkioarchive_export.h
+usr/include/KioArchive/kio_archivebase.h
+usr/include/KioArchive/kioarchive_version.h
+usr/include/KioArchive/libkioarchive_export.h
 usr/lib/*/cmake/KioArchive/KioArchiveConfig.cmake
 usr/lib/*/cmake/KioArchive/KioArchiveConfigVersion.cmake
 usr/lib/*/cmake/KioArchive/KioArchiveTargets.cmake


More information about the Neon-commits mailing list