Control: tags 917447 + patch
Control: tags 917447 + pending
Control: tags 921339 + pending

Dear maintainer,

I've prepared an NMU for psensor (versioned as 1.1.5-1.3) and uploaded 
it to DELAYED/1. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru psensor-1.1.5/debian/changelog psensor-1.1.5/debian/changelog
--- psensor-1.1.5/debian/changelog	2020-07-31 13:00:39.000000000 +0300
+++ psensor-1.1.5/debian/changelog	2021-02-06 21:50:55.000000000 +0200
@@ -1,3 +1,13 @@
+psensor (1.1.5-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch from Alessio Garzi switching from libappindicator
+    to libayatana-appindicator3. (Closes: #921339)
+  * Update the build dependency from libsensors4-dev
+    to libsensors-dev. (Closes: #917447)
+
+ -- Adrian Bunk <b...@debian.org>  Sat, 06 Feb 2021 21:50:55 +0200
+
 psensor (1.1.5-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru psensor-1.1.5/debian/control psensor-1.1.5/debian/control
--- psensor-1.1.5/debian/control	2016-06-06 21:24:39.000000000 +0300
+++ psensor-1.1.5/debian/control	2021-02-06 21:50:55.000000000 +0200
@@ -11,7 +11,7 @@
                debhelper (>= 9),
                gettext,
                help2man,
-               libappindicator3-dev,
+               libayatana-appindicator3-dev,
                libatasmart-dev [!hurd-any !kfreebsd-any],
                libcurl4-gnutls-dev,
                libgtk-3-dev,
@@ -19,7 +19,7 @@
                libjson-c-dev,
                libmicrohttpd-dev,
                libnotify-dev,
-               libsensors4-dev,
+               libsensors-dev,
                libudisks2-dev [!kfreebsd-any],
                libxnvctrl-dev [i386 amd64] | nvidia-settings [i386 amd64],
                perl
diff -Nru psensor-1.1.5/debian/patches/ayatana-appindicator.patch psensor-1.1.5/debian/patches/ayatana-appindicator.patch
--- psensor-1.1.5/debian/patches/ayatana-appindicator.patch	1970-01-01 02:00:00.000000000 +0200
+++ psensor-1.1.5/debian/patches/ayatana-appindicator.patch	2021-02-06 21:50:55.000000000 +0200
@@ -0,0 +1,42 @@
+Index: psensor-1.1.5/configure.ac
+===================================================================
+--- psensor-1.1.5.orig/configure.ac
++++ psensor-1.1.5/configure.ac
+@@ -106,9 +106,9 @@ AC_SUBST(LIBNOTIFY_LIBS)
+ # Checks AppIndicator 
+ APPINDICATOR_LIBS=
+ 
+-PKG_CHECK_MODULES(APPINDICATOR, appindicator3-0.1,
++PKG_CHECK_MODULES(APPINDICATOR, ayatana-appindicator3-0.1,
+      [AC_DEFINE([HAVE_APPINDICATOR],[1],[Use AppIndicator3-0.1])],
+-     [AC_MSG_WARN(AppIndicator 3-0.1 not present")])
++     [AC_MSG_WARN(Ayatana AppIndicator 3-0.1 not present")])
+ 
+ if test "$APPINDICATOR_LIBS" == ""; then
+    PKG_CHECK_MODULES(APPINDICATOR, 
+Index: psensor-1.1.5/src/ui_appindicator.c
+===================================================================
+--- psensor-1.1.5.orig/src/ui_appindicator.c
++++ psensor-1.1.5/src/ui_appindicator.c
+@@ -21,7 +21,7 @@
+ #include <string.h>
+ 
+ #include <gtk/gtk.h>
+-#include <libappindicator/app-indicator.h>
++#include <libayatana-appindicator/app-indicator.h>
+ 
+ #include "cfg.h"
+ #include "psensor.h"
+Index: psensor-1.1.5/src/ui.h
+===================================================================
+--- psensor-1.1.5.orig/src/ui.h
++++ psensor-1.1.5/src/ui.h
+@@ -27,7 +27,7 @@
+ #include <gtk/gtk.h>
+ 
+ #if defined(HAVE_APPINDICATOR) || defined(HAVE_APPINDICATOR_029)
+-#include <libappindicator/app-indicator.h>
++#include <libayatana-appindicator/app-indicator.h>
+ #endif
+ 
+ #include "psensor.h"
diff -Nru psensor-1.1.5/debian/patches/series psensor-1.1.5/debian/patches/series
--- psensor-1.1.5/debian/patches/series	2020-07-31 12:57:13.000000000 +0300
+++ psensor-1.1.5/debian/patches/series	2021-02-06 21:50:55.000000000 +0200
@@ -1,2 +1,3 @@
 0001-Update-rsensor.c-drop-is_error-macro-definition.patch
 14.patch
+ayatana-appindicator.patch

Reply via email to