[neon/backports-jammy/software-properties/Neon/unstable] debian: use the same versions, ordering etc which worked with python3-pygdbmi for drkonqi

Carlos De Maine null at kde.org
Thu Mar 14 12:24:27 GMT 2024


Git commit e8a47d7cdfc0e813d0d9d19d5bcca03950c19e98 by Carlos De Maine.
Committed on 14/03/2024 at 12:24.
Pushed by carlosdem into branch 'Neon/unstable'.

use the same versions, ordering etc which worked with python3-pygdbmi for drkonqi

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

https://invent.kde.org/neon/backports-jammy/software-properties/-/commit/e8a47d7cdfc0e813d0d9d19d5bcca03950c19e98

diff --git a/debian/control b/debian/control
index 9904a49..dbf03c2 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Build-Depends: dbus-x11 <!nocheck>,
                python3-setuptools,
                xauth <!nocheck>,
                xvfb <!nocheck>
-Standards-Version: 3.9.6
+Standards-Version: 4.6.1
 Vcs-Git: https://git.launchpad.net/software-properties -b ubuntu/master
 XS-Testsuite: autopkgtest
 
@@ -56,6 +56,7 @@ Depends: ca-certificates,
          python3,
          python3-dbus,
          python3-gi,
+         python3-setuptools,
          python3-software-properties (= ${binary:Version}),
          ${misc:Depends},
          ${python3:Depends}
diff --git a/debian/rules b/debian/rules
index ba1a921..425812e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
 export DH_VERBOSE=1
-export PYBUILD_SYSTEM=distutils
-
+export PYBUILD_SYSTEM= distutils
+export PYBUILD_NAME= software-properties
 %:
-	dh $@ --with python3,translations --buildsystem=pybuild --sourcedirectory=./build/source
+	dh $@ --buildsystem=pybuild --with python3,translations --sourcedirectory=./build/source
 
 override_dh_auto_clean:
 	:


More information about the Neon-commits mailing list