[neon/neon-packaging/ocean-sounds/Neon/unstable] debian: get package name right
Carlos De Maine
null at kde.org
Sun Aug 13 00:46:36 BST 2023
Git commit f59d73f63f7342b169c4dae471ca135eb3e17da8 by Carlos De Maine.
Committed on 13/08/2023 at 01:46.
Pushed by carlosdem into branch 'Neon/unstable'.
get package name right
M +3 -3 debian/control
M +2 -2 debian/copyright
M +0 -3 debian/rules
https://invent.kde.org/neon/neon-packaging/ocean-sounds/-/commit/f59d73f63f7342b169c4dae471ca135eb3e17da8
diff --git a/debian/control b/debian/control
index 0d43c5b..32da1cb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: ocean-sounds
Section: kde
Priority: optional
Maintainer: KDE neon <neon at kde.org>
-Build-Depends: cmake (>= 2.8.12),
+Build-Depends: cmake,
debhelper-compat (= 13),
kf6-extra-cmake-modules,
pkg-kde-tools-neon,
qt6-base-dev
Standards-Version: 4.6.2
-Homepage: https://invent.kde.org/plasma/oxygen-sounds
+Homepage: https://invent.kde.org/plasma/ocean-sounds
-Package: oxygen-sounds
+Package: ocean-sounds
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Sounds for the Oxygen desktop theme
diff --git a/debian/copyright b/debian/copyright
index b5b66e2..c48c38d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: oxygen
-Source: git://anongit.kde.org/ocean
+Upstream-Name: ocean-sounds
+Source: git://anongit.kde.org/ocean-sounds
Files: *
Copyright: 20023 Guilherme Marçal Silva <>
diff --git a/debian/rules b/debian/rules
index 47c772a..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +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)/
More information about the Neon-commits
mailing list