[neon/kde/dolphin/Neon/experimental] debian: modernise

Carlos De Maine null at kde.org
Fri Sep 15 04:19:38 BST 2023


Git commit b633fb9c49f301d3e85313d64f6461c07b1bc12b by Carlos De Maine.
Committed on 15/09/2023 at 05:19.
Pushed by carlosdem into branch 'Neon/experimental'.

modernise

D  +0    -1    debian/compat
D  +0    -22   debian/libdolphinvcs-dev.acc.in
D  +0    -18   debian/libdolphinvcs5.symbols
M  +0    -7    debian/rules

https://invent.kde.org/neon/kde/dolphin/-/commit/b633fb9c49f301d3e85313d64f6461c07b1bc12b

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/libdolphinvcs-dev.acc.in b/debian/libdolphinvcs-dev.acc.in
deleted file mode 100644
index 9636ad9..0000000
--- a/debian/libdolphinvcs-dev.acc.in
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<descriptor>
-
-<version>
-    15.08.0
-</version>
-
-<headers>
-    /usr/include/Dolphin/
-    /usr/include/dolphin_export.h
-</headers>
-
-<libs>
-    /usr/lib/@@DEB_HOST_MULTIARCH@@/libdolphinvcs.so
-</libs>
-
-<gcc_options>
-    -fPIC
-    -I/usr/lib/@@DEB_HOST_MULTIARCH@@/qt5/mkspecs/common/posix/
-</gcc_options>
-
-</descriptor>
diff --git a/debian/libdolphinvcs5.symbols b/debian/libdolphinvcs5.symbols
deleted file mode 100644
index 86604f1..0000000
--- a/debian/libdolphinvcs5.symbols
+++ /dev/null
@@ -1,18 +0,0 @@
-# SymbolsHelper-Confirmed: 4:15.07.90 amd64
-libdolphinvcs.so.5 libdolphinvcs5 #MINVER#
- _ZN21KVersionControlPlugin11infoMessageERK7QString at Base 4:15.07.90
- _ZN21KVersionControlPlugin11qt_metacallEN11QMetaObject4CallEiPPv at Base 4:15.07.90
- _ZN21KVersionControlPlugin11qt_metacastEPKc at Base 4:15.07.90
- _ZN21KVersionControlPlugin12errorMessageERK7QString at Base 4:15.07.90
- _ZN21KVersionControlPlugin16staticMetaObjectE at Base 4:15.07.90
- _ZN21KVersionControlPlugin19itemVersionsChangedEv at Base 4:15.07.90
- _ZN21KVersionControlPlugin25operationCompletedMessageERK7QString at Base 4:15.07.90
- _ZN21KVersionControlPluginC1EP7QObject at Base 4:15.07.90
- _ZN21KVersionControlPluginC2EP7QObject at Base 4:15.07.90
- _ZN21KVersionControlPluginD0Ev at Base 4:15.07.90
- _ZN21KVersionControlPluginD1Ev at Base 4:15.07.90
- _ZN21KVersionControlPluginD2Ev at Base 4:15.07.90
- _ZNK21KVersionControlPlugin10metaObjectEv at Base 4:15.07.90
- _ZTI21KVersionControlPlugin at Base 4:15.07.90
- _ZTS21KVersionControlPlugin at Base 4:15.07.90
- _ZTV21KVersionControlPlugin at Base 4:15.07.90
diff --git a/debian/rules b/debian/rules
index 9757792..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,3 @@
 
 %:
 	dh $@ --with kf6 --buildsystem kf6
-
-override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
-
-override_dh_auto_test:
-	# Disable unittest at build time
-	:


More information about the Neon-commits mailing list