[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phosh][debian/master] 3 commits: d/patches: remove upstreamed patch

Guido Günther gitlab at salsa.debian.org
Tue Sep 22 15:56:30 BST 2020



Guido Günther pushed to branch debian/master at Debian On Mobile / phosh


Commits:
74f95876 by Arnaud Ferraris at 2020-09-21T10:43:12+02:00
d/patches: remove upstreamed patch

- - - - -
a56a4a41 by Arnaud Ferraris at 2020-09-21T10:53:09+02:00
d/control: add ${misc:Depends} to phosh-mobile-tweaks

Fixes: lintian: debhelper-but-no-misc-depends

- - - - -
880dfaf5 by Arnaud Ferraris at 2020-09-21T10:57:40+02:00
d/changelog: release version 0.4.4-1

- - - - -


4 changed files:

- debian/changelog
- debian/control
- − debian/patches/0002-timestamp-label-Unbreak-build-on-32-bit-platforms.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,23 @@
+phosh (0.4.4-1) unstable; urgency=medium
+
+   [ Guido Günther ]
+  * d/rules: Work around failed doc build on install.
+    This works around a problem where an invocation
+    of `meson-install` does not generate all docs. See
+    https://github.com/mesonbuild/meson/issues/2831
+  * debian: Build-depend on pandoc for the deb build.
+  * debian: Install all phosh related schema files.
+    Otherwise we lack the enums and fail to start
+  * d/control: Bump libhandy dependency to 1.0.
+
+  [ Arnaud Ferraris ]
+  * New upstream release 0.4.4
+  * d/patches: remove upstreamed patch
+  * d/control: add ${misc:Depends} to phosh-mobile-tweaks
+    Fixes: lintian: debhelper-but-no-misc-depends
+
+ -- Arnaud Ferraris <arnaud.ferraris at gmail.com>  Mon, 21 Sep 2020 10:35:30 +0200
+
 phosh (0.4.3-3) unstable; urgency=medium
 
   * salsa-ci: Fetch submodule.


=====================================
debian/control
=====================================
@@ -88,7 +88,9 @@ Description: Pure Wayland shell for mobile devices - development documentation
 
 Package: phosh-mobile-tweaks
 Architecture: all
-Depends: dconf-gsettings-backend | gsettings-backend
+Depends:
+ ${misc:Depends},
+ dconf-gsettings-backend | gsettings-backend,
 Description: Pure Wayland shell for mobile devices - GSettings tweaks
  Phosh is a simple shell for Wayland compositors speaking the layer-surface
  protocol.


=====================================
debian/patches/0002-timestamp-label-Unbreak-build-on-32-bit-platforms.patch deleted
=====================================
@@ -1,31 +0,0 @@
-From d1da5ea7d18c6794c9a7d2f41355fe90d4115ac1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
-Date: Tue, 4 Aug 2020 08:22:39 +0200
-Subject: [PATCH] timestamp-label: Unbreak build on 32 bit platforms
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Use a G_ format specifier for GTimeSpan.
-
-Signed-off-by: Guido Günther <guido.gunther at puri.sm>
----
- src/notifications/timestamp-label.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/notifications/timestamp-label.c b/src/notifications/timestamp-label.c
-index 0aa04ce0..a5a4d5e7 100644
---- a/src/notifications/timestamp-label.c
-+++ b/src/notifications/timestamp-label.c
-@@ -255,7 +255,7 @@ phosh_timestamp_label_calc_timeout (PhoshTimestampLabel *self)
-     break;
-   }
-   timeout_diff = g_date_time_difference (timeout_time, time_now);
--  g_debug ("time out duration = %ld", timeout_diff);
-+  g_debug ("time out duration: %" G_GINT64_FORMAT, timeout_diff);
-   return timeout_diff;
- }
- 
--- 
-2.26.2
-


=====================================
debian/patches/series
=====================================
@@ -1,2 +1 @@
 0001-data-add-System-category-to-desktop-entries.patch
-0002-timestamp-label-Unbreak-build-on-32-bit-platforms.patch



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/37d369a55ef1b40cd75ea459d51e145062b1d4c2...880dfaf56b8466aa8c5f477633cca24a4eaff826

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/37d369a55ef1b40cd75ea459d51e145062b1d4c2...880dfaf56b8466aa8c5f477633cca24a4eaff826
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20200922/d86c3a70/attachment-0001.html>


More information about the Debian-on-mobile-maintainers mailing list