[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#769651: unblock: acpid/1:2.0.23-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package acpid

Besides small cosmetics the release fixes #766991 which made the package useless for some of its usecases. To summarize the acpid service was not started all the time it had to be started.

Debdiff attached.

Thanks

Michael

unblock acpid/1:2.0.23-2

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u acpid-2.0.23/debian/acpid.install acpid-2.0.23/debian/acpid.install
--- acpid-2.0.23/debian/acpid.install
+++ acpid-2.0.23/debian/acpid.install
@@ -8,0 +9 @@
+debian/acpid.path		lib/systemd/system/
diff -u acpid-2.0.23/debian/changelog acpid-2.0.23/debian/changelog
--- acpid-2.0.23/debian/changelog
+++ acpid-2.0.23/debian/changelog
@@ -1,3 +1,12 @@
+acpid (1:2.0.23-2) unstable; urgency=medium
+
+  * Corrected homepage URL (Closes: #767816)
+  * Added path based activation so acpid gets started if events are to be
+    processed. (Closes: #766991)
+  * Bumped Standards-Version to 3.9.6, no changes needed.
+
+ -- Michael Meskes <meskes@debian.org>  Sat, 08 Nov 2014 17:36:34 +0100
+
 acpid (1:2.0.23-1) unstable; urgency=medium
 
   * Adapted build system to use dh_systems_* helpers.
diff -u acpid-2.0.23/debian/control acpid-2.0.23/debian/control
--- acpid-2.0.23/debian/control
+++ acpid-2.0.23/debian/control
@@ -4,11 +4,11 @@
 Maintainer: Debian Acpi Team <pkg-acpi-devel@lists.alioth.debian.org>
 Uploaders: Michael Meskes <meskes@debian.org>,
            Loic Minier <lool@dooz.org>
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.15.7), dh-systemd (>= 1.5)
 Vcs-Git: git://anonscm.debian.org/pkg-acpi/acpid.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-acpi/acpid.git
-Homepage: http://www.tedfelix.com/linux/acpid-netlink.html
+Homepage: http://sourceforge.net/projects/acpid2/
 
 Package: acpid
 Architecture: linux-any
diff -u acpid-2.0.23/debian/rules acpid-2.0.23/debian/rules
--- acpid-2.0.23/debian/rules
+++ acpid-2.0.23/debian/rules
@@ -14,0 +15 @@
+	dh_systemd_enable debian/acpid.path
only in patch2:
unchanged:
--- acpid-2.0.23.orig/debian/acpid.path
+++ acpid-2.0.23/debian/acpid.path
@@ -0,0 +1,9 @@
+[Unit]
+Description=ACPI Events Check
+
+[Path]
+DirectoryNotEmpty=/etc/acpi/events/
+
+[Install]
+WantedBy=paths.target
+

Reply to: