From f89f91828f59e6efee75eae783da014de96be3b6 Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Fri, 24 May 2024 00:49:45 +0700 Subject: [PATCH 1/3] Upgrade to new upstream version 1.32.0 --- debian/changelog | 9 +++++++++ debian/ubports.source_location | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 41bad19..b3ff91b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +mce-dev (1.32.0-0ubports1) UNRELEASED; urgency=medium + + * New upstream version 1.32.0 + - [mce] Add charging hysteresis state D-Bus constants. JB#40062 + - [mce] Add forced charging D-Bus constants. JB#58372 + - [mce] Add charging suspendable dbus constant. JB#59152 + + -- Ratchanan Srirattanamet Fri, 24 May 2024 00:44:00 +0700 + mce-dev (1.29.0-1ubports1) focal; urgency=medium * Port to focal diff --git a/debian/ubports.source_location b/debian/ubports.source_location index 95afed1..848d10a 100644 --- a/debian/ubports.source_location +++ b/debian/ubports.source_location @@ -1,2 +1,2 @@ -https://github.com/sailfishos/mce-dev/archive/refs/tags/1.29.0.tar.gz -mce-dev_1.29.0.orig.tar.gz +https://github.com/sailfishos/mce-dev/archive/refs/tags/1.32.0.tar.gz +mce-dev_1.32.0.orig.tar.gz From 4e1fd870eec849295e0e8987d7e12d7f8df9092f Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Fri, 24 May 2024 01:48:31 +0700 Subject: [PATCH 2/3] d/control: mark mce-dev as Multi-Arch: foreign It's just 2 header files with only #define's. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 9e046ee..b05ece3 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Package: mce-dev Depends: ${misc:Depends} Suggests: mce-doc Architecture: all +Multi-Arch: foreign Description: development files for mce This package contains headers defining the D-Bus method calls provided by the Mode Control Entity, and the signals emitted by it. From 137d20f2eb1c38ed55d9abe3993b93911293c220 Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Fri, 24 May 2024 02:18:02 +0700 Subject: [PATCH 3/3] Release version 1.32.0-0ubports1 --- debian/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b3ff91b..f9778f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -mce-dev (1.32.0-0ubports1) UNRELEASED; urgency=medium +mce-dev (1.32.0-0ubports1) noble; urgency=medium * New upstream version 1.32.0 - [mce] Add charging hysteresis state D-Bus constants. JB#40062 - [mce] Add forced charging D-Bus constants. JB#58372 - [mce] Add charging suspendable dbus constant. JB#59152 + * d/control: mark mce-dev as Multi-Arch: foreign - -- Ratchanan Srirattanamet Fri, 24 May 2024 00:44:00 +0700 + -- Ratchanan Srirattanamet Fri, 24 May 2024 02:17:47 +0700 mce-dev (1.29.0-1ubports1) focal; urgency=medium