]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/commitdiff
- 06_change-user-dirs added, use /var/lib/lightdm as user dirs, since it's
authorcorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Wed, 8 Oct 2014 20:51:17 +0000 (20:51 +0000)
committercorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Wed, 8 Oct 2014 20:51:17 +0000 (20:51 +0000)
    the home dir for lightdm user since the beginning and it's already
    correctly created.                                        closes: #749243
*

git-svn-id: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm@8642 0c9b3bff-18ee-0310-b944-d1aa2700132f

debian/changelog
debian/patches/06_change-user-dirs.patch [new file with mode: 0644]
debian/patches/series

index 0a1df44e134289a76184fe25ec0f41da2d075744..f9e72072715ab897ac30150121f622a9373ceebb 100644 (file)
@@ -3,8 +3,12 @@ lightdm (1.10.2-3) UNRELEASED; urgency=medium
   * debian/patches:
     - 04_fix-double-free-configuration-key-source added, fix crash when
       key sources are defined twice in config files.            closes: #762211
+    - 06_change-user-dirs added, use /var/lib/lightdm as user dirs, since it's
+      the home dir for lightdm user since the beginning and it's already
+      correctly created.                                        closes: #749243
   * debian/control:
     - update standards version to 3.9.6.
+  * 
 
  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 08 Oct 2014 22:09:00 +0200
 
diff --git a/debian/patches/06_change-user-dirs.patch b/debian/patches/06_change-user-dirs.patch
new file mode 100644 (file)
index 0000000..e749166
--- /dev/null
@@ -0,0 +1,22 @@
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -78,7 +78,7 @@ lightdm_CFLAGS = \
+       $(LIGHTDM_CFLAGS) \
+       -I"$(top_srcdir)/common" \
+       -DSBIN_DIR=\"$(sbindir)\" \
+-      -DUSERS_DIR=\"$(localstatedir)/lib/lightdm-data\" \
++      -DUSERS_DIR=\"$(localstatedir)/lib/lightdm\" \
+       -DLOG_DIR=\"$(localstatedir)/log/lightdm\" \
+       -DRUN_DIR=\"$(localstatedir)/run/lightdm\" \
+       -DCACHE_DIR=\"$(localstatedir)/cache/lightdm\" \
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -476,7 +476,7 @@ lightdm_CFLAGS = \
+       $(LIGHTDM_CFLAGS) \
+       -I"$(top_srcdir)/common" \
+       -DSBIN_DIR=\"$(sbindir)\" \
+-      -DUSERS_DIR=\"$(localstatedir)/lib/lightdm-data\" \
++      -DUSERS_DIR=\"$(localstatedir)/lib/lightdm\" \
+       -DLOG_DIR=\"$(localstatedir)/log/lightdm\" \
+       -DRUN_DIR=\"$(localstatedir)/run/lightdm\" \
+       -DCACHE_DIR=\"$(localstatedir)/cache/lightdm\" \
index f4fbea2e18e19ece92168e47fa768af7e8c87ff7..c778f6f6a33d5789f1fb1fafabc197eca5327496 100644 (file)
@@ -2,3 +2,4 @@
 02_fix-apparmor-profile.patch
 04_fix-double-free-configuration-key-source.patch
 05_debianize-pam-files.patch
+06_change-user-dirs.patch