[neon/kde/breeze-icons/Neon/release_jammy] debian: build empty packages

Jonathan Riddell null at kde.org
Thu May 23 10:58:55 BST 2024


Git commit 154282e473dc84d841622dfa456f1e713a895f57 by Jonathan Riddell.
Committed on 23/05/2024 at 09:58.
Pushed by jriddell into branch 'Neon/release_jammy'.

build empty packages

M  +1    -1    debian/breeze-icon-theme-rcc.install
M  +1    -1    debian/changelog
M  +6    -11   debian/control
M  +2    -5    debian/rules

https://invent.kde.org/neon/kde/breeze-icons/-/commit/154282e473dc84d841622dfa456f1e713a895f57

diff --git a/debian/breeze-icon-theme-rcc.install b/debian/breeze-icon-theme-rcc.install
index 6370642..8b13789 100644
--- a/debian/breeze-icon-theme-rcc.install
+++ b/debian/breeze-icon-theme-rcc.install
@@ -1 +1 @@
-usr/share/icons/*/*.rcc
+
diff --git a/debian/changelog b/debian/changelog
index af5c98d..6bacef8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-breeze-icons (4:5.115.0-0neon) jammy; urgency=medium
+breeze-icons (4:5.116.0-0neon) jammy; urgency=medium
 
   * New release
 
diff --git a/debian/control b/debian/control
index ff8b66f..ae98626 100644
--- a/debian/control
+++ b/debian/control
@@ -19,18 +19,13 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/breeze-icons.git
 Package: breeze-icon-theme
 Architecture: all
 Multi-Arch: foreign
-Depends: hicolor-icon-theme, ${misc:Depends}
-Description: Default Plasma icon theme
- This is the default icon theme for the KDE Plasma 5 desktop.
- .
- This package is part of the Breeze theme module.
+Depends: ${misc:Depends}, kf6-breeze-icon-theme
+Description: Transitional package
+ Empty transitional package
 
 Package: breeze-icon-theme-rcc
 Architecture: all
 Multi-Arch: foreign
-Depends: ${misc:Depends}
-Description: RCC resources for the breeze icon theme
- Breeze is the default icon theme for the KDE Plasma 5 desktop. This package
- contains the icons in RCC format.
- .
- This package is part of the Breeze theme module.
+Depends: ${misc:Depends}, kf6-breeze-icon-theme
+Description: Transitional package
+ Empty transitional package
diff --git a/debian/rules b/debian/rules
index 1a91ae6..982854a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,7 @@ override_dh_auto_configure:
 	mkdir -p obj-x86_64-linux-gnu/icons/res
 
 override_dh_auto_install:
-	dh_auto_install --destdir=debian/breeze-icon-theme
+	true
 
 override_dh_install:
-	dh_install --sourcedir=debian/breeze-icon-theme
-	rm debian/breeze-icon-theme/usr/share/icons/*/*.rcc
-	find $(CURDIR)/debian/breeze-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty
-	bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/breeze-icon-theme $(CURDIR)/debian/breeze-icon-theme/usr/share/icons
+	true


More information about the Neon-commits mailing list