Control: tags -1 + patch Hi!
On Wed, 04 Mar 2015 18:31:00 +0100 [email protected] wrote: > Source: acpi-support > Version: 0.142-6 > Severity: normal > User: [email protected] > Usertags: libsystemd > > Hi! > > In systemd v209, released over a year ago, the various libsystemd-* libraries > (libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so, > libsystemd-id128.so) were merged into a single libsystemd.so library to reduce > code duplication and avoid cyclic dependencies [1]. > > Your package declares a build-dependency on either libsystemd-daemon-dev, > libsystemd-login-dev or libsystemd-journal-dev. > > Please update your package so it can be built against libsystemd. Please find attached a patch which makes use of the new libsystemd library. The patch is build-tested against acpi-support_0.142-6. Would be great if you can include that in your next upload. Thanks for considering. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff --git a/debian/addons/fakekey/Makefile b/debian/addons/fakekey/Makefile index 8d79b08..3e4e8fc 100644 --- a/debian/addons/fakekey/Makefile +++ b/debian/addons/fakekey/Makefile @@ -4,7 +4,7 @@ acpi_fakekey: acpi_fakekey.c gcc -Wall $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) $(shell dpkg-buildflags --get LDFLAGS) -o $@ $< acpi_fakekeyd: acpi_fakekeyd.c - gcc -Wall $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) $(shell dpkg-buildflags --get LDFLAGS) $(shell pkg-config --cflags --libs libsystemd-daemon) -o $@ $< + gcc -Wall $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) $(shell dpkg-buildflags --get LDFLAGS) $(shell pkg-config --cflags --libs libsystemd) -o $@ $< clean: $(RM) acpi_fakekey acpi_fakekeyd diff --git a/debian/control b/debian/control index 19434cd..791415a 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Acpi Team <[email protected]> Uploaders: Michael Meskes <[email protected]> Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.40), - libsystemd-daemon-dev [linux-any], dh-systemd (>= 1.5), pkg-config + libsystemd-dev [linux-any], dh-systemd (>= 1.5), pkg-config Vcs-Git: git://anonscm.debian.org/pkg-acpi/acpi-support.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-acpi/acpi-support.git Standards-Version: 3.9.6
signature.asc
Description: OpenPGP digital signature

