[neon/kde/libksysguard/Neon/unstable] debian: bump the package names but not the so's
Carlos De Maine
null at kde.org
Tue Mar 14 03:58:57 GMT 2023
Git commit 3da2f38210565d4256d28d954ba6c39c502f75c2 by Carlos De Maine.
Committed on 14/03/2023 at 03:58.
Pushed by carlosdem into branch 'Neon/unstable'.
bump the package names but not the so's
M +12 -12 debian/control
M +6 -0 debian/rules
https://invent.kde.org/neon/kde/libksysguard/commit/3da2f38210565d4256d28d954ba6c39c502f75c2
diff --git a/debian/control b/debian/control
index a11e672..ad2a8f7 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Homepage: https://projects.kde.org/projects/kde/workspace/libksysguard
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/plasma/libksysguard.git
Vcs-Git: git://anonscm.debian.org/pkg-kde/plasma/libksysguard.git
-Package: libkf5sysguard-dev
+Package: libkf6sysguard-dev
Section: libdevel
Architecture: any
Multi-Arch: no
@@ -65,21 +65,21 @@ Description: library for monitoring your system - development files
.
This package contains the files necessary for development.
-Package: libkf5sysguard-bin
+Package: libkf6sysguard-bin
Architecture: any
Multi-Arch: no
Depends: libkf6sysguard-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
-Breaks: ksysguard (<< 4:5.21.80), libkf5sysguard5 (<< 4:5.4.2)
-Replaces: ksysguard (<< 4:5.21.80), libkf5sysguard5 (<< 4:5.4.2)
+Breaks: ksysguard (<< 4:5.21.80), libkf6sysguard5 (<< 4:5.4.2)
+Replaces: ksysguard (<< 4:5.21.80), libkf6sysguard5 (<< 4:5.4.2)
Description: library for monitoring your system - shared library
KSysGuard is a program to monitor various elements of your system, or any
other remote system with the KSysGuard daemon (ksysgardd) installed.
.
This package contains the shared library
-Package: libkf5sysguard5
+Package: libkf6sysguard5
Priority: optional
Section: oldlibs
Architecture: all
@@ -206,20 +206,20 @@ Description: library for monitoring your system - shared library
.
This package contains the shared library
-Package: libkf5sysguard-data
+Package: libkf6sysguard-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: ksysguard (<< 4:5.0.0),
ksysguard-data (<< 4:5.21.80),
- libkf5sysguard-bin (<< 4:5.0.95),
- libkf5sysguard5-data (<< 4:5.2.0),
+ libkf6sysguard-bin (<< 4:5.0.95),
+ libkf6sysguard5-data (<< 4:5.2.0),
plasma-workspace (<< 4:5.18.80),
${kde-l10n:all}
Replaces: ksysguard (<< 4:5.0.0),
ksysguard-data (<< 4:5.21.80),
- libkf5sysguard-bin (<< 4:5.0.95),
- libkf5sysguard5-data (<< 4:5.2.0),
+ libkf6sysguard-bin (<< 4:5.0.95),
+ libkf6sysguard5-data (<< 4:5.2.0),
plasma-workspace (<< 4:5.18.80),
${kde-l10n:all}
Description: library for monitoring your system - shared library
@@ -228,7 +228,7 @@ Description: library for monitoring your system - shared library
.
This package contains the data files
-Package: libkf5sysguard5-data
+Package: libkf6sysguard5-data
Section: oldlibs
Priority: optional
Architecture: all
@@ -236,7 +236,7 @@ Depends: libkf6sysguard-data (>= ${source:Version}), ${misc:Depends}
Description: transitional dummy package
This is a transitional dummy package. It can safely be removed.
-Package: libkf5sysguard-dbg
+Package: libkf6sysguard-dbg
Section: debug
Priority: optional
Architecture: any
diff --git a/debian/rules b/debian/rules
index 47c772a..2cbe582 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,9 @@
override_dh_shlibdeps:
dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+
+override_dh_installdeb:
+ sed 's/#DEB_HOST_MULTIARCH#/$(DEB_HOST_MULTIARCH)/' \
+ debian/libkf5sysguard-bin.postinst.in > debian/libkf5sysguard-bin.postinst
+ dh_installdeb
+
More information about the Neon-commits
mailing list