Package: memlockd Version: 1.1.1 Severity: normal Tags: patch Dear Maintainer,
Thanks for shipping a systemd service with you package. By applying the attached patch, systemd users will enjoy a fully working memlockd on their machines: it will get enabled and started properly It would be awesome if you applied the patch for your next upload! -- System Information: Debian Release: wheezy/sid APT prefers raring-updates APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500, 'raring-proposed'), (500, 'raring'), (100, 'raring-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.8.0-26-generic (SMP w/3 CPU cores) Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru memlockd-1.1.1/changes.txt memlockd-1.1.2/changes.txt --- memlockd-1.1.1/changes.txt 2012-06-20 12:16:39.000000000 +0200 +++ memlockd-1.1.2/changes.txt 2013-07-03 21:25:23.000000000 +0200 @@ -1,3 +1,11 @@ +memlockd (1.1.2) unstable; urgency=low + + * debian/control: Add dh-systemd (>= 1.4) to Build-Depends - required to use dh_systemd + helpers + * debian/rules: Add dh_systemd_enable and dh_systemd_start in proper places + + -- Michał Zając <quinta...@kubuntu.org> Wed, 03 Jul 2013 21:23:31 +0200 + memlockd (1.1.1) unstable; urgency=high * Made it work correctly with systemd, restarts via systemd and doesn't use diff -Nru memlockd-1.1.1/debian/changelog memlockd-1.1.2/debian/changelog --- memlockd-1.1.1/debian/changelog 2012-06-20 12:16:39.000000000 +0200 +++ memlockd-1.1.2/debian/changelog 2013-07-03 21:25:23.000000000 +0200 @@ -1,3 +1,11 @@ +memlockd (1.1.2) unstable; urgency=low + + * debian/control: Add dh-systemd (>= 1.4) to Build-Depends - required to use dh_systemd + helpers + * debian/rules: Add dh_systemd_enable and dh_systemd_start in proper places + + -- Michał Zając <quinta...@kubuntu.org> Wed, 03 Jul 2013 21:23:31 +0200 + memlockd (1.1.1) unstable; urgency=high * Made it work correctly with systemd, restarts via systemd and doesn't use diff -Nru memlockd-1.1.1/debian/control memlockd-1.1.2/debian/control --- memlockd-1.1.1/debian/control 2008-01-27 05:54:57.000000000 +0100 +++ memlockd-1.1.2/debian/control 2013-07-03 21:23:26.000000000 +0200 @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Russell Coker <russ...@coker.com.au> -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 5), dh-systemd (>= 1.4) Standards-Version: 3.7.2 Package: memlockd diff -Nru memlockd-1.1.1/debian/rules memlockd-1.1.2/debian/rules --- memlockd-1.1.1/debian/rules 2012-06-16 06:30:15.000000000 +0200 +++ memlockd-1.1.2/debian/rules 2013-07-03 21:22:49.000000000 +0200 @@ -82,7 +82,9 @@ # dh_installpam # dh_installmime # dh_python + dh_systemd_enable dh_installinit + dh_systemd_start # dh_installcron # dh_installinfo dh_installman memlockd.8