[neon/kde/breeze/Neon/unstable] debian: linting and internal dependencies

Carlos De Maine null at kde.org
Wed Dec 13 10:12:10 GMT 2023


Git commit 680583be0d40753ad34af0190ec56f2899d4f63a by Carlos De Maine.
Committed on 13/12/2023 at 11:12.
Pushed by carlosdem into branch 'Neon/unstable'.

linting and internal dependencies

M  +2    -0    debian/breeze.preinst
M  +2    -0    debian/breeze.prerm
M  +1    -1    debian/changelog
M  +14   -15   debian/control
A  +1    -0    debian/kwin-style-breeze.lintian-overrides

https://invent.kde.org/neon/kde/breeze/-/commit/680583be0d40753ad34af0190ec56f2899d4f63a

diff --git a/debian/breeze.preinst b/debian/breeze.preinst
index fbe394d..18eb903 100644
--- a/debian/breeze.preinst
+++ b/debian/breeze.preinst
@@ -2,6 +2,8 @@
 
 set -e
 
+#DEBHELPER#
+
 DIVERT=`dpkg-divert --list breeze | grep default-default-testpage.pdf` || true
 if [ ! "$DIVERT" ]; then
   dpkg-divert --package breeze --add /usr/share/cups/data/default-testpage.pdf
diff --git a/debian/breeze.prerm b/debian/breeze.prerm
index 551fe10..a61251d 100644
--- a/debian/breeze.prerm
+++ b/debian/breeze.prerm
@@ -2,6 +2,8 @@
 
 set -e
 
+#DEBHELPER#
+
 if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
         dpkg-divert --package breeze --remove /usr/share/cups/data/default-testpage.pdf
 fi
diff --git a/debian/changelog b/debian/changelog
index 696f436..9f881af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -843,7 +843,7 @@ breeze (4:5.2.2-1) experimental; urgency=medium
   * Improve the copyright file.
   * Turn breeze-cursor-theme and breeze-icon-theme into arch-all packages.
 
- -- Felix Geyer <fgeyer at debian.org>  Tue, 16 Jun 2015.18.72:55 +0200
+ -- Felix Geyer <fgeyer at debian.org>  Tue, 16 Jun 2015 18:12:55 +0200
 
 breeze (4:5.2.2-0ubuntu1) vivid; urgency=medium
 
diff --git a/debian/control b/debian/control
index 9a47463..67d0f5b 100644
--- a/debian/control
+++ b/debian/control
@@ -68,7 +68,7 @@ Description: Default Plasma theme (meta-package).
 
 Package: breeze-cursor-theme
 Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: breeze, ${misc:Depends}, ${shlibs:Depends}
 Description: Default Plasma cursor theme.
  This is the default cursor theme for the KDE Plasma 6 desktop.
  .
@@ -76,7 +76,7 @@ Description: Default Plasma cursor theme.
 
 Package: breeze-dev
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: breeze, ${misc:Depends}, ${shlibs:Depends}
 Description: Default Plasma theme (development files).
  This is the default theme for the KDE Plasma desktop.
  .
@@ -84,7 +84,7 @@ Description: Default Plasma theme (development files).
 
 Package: kde-style-breeze
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: breeze, ${misc:Depends}, ${shlibs:Depends}
 Description: Widget style for Qt and KDE Software
  This is the default widget style for KDE's Plasma desktop.
  .
@@ -92,7 +92,7 @@ Description: Widget style for Qt and KDE Software
 
 Package: kwin-style-breeze
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: breeze, ${misc:Depends}, ${shlibs:Depends}
 Description: KWin Breeze Style
  This is the Breeze window manager style for the KDE Plasma 6 desktop.
  .
@@ -108,31 +108,30 @@ Description: Default Plasma theme for Plasma 5.
 
 Package: breeze5-dev
 Architecture: any
-Depends: breeze5, breeze-dev, ${misc:Depends}, ${shlibs:Depends}
+Depends: breeze5, ${misc:Depends},
 Description: Default Plasma theme (development files).
- Transitional dummy package.
+ Transitional package.
 
 Package: breeze5-cursor-theme
 Architecture: all
-Depends: breeze5, ${misc:Depends}, ${shlibs:Depends}
+Depends: breeze5, ${misc:Depends}, 
 Description: Default Plasma cursor theme.
- Transitional dummy package.
-
+ Transitional package.
 
 Package: kde-style-breeze5
 Architecture: all
-Depends: breeze5, ${misc:Depends}, ${shlibs:Depends}
+Depends: breeze5, ${misc:Depends},
 Description: Widget style for Qt and KDE Software
- Transitional dummy package.
+ Transitional package.
 
 Package: kwin-style-breeze5
 Architecture: all
-Depends: breeze5, ${misc:Depends}, ${shlibs:Depends}
+Depends: breeze5, ${misc:Depends},
 Description: KWin Breeze Style
- Transitional dummy package.
+ Transitional package.
 
 Package: kde-style-breeze5-qt4
 Architecture: all
-Depends: breeze5, ${misc:Depends}, ${shlibs:Depends}
+Depends: breeze5, ${misc:Depends},
 Description: Widget style for Qt 4 and KDE Software - transitional
- Transitional dummy package.
+ Transitional package.
diff --git a/debian/kwin-style-breeze.lintian-overrides b/debian/kwin-style-breeze.lintian-overrides
new file mode 100644
index 0000000..8fcfc5c
--- /dev/null
+++ b/debian/kwin-style-breeze.lintian-overrides
@@ -0,0 +1 @@
+kwin-style-breeze: desktop-command-not-in-package usr/share/applications/kcm_breezedecoration.desktop kcmshell6
\ No newline at end of file


More information about the Neon-commits mailing list