[neon/kde/kajongg/Neon/stable] debian: lint me green

Carlos De Maine null at kde.org
Sat Jan 20 06:03:31 GMT 2024


Git commit 06ab51ba2bb6b4676a1813649eed1599a1555a69 by Carlos De Maine.
Committed on 20/01/2024 at 07:03.
Pushed by carlosdem into branch 'Neon/stable'.

lint me green

M  +2    -2    debian/changelog
M  +2    -1    debian/control
M  +1    -2    debian/rules

https://invent.kde.org/neon/kde/kajongg/-/commit/06ab51ba2bb6b4676a1813649eed1599a1555a69

diff --git a/debian/changelog b/debian/changelog
index 4a0c63d..f2cf444 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -164,7 +164,7 @@ kajongg (4:21.04.2-0neon) focal; urgency=medium
 
   * New release
 
- -- Neon CI <neon at kde.org>  Fri, 11 Jun 2021.12.01:52 +0000
+ -- Neon CI <neon at kde.org>  Fri, 11 Jun 2021 12:01:52 +0000
 
 kajongg (4:21.04.1-0neon) focal; urgency=medium
 
@@ -194,7 +194,7 @@ kajongg (4:20.12.1-0neon) focal; urgency=medium
 
   * New release
 
- -- Neon CI <neon at kde.org>  Thu, 07 Jan 2021.12.23:38 +0000
+ -- Neon CI <neon at kde.org>  Thu, 07 Jan 2021 12:23:38 +0000
 
 kajongg (4:20.12.0-0neon) focal; urgency=medium
 
diff --git a/debian/control b/debian/control
index d720401..a1b7e41 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends: cmake,
                libkmahjongg6-dev,
                pkg-config,
                pkg-kde-tools-neon,
-               python3,
+               python3:any,
                python3-twisted,
                qt6-base-dev,
                qt6-svg-dev,
@@ -31,6 +31,7 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kajongg.git
 Package: kajongg
 Architecture: all
 Depends: kdegames-mahjongg-data-kf6,
+         python3:any,
          python3-pyqt6.sip,
          python3-twisted,
          ${misc:Depends},
diff --git a/debian/rules b/debian/rules
index 263701f..b8b52e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,7 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
-
+	dh_auto_configure -- -DKDE_INSTALL_BINDIR=/usr/games/
 
 override_dh_python3:
 	dh_python3 /usr/share/kajongg


More information about the Neon-commits mailing list