-
--- 1:2.0.32-1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ 1:2.0.32-1ubuntu1/debian/patches/series 2019-11-28 13:01:54.000000000 +0000
@@ -0,0 +1 @@
+silent.patch
-
--- 1:2.0.32-1/debian/control 2019-08-19 00:42:00.000000000 +0000
+++ 1:2.0.32-1ubuntu1/debian/control 2019-11-28 13:01:54.000000000 +0000
@@ -1,7 +1,8 @@
Source: acpid
Section: admin
Priority: optional
-Maintainer: Josue Ortega <josue@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Josue Ortega <josue@debian.org>
Standards-Version: 4.4.0
Build-Depends: debhelper-compat (= 12), dpkg-dev (>= 1.15.7), dh-runit (>= 2.8.8)
Vcs-Git: https://salsa.debian.org/debian/acpid.git
@@ -16,7 +17,6 @@ Depends: ${shlibs:Depends},
${misc:Depends},
lsb-base (>= 3.2-14),
kmod
-Recommends: acpi-support-base (>= 0.114-1)
Description: Advanced Configuration and Power Interface event daemon
Modern computers support the Advanced Configuration and Power Interface (ACPI)
to allow intelligent power management on your system and to query battery and
-
--- 1:2.0.32-1/debian/patches/silent.patch 1970-01-01 00:00:00.000000000 +0000
+++ 1:2.0.32-1ubuntu1/debian/patches/silent.patch 2019-11-28 13:01:54.000000000 +0000
@@ -0,0 +1,13 @@
+Description: do not print "exiting" message by default
+
+--- a/acpid.c
++++ b/acpid.c
+@@ -465,7 +465,7 @@
+ {
+ acpid_cleanup_rules(1);
+ delete_all_connections();
+- acpid_log(LOG_NOTICE, "exiting");
++ acpid_log(LOG_DEBUG, "exiting");
+ unlink(pidfile);
+ exit(status);
+ }