]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/blob - debian/patches/06_move-progs-to-pkglibexecdir.patch
add description/bug/author to patches
[sojka/debian/lightdm.git] / debian / patches / 06_move-progs-to-pkglibexecdir.patch
1 Author: Yves-Alexis Perez <corsac@debian.org>
2 Description: put programs in pkglibexecdir instead of libexecdir
3 With debhelper 9, the package name is not added to libexecdir, so force the use of pkglibexecdir
4 Bug: https://bugs.launchpad.net/lightdm/+bug/861371
5 Index: lightdm-1.0.3/src/Makefile.am
6 ===================================================================
7 --- lightdm-1.0.3.orig/src/Makefile.am  2011-10-08 01:04:12.000000000 +0200
8 +++ lightdm-1.0.3/src/Makefile.am       2011-10-08 13:31:00.779184624 +0200
9 @@ -93,7 +93,7 @@
10         $(LIGHTDM_LIBS) \
11         -lpam
12  
13 -libexec_PROGRAMS = lightdm-guest-session-wrapper
14 +pkglibexec_PROGRAMS = lightdm-guest-session-wrapper
15  
16  lightdm_guest_session_wrapper_SOURCES = lightdm-guest-session-wrapper.c
17