[neon/kde/oxygen-icons/Neon/release] debian: bring back oxygen icons 5 for the transitional dummy package only

Jonathan Riddell null at kde.org
Mon Sep 2 16:25:12 BST 2024


Git commit 8878c33e3b9936b362085018dfa99282694b99e0 by Jonathan Riddell.
Committed on 02/09/2024 at 15:25.
Pushed by jriddell into branch 'Neon/release'.

bring back oxygen icons 5 for the transitional dummy package only

M  +1    -1    debian/changelog
M  +3    -8    debian/control
M  +11   -4    debian/rules

https://invent.kde.org/neon/kde/oxygen-icons/-/commit/8878c33e3b9936b362085018dfa99282694b99e0

diff --git a/debian/changelog b/debian/changelog
index 518f1d5..2d6a3d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-oxygen-icons (5.115.0-0neon) jammy; urgency=medium
+oxygen-icons (5:5.116.0-0neon) jammy; urgency=medium
 
   * New release
 
diff --git a/debian/control b/debian/control
index 7ce4d7f..56ce39b 100644
--- a/debian/control
+++ b/debian/control
@@ -20,11 +20,6 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/oxygen-icons5.git
 
 Package: oxygen-icon-theme
 Architecture: all
-Multi-Arch: foreign
-Depends: hicolor-icon-theme, ${misc:Depends}
-Breaks: fdpowermon-icons
-Replaces: fdpowermon-icons
-Description: Oxygen icon theme
- Oxygen is the standard icon theme for KDE 4, but follows the freedesktop.org
- icon schemes, so it can be used in other desktop environments using this
- specification.
+Depends: kf6-oxygen-icons, ${misc:Depends}
+Description: Dummy transitional
+ Transitional package
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index f607012..6d620c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,14 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 %:
 	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
 
-override_dh_install:
-	dh_install
-	find $(CURDIR)/debian/oxygen-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty
-	bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/oxygen-icon-theme $(CURDIR)/debian/oxygen-icon-theme/usr/share/icons
+override_dh_auto_install:
+	true
+
+override_dh_auto_configure:
+	true
+
+override_dh_auto_build:
+	true
+
+override_dh_auto_test:
+	true


More information about the Neon-commits mailing list