diff -Nru upower-1.90.2/debian/changelog upower-1.90.2/debian/changelog --- upower-1.90.2/debian/changelog 2023-07-11 17:39:42.000000000 +0000 +++ upower-1.90.2/debian/changelog 2023-08-03 12:24:33.000000000 +0000 @@ -1,3 +1,16 @@ +upower (1.90.2-4) unstable; urgency=medium + + [ Pino Toscano ] + * Make the upower-tests package as linux-any + + [ Michael Biebl ] + * Switch debian-branch to debian/master + * Exclude .device files in /usr/libexec/upower/tests/ from dh_fixperms + * Add python3 Depends to upower-tests + * Upload to unstable (Closes: #1042914) + + -- Michael Biebl Thu, 03 Aug 2023 14:24:33 +0200 + upower (1.90.2-3) experimental; urgency=medium [ Pino Toscano ] @@ -49,6 +62,13 @@ -- Michael Biebl Wed, 31 Aug 2022 20:35:58 +0200 +upower (0.99.20-2) unstable; urgency=medium + + * Recommend polkitd instead of the transitional policykit-1 + (Closes: #1025587) + + -- Michael Biebl Wed, 07 Dec 2022 13:24:05 +0100 + upower (0.99.20-1) unstable; urgency=medium * New upstream version 0.99.20 diff -Nru upower-1.90.2/debian/control upower-1.90.2/debian/control --- upower-1.90.2/debian/control 2023-07-11 17:39:42.000000000 +0000 +++ upower-1.90.2/debian/control 2023-08-03 12:24:33.000000000 +0000 @@ -58,9 +58,10 @@ This package contains the API documentation. Package: upower-tests -Architecture: any +Architecture: linux-any Depends: upower, libupower-glib3 (= ${binary:Version}), + python3, ${misc:Depends}, ${shlibs:Depends}, Recommends: gnome-desktop-testing, diff -Nru upower-1.90.2/debian/gbp.conf upower-1.90.2/debian/gbp.conf --- upower-1.90.2/debian/gbp.conf 2023-07-11 17:39:42.000000000 +0000 +++ upower-1.90.2/debian/gbp.conf 2023-08-03 12:24:33.000000000 +0000 @@ -1,5 +1,5 @@ [DEFAULT] pristine-tar = True patch-numbers = False -debian-branch = debian/experimental +debian-branch = debian/master upstream-branch = upstream/latest diff -Nru upower-1.90.2/debian/rules upower-1.90.2/debian/rules --- upower-1.90.2/debian/rules 2023-07-11 17:39:42.000000000 +0000 +++ upower-1.90.2/debian/rules 2023-08-03 12:24:33.000000000 +0000 @@ -28,3 +28,6 @@ override_dh_installsystemd: dh_installsystemd --no-enable + +override_dh_fixperms: + dh_fixperms -Xusr/libexec/upower/tests