Merge lp:~didrocks/lightdm/packaging-cleanup into lp:lightdm

Proposed by Didier Roche-Tolomelli
Status: Superseded
Proposed branch: lp:~didrocks/lightdm/packaging-cleanup
Merge into: lp:lightdm
Diff against target: 7387 lines (+6679/-32)
99 files modified
.bzr-builddeb/default.conf (+2/-0)
.bzrignore (+1/-0)
data/lightdm-set-defaults.1 (+0/-1)
data/lightdm.conf (+4/-0)
debian/changelog (+1540/-0)
debian/compat (+1/-0)
debian/control (+136/-0)
debian/copyright (+76/-0)
debian/gir1.2-lightdm-1.install (+1/-0)
debian/guest-account (+154/-0)
debian/liblightdm-gobject-1-0.install (+1/-0)
debian/liblightdm-gobject-1-0.symbols (+75/-0)
debian/liblightdm-gobject-1-dev.install (+5/-0)
debian/liblightdm-gobject-1-doc.install (+1/-0)
debian/liblightdm-qt-3-0.install (+1/-0)
debian/liblightdm-qt-dev.install (+3/-0)
debian/liblightdm-qt5-3-0.install (+1/-0)
debian/liblightdm-qt5-3-dev.install (+3/-0)
debian/lightdm-greeter-session (+36/-0)
debian/lightdm-session (+98/-0)
debian/lightdm.config (+71/-0)
debian/lightdm.dirs (+3/-0)
debian/lightdm.init (+112/-0)
debian/lightdm.install (+14/-0)
debian/lightdm.lightdm-autologin.pam (+11/-0)
debian/lightdm.lightdm-greeter.pam (+11/-0)
debian/lightdm.pam (+14/-0)
debian/lightdm.postinst (+98/-0)
debian/lightdm.postrm (+47/-0)
debian/lightdm.preinst (+13/-0)
debian/lightdm.prerm (+58/-0)
debian/lightdm.templates (+24/-0)
debian/lightdm.upstart (+58/-0)
debian/patches/01_transition_ubuntu2d_ubuntu_desktop.patch (+21/-0)
debian/patches/03_launch_dbus.patch (+23/-0)
debian/patches/04_language_handling.patch (+30/-0)
debian/patches/05_add_xserver_core_option.patch (+36/-0)
debian/patches/series (+4/-0)
debian/po/POTFILES.in (+1/-0)
debian/po/ca.po (+99/-0)
debian/po/cs.po (+96/-0)
debian/po/da.po (+112/-0)
debian/po/de.po (+111/-0)
debian/po/el.po (+113/-0)
debian/po/es.po (+97/-0)
debian/po/eu.po (+101/-0)
debian/po/fi.po (+38/-0)
debian/po/fr.po (+106/-0)
debian/po/gl.po (+85/-0)
debian/po/it.po (+102/-0)
debian/po/ja.po (+102/-0)
debian/po/ko.po (+77/-0)
debian/po/ml.po (+80/-0)
debian/po/nl.po (+102/-0)
debian/po/pl.po (+80/-0)
debian/po/pothead.in (+30/-0)
debian/po/pt.po (+64/-0)
debian/po/pt_BR.po (+103/-0)
debian/po/ro.po (+112/-0)
debian/po/ru.po (+102/-0)
debian/po/sk.po (+82/-0)
debian/po/sv.po (+103/-0)
debian/po/ta.po (+77/-0)
debian/po/templates.pot (+50/-0)
debian/po/tr.po (+93/-0)
debian/po/vi.po (+89/-0)
debian/po/zh_CN.po (+92/-0)
debian/rules (+36/-0)
debian/source/format (+1/-0)
debian/source_lightdm.py (+28/-0)
debian/tests/upstream-tests (+8/-0)
debian/watch (+3/-0)
src/Makefile.am (+2/-0)
src/display-manager.c (+2/-0)
src/lightdm.c (+2/-0)
src/plymouth.c (+22/-2)
src/plymouth.h (+1/-1)
src/seat-unity.c (+643/-0)
src/seat-unity.h (+40/-0)
src/xserver-local.c (+45/-1)
src/xserver-local.h (+6/-0)
tests/Makefile.am (+13/-1)
tests/scripts/unity-autologin.conf (+36/-0)
tests/scripts/unity-compositor-command.conf (+38/-0)
tests/scripts/unity-compositor-fail-ready.conf (+35/-0)
tests/scripts/unity-compositor-fail-start.conf (+35/-0)
tests/scripts/unity-login.conf (+50/-0)
tests/scripts/unity-switch.conf (+91/-0)
tests/src/Makefile.am (+25/-2)
tests/src/X.c (+16/-1)
tests/src/test-runner.c (+2/-1)
tests/src/unity-system-compositor.c (+185/-0)
tests/test-unity-autologin (+2/-0)
tests/test-unity-compositor-command (+2/-0)
tests/test-unity-compositor-fail-ready (+2/-0)
tests/test-unity-compositor-fail-start (+2/-0)
tests/test-unity-login (+2/-0)
tests/test-unity-switch (+2/-0)
utils/lightdm-set-defaults.c (+16/-22)
To merge this branch: bzr merge lp:~didrocks/lightdm/packaging-cleanup
Reviewer Review Type Date Requested Status
LightDM Development Team Pending
Review via email: mp+171721@code.launchpad.net

Description of the change

Misc packaging cleanup.
Don't multiarch lightdm for now as there is a lot of complexity like for
lightdm-set-defaults which should be in a separate (non multiarched) package.

To post a comment you must log in.

Unmerged revisions

1636. By Didier Roche-Tolomelli

add bootstrap commit

1635. By Didier Roche-Tolomelli

fix manpage misformatting

1634. By Didier Roche-Tolomelli

remove debian/tests/control, it was commented

1633. By Didier Roche-Tolomelli

Clean packaging and prepare it for daily release

1632. By Didier Roche-Tolomelli

build in parallel and simplify dh_install while installing with --fail-missing, sanitize debian/control

1631. By Didier Roche-Tolomelli

add split mode

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2013-06-27 07:18:27 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== modified file '.bzrignore'
10--- .bzrignore 2013-06-17 01:52:44 +0000
11+++ .bzrignore 2013-06-27 07:18:27 +0000
12@@ -71,6 +71,7 @@
13 tests/src/test-runner
14 tests/src/test-script-hook
15 tests/src/test-session
16+tests/src/unity-system-compositor
17 tests/src/vnc-client
18 tests/src/X
19 tests/src/Xvnc
20
21=== modified file 'data/lightdm-set-defaults.1'
22--- data/lightdm-set-defaults.1 2012-11-06 21:34:21 +0000
23+++ data/lightdm-set-defaults.1 2013-06-27 07:18:27 +0000
24@@ -49,7 +49,6 @@
25 .TP
26 .B /etc/lightdm/lightdm.conf
27 Configuration
28-.TP
29
30 .sp
31 .LP
32
33=== modified file 'data/lightdm.conf'
34--- data/lightdm.conf 2013-06-06 05:02:48 +0000
35+++ data/lightdm.conf 2013-06-27 07:18:27 +0000
36@@ -43,6 +43,8 @@
37 # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
38 # xdmcp-port = XDMCP UDP/IP port to communicate on
39 # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
40+# unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
41+# unity-compositor-timeout = Number of seconds to wait for compositor to start
42 # greeter-session = Session to load for greeter
43 # greeter-hide-users = True to hide the user list
44 # greeter-allow-guest = True if the greeter should show a guest login option
45@@ -72,6 +74,8 @@
46 #xdmcp-manager=
47 #xdmcp-port=177
48 #xdmcp-key=
49+#unity-compositor-command=unity-system-compositor
50+#unity-compositor-timeout=60
51 #greeter-session=example-gtk-gnome
52 #greeter-hide-users=false
53 #greeter-allow-guest=true
54
55=== added directory 'debian'
56=== added file 'debian/changelog'
57--- debian/changelog 1970-01-01 00:00:00 +0000
58+++ debian/changelog 2013-06-27 07:18:27 +0000
59@@ -0,0 +1,1540 @@
60+lightdm (1.7.4-0ubuntu1) UNRELEASED; urgency=low
61+
62+ * Clean packaging and prepare it for daily release
63+ * Automatic snapshot from revision 1629 (bootstrap)
64+
65+ -- Didier Roche <didrocks@ubuntu.com> Thu, 27 Jun 2013 08:51:29 +0200
66+
67+lightdm (1.7.3-0ubuntu1) saucy; urgency=low
68+
69+ * New upstream release:
70+ - Load configuration from /etc/lightdm/lightdm.conf.d. (LP: #1190425)
71+ - Fix compile warnings
72+ - Fix tests not running from install directory inside checkout.
73+
74+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 21 Jun 2013 14:39:27 +1200
75+
76+lightdm (1.7.2-0ubuntu1) saucy; urgency=low
77+
78+ * New upstream release:
79+ - Fix .pc file for liblightdm-qt5-3
80+ - Add a new option "autologin-in-background" which lets an autologin happen
81+ in a second display while still showing the greeter.
82+ - Stop if fail to create default seat
83+ - Add option to set seat type in lightdm-set-defaults
84+ - Stop using g_file_set_contents - it can leave intermediate files around
85+ - Make tests work without installing them
86+ - Fix distcheck
87+ * debian/patches/06_fix_qt_pcfiles.patch:
88+ * debian/patches/07_lp1189948.patch:
89+ - Applied upstream
90+
91+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 17 Jun 2013 14:08:46 +1200
92+
93+lightdm (1.7.0-0ubuntu6) saucy; urgency=low
94+
95+ * install apparmor abstractions as 064 (LP: #1189948)
96+ - debian/patches/07_lp1189948.patch: adjust Makefile.am and Makefile.in
97+ to use install --mode=0644
98+ - debian/lightdm.postinst: chmod apparmor abstractions to 0644 on upgrade
99+
100+ -- Jamie Strandboge <jamie@ubuntu.com> Tue, 11 Jun 2013 14:11:34 -0500
101+
102+lightdm (1.7.0-0ubuntu5) saucy; urgency=low
103+
104+ * Drop XS-Testsuite header. We don't actually have any autopkgtests right
105+ now (they are commented out in debian/tests/control and are broken).
106+
107+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 06 Jun 2013 06:58:11 +0200
108+
109+lightdm (1.7.0-0ubuntu4) saucy; urgency=low
110+
111+ * Install some files in liblightdm-qt-dev, so it's somewhat useful.
112+
113+ -- Adam Conrad <adconrad@ubuntu.com> Fri, 24 May 2013 00:31:31 -0600
114+
115+lightdm (1.7.0-0ubuntu3) saucy; urgency=low
116+
117+ * Switch to unversioned -dev package for liblightdm-qt to match Debian and
118+ avoid having to change other packages synced from Debian
119+ * Swtich Conflicts to Breaks and add liblightdm-qt-3-dev to Breaks/Replaces
120+
121+ -- Scott Kitterman <scott@kitterman.com> Fri, 24 May 2013 00:37:06 -0400
122+
123+lightdm (1.7.0-0ubuntu2) saucy; urgency=low
124+
125+ * Cherry-pick patches from upstream to fix liblightdm-qt{,5} pcfiles.
126+ * Refresh patches to apply cleanly
127+
128+ -- Iain Lane <iain.lane@canonical.com> Tue, 07 May 2013 17:36:29 +0100
129+
130+lightdm (1.7.0-0ubuntu1) saucy; urgency=low
131+
132+ [ Robert Ancell ]
133+ * New upstream release:
134+ - Use logind instead of ConsoleKit if it is available
135+ - Use Q_SLOTS and Q_SIGNALS instead of slots and signals.
136+ - Ignore stale X server locks
137+ - Pass through system locale or set locale from AccountsService/.dmrc
138+ - Fix bug where seat failure before D-Bus acquired would not stop daemon
139+ * debian/control:
140+ - liblightdm-qt-2 -> liblightdm-qt-3
141+ * debian/patches/06_qt_no_keywords.patch:
142+ - Applied upstream
143+
144+ [ Gunnar Hjalmarsson ]
145+ * debian/patches/04_language_options.patch:
146+ - Applied upstream
147+ * debian/patches/04_language_handling.patch:
148+ - Set LANGUAGE instead of LANG, since the Language property in
149+ accountsservice as patched for Ubuntu does not contain a valid
150+ locale name.
151+
152+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 02 May 2013 10:20:02 -0700
153+
154+lightdm (1.6.0-0ubuntu2.1) raring-proposed; urgency=low
155+
156+ * lightdm.upstart: Add a start condition on plymouth-ready, and
157+ drop conditions already handled by plymouth-splash (LP: #982889).
158+ * control: Depend on the new plymouth version that provides plymouth-ready.
159+
160+ -- Timo Aaltonen <tjaalton@ubuntu.com> Tue, 23 Apr 2013 12:10:28 +0300
161+
162+lightdm (1.6.0-0ubuntu2) raring; urgency=low
163+
164+ * debian/patches/06_qt_no_keywords.patch:
165+ - Don't use Qt keywords like slots and signals in headers. Instead,
166+ use Q_SLOTS and Q_SIGNALS. This avoids breaking builds of projects
167+ that define QT_NO_KEYWORDS.
168+
169+ -- Michael Terry <mterry@ubuntu.com> Mon, 15 Apr 2013 11:31:15 -0400
170+
171+lightdm (1.6.0-0ubuntu1) raring; urgency=low
172+
173+ * New upstream bugfix release:
174+ - Allow VNC command to be specified in lightdm.conf
175+ - Register enums with QObject meta type system.
176+ * debian/watch:
177+ - Watch for .xz releases
178+
179+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 15 Apr 2013 11:01:22 +1200
180+
181+lightdm (1.5.3-0ubuntu1) raring; urgency=low
182+
183+ * New upstream bugfix release:
184+ - Fix build with gobject-introspection 1.35.9
185+ - Fix authentication cancel regression caused in 1.5.2 (LP: #1163456)
186+ * debian/patches/fix-ftbfs-gir-scanner.patch:
187+ - Applied upstream
188+
189+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 03 Apr 2013 15:55:16 +1300
190+
191+lightdm (1.5.2-0ubuntu2) raring; urgency=low
192+
193+ * Pass --symbol-prefix via LightDM_1_gir_SCANNERFLAGS rather than
194+ LightDM_1_gir_CFLAGS, fixing build failure with
195+ gobject-introspection >= 1.35.9.
196+
197+ -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Tue, 02 Apr 2013 12:51:14 +0100
198+
199+lightdm (1.5.2-0ubuntu1) raring; urgency=low
200+
201+ * New upstream bugfix release:
202+ * Fix stale X server being left behind when using LockSession D-Bus API
203+ (LP: #1005813)
204+ * Adjust AppArmor profile to also work with logind
205+ * Don't use GIO to access X authority files - it uses GVFS which is
206+ unnecessary overhead/complexity
207+ * Handle over/underflows when reading from greeter
208+ * Improve warning message when XDMCP packet has length mismatch
209+ * Only report test command line if it fails
210+ * Add more regression tests
211+
212+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 27 Mar 2013 14:44:44 +1300
213+
214+lightdm (1.5.1-0ubuntu2) raring; urgency=low
215+
216+ * debian/lightdm.upstart: Clear the virtual terminal after starting lightdm
217+ so startup messages are not displayed when switching users or when
218+ suspending (LP: #967229)
219+
220+ -- Brian Murray <brian@ubuntu.com> Thu, 21 Mar 2013 14:33:46 -0700
221+
222+lightdm (1.5.1-0ubuntu1) raring; urgency=low
223+
224+ * New upstream release:
225+ [ 1.5.0 ]
226+ - Add man page for lightdm-set-defaults (LP: #1044485)
227+ - Use xzip for distribution, don't distribute old metadata
228+ - Correctly check if display is active when session quits
229+ - Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against it
230+ - Selectively lock memory rather than calling mlockall for main daemon
231+ [ 1.5.1 ]
232+ - QLightDM: Add Qt5 version of the library: liblightdm-qt5-2 (LP: #1117355)
233+ - QLightDM: Add some missing role names in UsersModel
234+ - QLightDM: Add a backgroundPath role to UsersModel
235+ - QLightDM: Fix potential crash in QLightDM::UsersModel closedown.
236+ - Improve guest session apparmor
237+ - Run each test in its own /tmp dir so they can't interfere with eachother
238+ - Fix script hooks no longer working with latest glib (LP: #1128474)
239+ - Fix display clean up code
240+ * debian/control:
241+ - Use standards version 3.9.4
242+ - Drop bzr branch
243+ - Build-depend on qtbase5-dev
244+ - Add new Qt 5 packages
245+ * debian/patches/08_lp1059510.patch:
246+ * debian/patches/09_lp577919-fix-chromium-launch.patch:
247+ * debian/patches/10_selective_mlock.patch:
248+ * debian/patches/11_runtime_dir_access.patch:
249+ - Applied upstream
250+ * debian/source/format:
251+ - Use 3.0
252+
253+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 08 Mar 2013 11:06:52 +1300
254+
255+lightdm (1.4.0-0ubuntu5) raring; urgency=low
256+
257+ * Add 11_runtime_dir_access.patch: Allow guest session to write
258+ /run/user/<username>/. (LP: #1131139)
259+
260+ -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 25 Feb 2013 14:44:18 +0100
261+
262+lightdm (1.4.0-0ubuntu4) raring; urgency=low
263+
264+ * Update pam configs to call pam_env last and use user_readenv=1
265+ explicitly, so that ~/.pam_environment can always be read even when
266+ home directories are encrypted with ecryptfs. LP: #952185.
267+
268+ -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 12 Feb 2013 12:57:29 -0800
269+
270+lightdm (1.4.0-0ubuntu3) raring; urgency=low
271+
272+ [ Michael Terry ]
273+ * debian/02_disable_tests.patch, debian/rules:
274+ - Drop patch, disable test suite during build by just overriding
275+ dh_auto_test. This way we can still manually run tests
276+ * debian/control, debian/tests:
277+ - Add dep8 tests to run upstream test suite. The suite only works once
278+ lightdm is installed into PREFIX. So we must run via dep8.
279+ Disabled for now until the next upstream release.
280+ * debian/patches/05_add_xserver_core_option.patch:
281+ - Modify test X server to also accept -core
282+ * debian/patches/10_selective_mlock.patch:
283+ - Backport patch from upstream to not use mlockall for the daemon
284+ (LP: #1074279)
285+ * debian/rules:
286+ - Use ./autogen.sh when running dh_autoreconf
287+
288+ [ Matt Fischer ]
289+ * debian/lightdm.install:
290+ - Remove duplicate entry /usr/share/man
291+ - Install apport hook
292+ * debian/lightdm.postinst:
293+ - Fix ownership of /var/lib/lightdm
294+ * debian/lightdm.postrm:
295+ - Correctly remove /var/lib/lightdm on uninstall
296+ * debian/source_lightdm.py:
297+ - Update apport hook
298+
299+ -- Michael Terry <mterry@ubuntu.com> Thu, 31 Jan 2013 11:05:23 -0500
300+
301+lightdm (1.4.0-0ubuntu2) quantal; urgency=low
302+
303+ * debian/patches/01_transition_ubuntu2d_ubuntu_desktop.patch:
304+ - Fix 2d->3d transition to handle new support for accountsservice
305+ LP: #1059137
306+
307+ -- Michael Terry <mterry@ubuntu.com> Tue, 09 Oct 2012 10:26:43 -0400
308+
309+lightdm (1.4.0-0ubuntu1) quantal; urgency=low
310+
311+ * New upstream stable release.
312+ * debian/liblightdm-gobject-1-0.symbols:
313+ - Updated
314+ * debian/patches/06_add_remote_login_hint.patch:
315+ * debian/patches/07_fix_types_in_vapi.patch:
316+ - Applied upstream
317+
318+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 05 Oct 2012 17:33:21 +1300
319+
320+lightdm (1.3.3-0ubuntu5) quantal; urgency=low
321+
322+ * debian/patches/08_lp1059510.patch: allow owner 'rw' access to
323+ /{,var/}run/user/guest-*/dconf/user. Also allow owner writes to sockets in
324+ /{,var/}run/user/guest-*/keyring-*/. (LP: #1059510)
325+ * debian/patches/09_lp577919-fix-chromium-launch.patch: allow launch of
326+ chromium-browser from guest session. (LP: #577919)
327+
328+ -- Jamie Strandboge <jamie@ubuntu.com> Mon, 01 Oct 2012 10:15:51 -0500
329+
330+lightdm (1.3.3-0ubuntu4) quantal; urgency=low
331+
332+ * debian/patches/06_add_remote_login_hint.patch,
333+ debian/liblightdm-gobject-1-0.symbols:
334+ - Add a greeter hint to disable remote login support, and turn it
335+ on by default.
336+
337+ -- Michael Terry <mterry@ubuntu.com> Tue, 11 Sep 2012 11:42:17 -0400
338+
339+lightdm (1.3.3-0ubuntu3) quantal; urgency=low
340+
341+ * debian/patches/06_disable_remote_login.patch:
342+ - Drop patch, thereby enabling Remote Login support (LP: #1040221)
343+
344+ -- Michael Terry <mterry@ubuntu.com> Fri, 07 Sep 2012 11:40:01 -0400
345+
346+lightdm (1.3.3-0ubuntu2) quantal; urgency=low
347+
348+ * debian/patches/07_fix_types_in_vapi.patch:
349+ - Patch from upstream to fix a broken vapi when trying to use
350+ a couple enums
351+
352+ -- Michael Terry <mterry@ubuntu.com> Thu, 06 Sep 2012 17:26:01 -0400
353+
354+lightdm (1.3.3-0ubuntu1) quantal; urgency=low
355+
356+ [ Robert Ancell ]
357+ * New upstream release:
358+ - Add a new remote session type. These sessions create a temporary local
359+ account and authenticate against a remote server. The session is an
360+ application that accesses that remote session (e.g. VNC, RDP etc)
361+ - Support multiple simultaneous PAM prompts (LP: #1043593)
362+ - Set utmp ut_host field to the X display address (LP: #1027760)
363+ - Correctly reap unused authentication sessions (LP: #990661)
364+ * debian/liblightdm-gobject-1-0.symbols:
365+ - Updated
366+
367+ [ Michael Terry ]
368+ * debian/patches/06_disable_remote_login.patch:
369+ - Always return an error when trying to log in to remote sessions,
370+ until the FFe is granted (which is bug 1040221)
371+
372+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 30 Aug 2012 10:15:16 +1200
373+
374+lightdm (1.3.2-0ubuntu3) quantal; urgency=low
375+
376+ [ Christopher James Halse Rogers ]
377+ * debian/patches/05_add_xserver_core_option.patch:
378+ - Pass '-core' to the X server, which will cause it to dump core when
379+ crashing. This will trigger apport, so we'll get more reliable crash
380+ reports from X server crashes.
381+
382+ [ Didier Roche ]
383+ * debian/patches/01_transition_ubuntu2d_ubuntu_desktop.patch:
384+ - unity-2d is not supported anymore and won't be port to gsettings,
385+ transition people using the 2d session to the 3d one. llvmpipe
386+ will be use if no hardware acceleration is available (LP: #1035261)
387+ * debian/patches/01_transition_gnome_ubuntu_desktop.patch:
388+ - removed, not needed anymore
389+
390+ [ Scott Kitterman ]
391+ * Add lightdm-kde-greeter as an alternate recommends for lightdm
392+
393+ -- Didier Roche <didrocks@ubuntu.com> Wed, 15 Aug 2012 08:41:55 +0200
394+
395+lightdm (1.3.2-0ubuntu2) quantal; urgency=low
396+
397+ * Update guest-account script to not depend on Gnome and to set
398+ various KDE settings LP: #1028552
399+
400+ -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 07 Aug 2012 16:37:49 +0100
401+
402+lightdm (1.3.2-0ubuntu1) quantal; urgency=low
403+
404+ * New upstream release:
405+ - Handle clearenv() not being defined
406+ - Fix compilation with GCC 4.7
407+ - Expose remaining properties in QLightDM::Greeter
408+ - Fix utmp records being written before child process created
409+
410+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 17 Jul 2012 18:44:05 +1200
411+
412+lightdm (1.3.1-0ubuntu2) quantal; urgency=low
413+
414+ * debian/control:
415+ - Add build-depends on yelp-tools
416+
417+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 21 Jun 2012 15:22:59 +1200
418+
419+lightdm (1.3.1-0ubuntu1) quantal; urgency=low
420+
421+ * New upstream release:
422+ - Don't set PAM_XDISPLAY or PAM_XAUTHDATA if not supported
423+ - Add lock-memory option, enabled by default, to prevent paging memory
424+ to disk.
425+ - Write utmp records for sessions
426+ - Install PAM configuration
427+ - Run greeters inside the "lightdm-greeter" PAM service
428+ - Handle setresgid and setresuid not being available
429+ - Use xsession directory from lightdm.conf in liblightdm
430+ * debian/rules:
431+ - Install lightdm-greeter PAM config
432+ * debian/lightdm.lightdm-greeter.pam:
433+ - PAM configuration for greeters
434+
435+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 21 Jun 2012 11:47:33 +1200
436+
437+lightdm (1.2.1-0ubuntu1) precise-proposed; urgency=low
438+
439+ * New upstream release:
440+ - Fix wrapper path in AppArmor profile (broken since 1.1.1)
441+ - Add show-manual-login and allow-guest options to lightdm-set-defaults
442+
443+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 18 Apr 2012 18:37:47 +1000
444+
445+lightdm (1.2.0-0ubuntu2) precise; urgency=low
446+
447+ * Fix wrapper path in AppArmor profile. This got broken in 1.1.1. Patch also
448+ committed upstream, and cherry-picked (r1487) (LP: #975901)
449+
450+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 10 Apr 2012 11:06:03 +0200
451+
452+lightdm (1.2.0-0ubuntu1) precise; urgency=low
453+
454+ * New upstream release.
455+ - Backup .xsession-errors on login (LP: #951597)
456+ - Handle failures in pam_setcred
457+ - Open log files in append mode (LP: #951597)
458+ - Add extra checks in liblightdm so that it doesn't send invalid messages
459+ to the daemon (LP: #969023)
460+ - Fix gdmflexiserver not being added to the path (broken since 1.1.4)
461+ (LP: #953554)
462+ - Fix PAM conversations after authentication from locking up sessions
463+ (LP: #956848)
464+ - Fix PAM informational messages locking up autologin
465+ - Change XDMCP manage timeout from 10ms to 126s (maximum specified in the
466+ XDMCP specification)
467+ - Fix greeter-show-guest example (LP: #972711)
468+
469+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 05 Apr 2012 17:26:50 +1000
470+
471+lightdm (1.1.9-0ubuntu2) precise; urgency=low
472+
473+ * debian/lightdm-session:
474+ - include some Xsession macros used by Xsession.d scripts (lp: #900221)
475+
476+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 29 Mar 2012 12:52:34 +0200
477+
478+lightdm (1.1.9-0ubuntu1) precise; urgency=low
479+
480+ [ Gunnar Hjalmarsson ]
481+ * debian/guest-account: Add trailing '/' to the line
482+ "gs_skel=/etc/guest-session/skel" (LP: #956152).
483+
484+ [ Robert Ancell ]
485+ * New upstream release:
486+ * Add --show-users/--hide-users to lightdm-set-defaults
487+ * Call initgroups before pam_setcred - this allows pam_setcred to change
488+ group membership correctly (LP: #880104)
489+
490+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 22 Mar 2012 16:48:59 +1100
491+
492+lightdm (1.1.8-0ubuntu1) precise; urgency=low
493+
494+ * New upstream release:
495+ - Handle PAM interactions that have more than one message in one callback
496+ (LP: #951460)
497+
498+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 15 Mar 2012 12:57:30 +1100
499+
500+lightdm (1.1.7-0ubuntu2) precise; urgency=low
501+
502+ * debian/guest-account: Fix arbitrary file deletion in removal of guest
503+ files in /tmp. Use find/xargs with 0 separators instead of spaces.
504+ (LP: #953044, CVE-2012-0943)
505+
506+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 13 Mar 2012 14:53:10 +0100
507+
508+lightdm (1.1.7-0ubuntu1) precise; urgency=low
509+
510+ * New upstream release.
511+
512+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 09 Mar 2012 15:28:40 +1100
513+
514+lightdm (1.1.6-0ubuntu1) precise; urgency=low
515+
516+ * Upload the new version to Ubuntu
517+ * Reshuffle a bit the vcs to use merge upstream correctly
518+
519+ [ Robert Ancell ]
520+ * New upstream release:
521+ - Fix session wrapper working the same as it did in 1.1.3 (lp: #944736)
522+ - Stop file descriptors leaking into the session processes (lp: #927060)
523+
524+ [ Martin Pitt ]
525+ * debian/control: Fix liblightdm-gobject-1-doc architecture to "all".
526+
527+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 06 Mar 2012 13:45:29 +0100
528+
529+lightdm (1.1.4.is.1.1.3-0ubuntu3) precise; urgency=low
530+
531+ * debian/lightdm.postinst: Drop the disable-while-typing gsettings call
532+ again. The Unity greeter already disables the mouse plugin these days, and
533+ other known greeters do not use g-s-d.
534+ * debian/lightdm.dirs: Really add /etc/X11/, revision 1077 did not actually
535+ do it. (LP: #921169)
536+
537+ -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 05 Mar 2012 13:10:46 +0100
538+
539+lightdm (1.1.4.is.1.1.3-0ubuntu2) precise; urgency=low
540+
541+ [ Matt Fischer ]
542+ * debian/lightdm.dirs:
543+ - Add /etc/X11/ so lightdm.postinst doesn't fail on systems without X
544+ installed (LP: #921169)
545+
546+ [ Martin Pitt ]
547+ * debian/lightdm.postinst: Disable disable-while-typing touchpad setting for
548+ GNOME; we do not really need this feature in lightdm, and multiple
549+ syndaemon instances cause the touchpad to stop working sometimes. Add
550+ libglib2.0-bin dependency for this. (LP: #868400)
551+
552+ -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 05 Mar 2012 12:36:04 +0100
553+
554+lightdm (1.1.4.is.1.1.3-0ubuntu1) precise; urgency=low
555+
556+ * Revert to 1.1.3 until we can figure out proper solution to bug 944736
557+
558+ -- Michael Terry <mterry@ubuntu.com> Fri, 02 Mar 2012 15:03:26 -0500
559+
560+lightdm (1.1.4-0ubuntu1) precise; urgency=low
561+
562+ * New upstream release.
563+ - Change session directory once user permissions are set so it works
564+ on NFS filesystems that don't allow root to access files. (LP: #877766)
565+ - Restructure session code so the PAM authentication is run in its
566+ own process. (LP: #881466)
567+ - Set PAM_XDISPLAY and PAM_XAUTHDATA pam items (LP: #862559)
568+ - Don't send session stdout to .xsession-errors
569+ - Fix Qt bindings crash when removing a user
570+
571+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 01 Mar 2012 20:54:07 +1100
572+
573+lightdm (1.1.3-0ubuntu1) precise; urgency=low
574+
575+ * New upstream release:
576+ - Actually return the system default keyboard layout, not just 'us'
577+ - Add keyboard layout variants to list of keyboard layouts
578+ - Check accountsservice as well as .dmrc for users' layouts
579+ - Add lightdm_user_get_layouts() to query the configured list of layouts
580+ on a per-user basis
581+ - Add Lock D-Bus method that locks the seat and provides a hint to the
582+ greeter to be in lock mode.
583+ - Automatically lock sessions when switching away from them
584+ - Add a has-messages property to liblightdm
585+ - Add regression tests for PAM modules changing usernames
586+ - Don't use g_key_file_unref, it requires glib 2.32
587+
588+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 15 Feb 2012 20:15:08 +1100
589+
590+lightdm (1.1.2-0ubuntu3) precise; urgency=low
591+
592+ * debian/patches/05_keyboard_indicator.patch:
593+ - Backported patch from trunk to fix various keyboard layout issues
594+ preventing greeter keyboard indicators from working.
595+ LP: #919199, LP: #919200, LP: #915468
596+
597+ -- Michael Terry <mterry@ubuntu.com> Sun, 12 Feb 2012 19:37:51 -0500
598+
599+lightdm (1.1.2-0ubuntu2) precise; urgency=low
600+
601+ * Redo the previous update using merge-upstream in the package vcs so the
602+ new version is not reverted in the diff.gz...
603+ * 00upstream_set-defaults_autologin_support.patch:
604+ - dropped, the fix is in the new version
605+
606+ -- Sebastien Bacher <seb128@ubuntu.com> Sun, 12 Feb 2012 13:01:15 +0100
607+
608+lightdm (1.1.2-0ubuntu1) precise; urgency=low
609+
610+ * New upstream release:
611+ - Add regression tests for getting the user language and layout
612+ - Stop accidentally distributing libsystem
613+ - Fix introspection bindings not containing any methods (LP: #920810)
614+ - lightdm-set-defaults can now set the autologin user
615+ - Add Python greeter regression tests (representative of all introspection
616+ based greeters)
617+ - Wait for the VT to become active when switching to avoid a suspected
618+ race condition somewhere between LightDM, X, ConsoleKit and the kernel.
619+ (LP: #851612)
620+ - Stop lightdm_greeter_start_session_sync() blocking on success.
621+ * debian/lightdm.prerm:
622+ - Fix incorrect location of lightdm binary (found by Rolf Anders)
623+
624+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 10 Feb 2012 17:32:47 +1100
625+
626+lightdm (1.1.1-0ubuntu4) precise; urgency=low
627+
628+ * Add 00upstream_set-defaults_autologin_support.patch: Add support for
629+ setting autologin-user in lightdm-set-defaults. Committed to and
630+ backported from trunk.
631+ * debian/lightdm.postinst: Migrate autologin configuration from gdm on first
632+ installation. (LP: #854431)
633+
634+ -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 30 Jan 2012 08:25:03 +0100
635+
636+lightdm (1.1.1-0ubuntu3) precise; urgency=low
637+
638+ [ Aurélien Gâteau ]
639+ * debian/control, liblightdm-qt*.install:
640+ - Rename liblightdm-qt packages to match upstream changes
641+ - Conflicts, Replaces with the buggy version
642+
643+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 19 Jan 2012 11:34:41 +0100
644+
645+lightdm (1.1.1-0ubuntu2) precise; urgency=low
646+
647+ * debian/patches/04_language_options.patch:
648+ - Replace 'locale -a' output with accountsservice's list of
649+ language options (LP: #918225).
650+
651+ -- Gunnar Hjalmarsson <ubuntu@gunnar.cc> Wed, 18 Jan 2012 16:10:29 +0100
652+
653+lightdm (1.1.1-0ubuntu1) precise; urgency=low
654+
655+ * New upstream release:
656+ * Support PAM requesting a change of password (lp: #911597)
657+ * Support for reading users' backgrounds from Accounts Service
658+ (lp: #844081)
659+ * Switching to a user without a password bypasses the greeter
660+ (lp: #861177)
661+ * Move the GTK+ and Qt greeters into their own projects
662+ * Drop the gtk and qt greeters packaging files from this source
663+ * debian/liblightdm-gobject-1-0.symbols:
664+ - list new lightdm_user_get_background symbol
665+ * debian/patches/04_CVE-2011-4105.patch,
666+ debian/patches/05_CVE-2011-3153.patch,
667+ debian/patches/09_show_lang_chooser_option.patch,
668+ debian/patches/10_available_languages.patch,
669+ debian/patches/11_set_language_in_accountsservice.patch:
670+ - dropped, those issues are fixed in the new version or apply to the
671+ gtk greeter which is moved to its own source
672+ * debian/rules:
673+ - install lightdm-set-defaults back to its previous location
674+
675+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 18 Jan 2012 11:10:03 +0100
676+
677+lightdm (1.0.6-0ubuntu4) precise; urgency=low
678+
679+ [ Gunnar Hjalmarsson ]
680+ * debian/lightdm-gtk-greeter-ubuntu.conf and
681+ debian/patches/09_show_lang_chooser_option.patch:
682+ - Disclose the option to enable the language chooser.
683+ * debian/patches/10_available_languages.patch:
684+ - If available, show a list of installed translations in the
685+ language chooser instead of a 'locale -a' list (LP: #868346).
686+ - Use nl_langinfo() to get language and country names for the
687+ language chooser labels.
688+ - Translate language and country names.
689+ - Handle @variants properly.
690+ * debian/patches/11_set_language_in_accountsservice.patch:
691+ - Save item that is selected from the language chooser also when
692+ AccountsService is in use (LP: #868346).
693+
694+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 22 Nov 2011 12:41:43 +1100
695+
696+lightdm (1.0.6-0ubuntu3) precise; urgency=low
697+
698+ * SECURITY UPDATE: file contents disclosure via hard link
699+ - debian/patches/04_CVE-2011-4105.patch: make sure file isn't a symlink
700+ or a hard link before doing the chown on it.
701+ - CVE-2011-4105
702+ * SECURITY UPDATE: file contents disclosure via links (LP: #883865)
703+ - debian/patches/05_CVE-2011-3153.patch: drop privileges before
704+ accessing file.
705+ - CVE-2011-3153
706+
707+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Nov 2011 14:23:53 -0500
708+
709+lightdm (1.0.6-0ubuntu2) precise; urgency=low
710+
711+ * Upload to precise.
712+
713+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 10 Nov 2011 07:19:12 +0100
714+
715+lightdm (1.0.6-0ubuntu1) oneiric-proposed; urgency=low
716+
717+ [ Martin Pitt ]
718+ * debian/lightdm.upstart: Put back check for "text" in kernel command line,
719+ for inhibiting automatic lightdm start. Check $JOB to still allow a manual
720+ "start lightdm" command to work. (LP: #873334)
721+
722+ [ Robert Ancell ]
723+ * New upstream release:
724+ - Use lchown for correcting ownership of ~/.Xauthority instead of chown
725+
726+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 02 Nov 2011 11:37:43 -0400
727+
728+lightdm (1.0.5-0ubuntu1) oneiric-proposed; urgency=low
729+
730+ * New upstream release.
731+ [1.0.5]
732+ - Relax AppArmor guest profile to allow compiz to start
733+ - Connect up VNC settings for width, height, depth
734+ [1.0.4]
735+ - Fix --enable-gtk-greeter=yes not working
736+ - Fix X sessions with arguments in Exec not working
737+ - Use previous session for automatic login or if greeter does not request
738+ one. (LP: #834515)
739+ - Correct ownership of ~/.Xauthority if upgrading from buggy version of
740+ LightDM that had it root owned. (LP: #871667)
741+ - Set default resolution of VNC to 1024x768, add settings for width, height,
742+ depth into lightdm.conf.
743+ - AppArmor profile: Fix broken gnome-keyring and dbus/gwibber, and quiesce
744+ annoying kernel audit messages for privileges that we definitively do not
745+ want to grant. (LP: #877736) (LP: #874635)
746+ - Set LOGNAME environment variable (LP: #875705)
747+ - Mark strings as translatable in GTK greeter (LP: #868613)
748+ [ 1.0.3]
749+ - Fix reference counting issue in ConsoleKit code
750+ - Really add the lightdm-guest-session-wrapper
751+ [ 1.0.2 ]
752+ - Fix daemon from blocking if Accounts Service does not exist
753+ - Fix greeter log file not being written
754+ - Don't set LANG environment variable if using Accounts Service.
755+ - Fix gdmflexiserver not working due to it not being in PATH
756+ - Don't authenticate the greeter user
757+ - Allow greeters to be disabled in configure flags
758+ - Fix over allocation of read buffer in greeter protocol
759+ - Make sure objects are cleaned up on exit
760+ - Fix minor memory leaks
761+ - Fix hugely oversized allocation in greeter buffer. Can trigger
762+ crashes when entering very long passwords.
763+ * debian/patches/00bzr_guest_session_wrapper.diff:
764+ * debian/patches/07_long_password_crash.patch:
765+ * debian/patches/08_correct_ck_ref.patch:
766+ - Applied upstream
767+ * New upstream release.
768+
769+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 26 Oct 2011 12:45:17 -0400
770+
771+lightdm (1.0.1-0ubuntu6) oneiric; urgency=low
772+
773+ * debian/patches/08_correct_ck_ref.patch:
774+ - backported fix from Mikkel Kamstrup Erlandsen for a refcounting issue
775+ which leads to sessions where unity can't start (lp: #851345)
776+
777+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 07 Oct 2011 13:57:44 +0200
778+
779+lightdm (1.0.1-0ubuntu5) oneiric; urgency=low
780+
781+ * Add debian/patches/00bzr_guest_session_wrapper.diff: Add back the guest
782+ session wrapper part that was uploaded in 1.0.0-0ubuntu4. The patch was
783+ correctly merged into trunk, but the 1.0 branch backport missed this
784+ wrapper part and thus broke AppArmor protection entirely. (LP: #849027)
785+
786+ -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 07 Oct 2011 11:47:36 +0200
787+
788+lightdm (1.0.1-0ubuntu4) oneiric; urgency=low
789+
790+ * debian/patches/04_language_not_to_LANG.patch:
791+ * debian/patches/04_dmrc_set_LANG_only.patch:
792+ - Replace LANG disabling code with proper fix (LP: #868149)
793+ * debian/patches/03_launch_dbus.patch:
794+ * debian/patches/05_gdmflexiserver_not_in_PATH.patch:
795+ - Refreshed
796+ * debian/patches/06_accounts_service_timeout.patch:
797+ - Fix D-Bus timeout when accounts service not installed (LP: #866035)
798+ * debian/patches/07_long_password_crash.patch:
799+ - Fix crash with long passwords (LP: #817186)
800+
801+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 06 Oct 2011 15:45:21 +1100
802+
803+lightdm (1.0.1-0ubuntu3) oneiric; urgency=low
804+
805+ * debian/patches/05_gdmflexiserver_not_in_PATH.patch:
806+ - Make sure to insert our own utility path into PATH after PAM
807+ sets PATH, not before. This ensures gdmflexiserver is present
808+ in PATH and can be found by gnome-screensaver, gnome-shell, etc.
809+
810+ -- Michael Terry <mterry@ubuntu.com> Wed, 05 Oct 2011 09:05:31 -0400
811+
812+lightdm (1.0.1-0ubuntu2) oneiric; urgency=low
813+
814+ * debian/patches/04_language_not_to_LANG.patch:
815+ Locale names based on AccountsService's "Language" key may not
816+ go to $LANG, as that property is a language name, not a locale.
817+ (LP: #864618).
818+
819+ -- Gunnar Hjalmarsson <ubuntu@gunnar.cc> Wed, 05 Oct 2011 09:49:15 +0200
820+
821+lightdm (1.0.1-0ubuntu1) oneiric; urgency=low
822+
823+ * New upstream release:
824+ - GTK greeter now remembers last user
825+ - GTK greeter now initializes i18n (LP: #862427)
826+ - Start authentication for automatically selected user in GTK greeter
827+ - Link liblightdm-qt against QtGui
828+ - Fix liblightdm-qt crashing when face images are installed (LP: #850095)
829+ - Set correct permissions on session log files (LP: #863119)
830+ - Prefer a locale with a codeset over one without for setting LANG
831+ (LP: #864618)
832+ - Introduce a lightdm-guest-session-wrapper session command which MAC
833+ systems like AppArmor and SELinux can use for attaching a restrictive
834+ policy to guest sessions.
835+ - Provide an AppArmor profile for guest session lockdown.
836+ * debian/patches/01_guest_session_lockdown.patch:
837+ - Applied upstream
838+
839+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 04 Oct 2011 19:58:25 +1100
840+
841+lightdm (1.0.0-0ubuntu4) oneiric; urgency=low
842+
843+ * Add 01_guest_session_lockdown.patch: Lock down guest session with an
844+ AppArmor profile. This uses the very same approach as gdm-guest-session,
845+ and copies the profile from it. (LP: #849027)
846+ * 03_launch_dbus.patch: Refresh.
847+ * debian/lightdm.install: Install AppArmor profile.
848+
849+ -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 30 Sep 2011 17:30:56 +0200
850+
851+lightdm (1.0.0-0ubuntu3) oneiric; urgency=low
852+
853+ * debian/patches/03_launch_dbus.patch:
854+ - Fix patch applying in the wrong place
855+
856+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 29 Sep 2011 16:08:20 +1000
857+
858+lightdm (1.0.0-0ubuntu2) oneiric; urgency=low
859+
860+ * debian/lightdm-gtk-greeter.postinst,
861+ debian/lightdm-gtk-greeter.postrm,
862+ debian/lightdm-gtk-greeter.preinst:
863+ - move the gtk-greeter conffile starting from 1.0.0-0ubuntu1 and not
864+ 0.9.7-0ubuntu1 (the patch using 0.9.7-0ubuntu1 as a reference has
865+ been integrated in 1.0.0-0ubuntu1 without being updated even if
866+ 0.9.7-0ubuntu2 was already released). Ensure we do it now (LP: #861316)
867+
868+ -- Didier Roche <didrocks@ubuntu.com> Wed, 28 Sep 2011 13:40:40 +0200
869+
870+lightdm (1.0.0-0ubuntu1) oneiric; urgency=low
871+
872+ [ Steve Langasek ]
873+ * don't start on graphics-device-added; reintroducing this reverted the fix
874+ for bug #615549 from maverick without explanation.
875+ * clean up the completely illegible start rule for debian/lightdm.upstart,
876+ killing off the unnecessary parentheses
877+ * debian/lightdm.upstart: when lightdm is shut down by a runlevel call,
878+ emit an upstart event that can be caught by plymouth so it can
879+ distinguish between the DM shutting down for a runlevel change vs. other
880+ causes. LP: #854329.
881+
882+ [ Robert Ancell ]
883+ * New upstream release.
884+ [ 0.9.8 ]
885+ - GetSeatForCookie and GetSessionForCookie are now deprecated. They
886+ remain for now but use the XDG_SEAT_PATH and XDG_SESSION_PATH
887+ environment variables instead.
888+ - Change log filenames to be unique across different display types.
889+ - Fix up script hooks, add regression tests for them
890+ - Complete removal of X code from the core of LightDM, so it can better
891+ support various display types
892+ - Add ability to set the language of a user from the greeter (LP: #803858)
893+ - Set LANG variable based on the user language
894+ - Add language selector into GTK greeter (disabled by default)
895+ - Allow TCP/IP connections if xserver-allow-tcp is true
896+ - Allow lightdm --version to be run as non-root
897+ - Automatically respond to PAM messages without prompts (LP: #783598)
898+ - Create 'AddLocalXSeat' D-Bus method, and require root to use 'AddSeat'
899+ - Fix multi-seat configuration picking the same display number (LP: #851362)
900+ - Use correct D-Bus and power interface in liblightdm-qt (LP: #852803)
901+ - Run pam_setcred inside the session process so pam_group works
902+ (LP: #851347)
903+ - Make sure one session is always selected in the GTK greeter (LP: #819177)
904+ [ 1.0.0 ]
905+ - Explicitly grab keyboard focus in GTK greeter
906+ - Fix removed power and a11y menu items in GTK greeter
907+ - Put system binary directory into path when running in test mode
908+ (LP: #860003)
909+ - Call pam_getenvlist after pam_setcred
910+
911+ [ Lionel Le Folgoc ]
912+ * Make the gtk greeter easily themable by derivatives: (LP: #845549)
913+ - rename lightdm-gtk-greeter.conf to lightdm-gtk-greeter-ubuntu.conf,
914+ and handle the move in maintainer scripts.
915+ - manage /etc/lightdm/lightdm-gtk-greeter.conf with update-alternatives,
916+ by default it uses /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf with a
917+ very low priority.
918+ * debian/control: lightdm-gtk-greeter provides lightdm-gtk-greeter-config.
919+
920+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 28 Sep 2011 16:00:20 +1000
921+
922+lightdm (0.9.7-0ubuntu2) oneiric; urgency=low
923+
924+ * don't start on graphics-device-added; reintroducing this reverted the fix
925+ for bug #615549 from maverick without explanation.
926+ * clean up the completely illegible start rule for debian/lightdm.upstart,
927+ killing off the unnecessary parentheses
928+ * debian/lightdm.upstart: when lightdm is shut down by a runlevel call,
929+ emit an upstart event that can be caught by plymouth so it can
930+ distinguish between the DM shutting down for a runlevel change vs.
931+ other causes. LP: #854329.
932+
933+ -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 25 Sep 2011 22:22:38 -0700
934+
935+lightdm (0.9.7-0ubuntu1) oneiric; urgency=low
936+
937+ * New upstream release.
938+ - Set PAM_TTY to the display name, not the tty device (LP: #851055)
939+
940+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 16 Sep 2011 09:39:22 +1000
941+
942+lightdm (0.9.6-0ubuntu1) oneiric; urgency=low
943+
944+ * New upstream release:
945+ - Only unlock displays if switched to from greeter
946+ - Make log file not system readable
947+ - Write ~/.Xauthority inside the session process so it cannot be hijacked
948+ - Set PAM_TTY and PAM_XDISPLAY when opening PAM session
949+ - Add VNC server support
950+ - Do not write ~/.dmrc and ~/.Xauthority as root. [CVE-2011-3349]
951+ * debian/patches/00upstream_unlock_fix.patch:
952+ * debian/patches/04_dont_write_files_as_root.patch:
953+ - Applied upstream
954+
955+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 15 Sep 2011 17:32:25 +1000
956+
957+lightdm (0.9.5-0ubuntu2) oneiric; urgency=low
958+
959+ * debian/lightdm.config: When installing from scratch as part of a release
960+ upgrade, default to lightdm, otherwise ask. (LP: #806559)
961+ * Add 04_dont_write_files_as_root.patch: Do not write ~/.dmrc and
962+ ~/.Xauthority as root. [CVE-2011-3349]
963+ * Add 00upstream_unlock_fix.patch: Only unlock displays if switched to from
964+ greeter. Cherrypicked from upstream r1137. (LP: #844274)
965+
966+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 15 Sep 2011 08:52:24 +0200
967+
968+lightdm (0.9.5-0ubuntu1) oneiric; urgency=low
969+
970+ [ Steve Langasek ]
971+ * Update upstart job to use current start condition lifted from gdm,
972+ and to check runlevels instead of /proc/cmdline so it's possible to
973+ start lightdm after switching out of recovery mode. LP: #803513.
974+
975+ [ Didier Roche ]
976+ * debian/patches/01_transition_gnome_ubuntu_desktop.patch:
977+ natty-oneiric session name upgrade:
978+ - transition from unity-2d -> ubuntu-2d
979+ - transition from gnome-2d -> gnome-fallback
980+
981+ [ Robert Ancell ]
982+ * New upstream release:
983+ [0.9.5]
984+ - Use accounts service in the daemon if it is available
985+ - Correctly load seat type in multi seat configuration
986+ - Add display-setup, session-setup and session-cleanup scripting hooks
987+ - Fix cancel button in GTK greeter (LP: #819240)
988+ - Fix line through GTK greeter menu items
989+ - Exit daemon if a seat fails which has exit-on-failure set to true
990+ - Add HasGuestAccount property to seat D-Bus interface (LP: #835084)
991+ - Fix XDMCP authorization
992+ - Update man file
993+ - Emit upstart events (LP: #715094)
994+ [0.9.4]
995+ - lightdm-set-defaults enables tweaking the default session and chosen
996+ greeter for lightdm. This is useful for derivatives waiting to not ship
997+ the whole configuration file of lightdm
998+ - Fix crash in GTK+ greeter when a user is added
999+ - Move xsessions-directory and xgreeters-directory from [SeatDefaults] to
1000+ [LightDM]. This is a configuration break, but making it on the assumption
1001+ that these settings are not likely to have been overridden.
1002+ - Fix fallback from org.freedesktop.Accounts to passwd format
1003+ - Fix duplicate user entries being shown when using passwd file
1004+ - Add AddSeat D-Bus method for adding dynamic seats
1005+ - Added a dm-tool program that allows user switching and adding seats
1006+ - Allow remote X servers, e.g. launched using dm-tool add-nested-seat
1007+ - Fix bug where sessions were started when the greeter quit and the user
1008+ hadn't been authorized.
1009+ - Fix bug where sessions used the seat bus name
1010+ - Don't allow autologin-username to be set to empty
1011+ - Fix bug where PAM session was not opened before writing to home directory
1012+ - Fix crash when failing to write X authority
1013+
1014+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 07 Sep 2011 16:09:53 +1000
1015+
1016+lightdm (0.9.3-0ubuntu8) oneiric; urgency=low
1017+
1018+ * debian/patches/series:
1019+ - Add patch from last commit to actually apply. Ahem.
1020+ * debian/rules:
1021+ - Make greeter wrapper executable
1022+
1023+ -- Michael Terry <mterry@ubuntu.com> Thu, 25 Aug 2011 16:20:00 -0400
1024+
1025+lightdm (0.9.3-0ubuntu7) oneiric; urgency=low
1026+
1027+ * debian/install, debian/lightdm-greeter-session,
1028+ debian/patches/03_launch_dbus.patch:
1029+ - Add patch and wrapper script to launch dbus for the greeter so that
1030+ we can safely kill it when the greeter ends.
1031+
1032+ -- Michael Terry <mterry@ubuntu.com> Wed, 24 Aug 2011 15:34:07 -0400
1033+
1034+lightdm (0.9.3-0ubuntu6) oneiric; urgency=low
1035+
1036+ * Backport r1065 to use account service instead of .dmrc (lp: #823718),
1037+ should fix the session not being correct remembered (lp: #818201)
1038+
1039+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 23 Aug 2011 16:21:59 +0200
1040+
1041+lightdm (0.9.3-0ubuntu5) oneiric; urgency=low
1042+
1043+ * Backport potfiles.in fix from trunk
1044+ * debian/lightdm.install: install dm-tool (seat management utility)
1045+
1046+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 18 Aug 2011 15:59:45 +0200
1047+
1048+lightdm (0.9.3-0ubuntu4) oneiric; urgency=low
1049+
1050+ * Updated to current trunk, that's a candidate version version for the next
1051+ update, it fixes those issues:
1052+ - login doesn't work for ecryptfs users (lp: #823775, #824594)
1053+ - "lightdm-gtk-greeter segfaults in get_user_iter when adding a new user"
1054+ (lp: #822470)
1055+ - fix fallback from org.freedesktop.Accounts to passwd format (lp: #817835)
1056+ - empty autologin-user should not be passed to pam (lp: #817581)
1057+ * debian/control.in:
1058+ - build-depends on quilt, it's needed with source v1
1059+ - don't build-depends on valac, vala is not used in the current version
1060+ * debian/lightdm.install:
1061+ - install the manpages as well
1062+ * debian/lightdm.manpages:
1063+ - dropped, it's installed by the upstream make install
1064+ * debian/rules:
1065+ - use the quilt rule
1066+ * debian/source/format:
1067+ - use source v1, it works better with vcs workflows
1068+
1069+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 18 Aug 2011 15:29:42 +0200
1070+
1071+lightdm (0.9.3-0ubuntu3) oneiric; urgency=low
1072+
1073+ * debian/control: stop forcing the unity-greeter recommends (lp: #824299)
1074+
1075+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 11 Aug 2011 23:21:51 +0200
1076+
1077+lightdm (0.9.3-0ubuntu2) oneiric; urgency=low
1078+
1079+ * Backport mterry's changes to the gdmflexiserver functionnality
1080+ * debian/control: default to the unity greeter (lp: #809710)
1081+ * debian/lightdm.install: install the new files
1082+
1083+ [ Didier Roche ]
1084+ * Cherry-pick from upstream:
1085+ - lightdm-set-defaults enables tweaking the default session and chosen
1086+ greeter for lightdm. This is useful for derivatives waiting to not ship
1087+ the whole configuration file of lightdm
1088+ - refreshed translations
1089+ * debian/rules:
1090+ - set "ubuntu" as the default session (unable to login for people who don't
1091+ have a .dmrc, sorry for the kittens…)
1092+
1093+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 10 Aug 2011 18:34:03 +0200
1094+
1095+lightdm (0.9.3-0ubuntu1) oneiric; urgency=low
1096+
1097+ [ Sebastien Bacher ]
1098+ * New upstream version
1099+ * debian/control:
1100+ - build-depends on dh-translations
1101+ - build with the current vala
1102+ - demote the greeter depends back to a recommend, lightdm can be use to
1103+ connect to remote displays and doesn't need a local greeter
1104+ - lightdm depends on dbus (lp: #822824)
1105+ - liblightdm-gobject recommends accountsservice (lp: #822863)
1106+ * debian/liblightdm-gobject-1-0.symbols:
1107+ - track library symbols
1108+ * debian/lightdm.install:
1109+ - ship the translations
1110+ * debian/lightdm.preinst:
1111+ - fix missing dh token
1112+ * debian/rules:
1113+ - reorder rules to work with new dh versions
1114+ - stop the build if the liblightdm-gobject symbols are outdated
1115+ - use dh-translations to generate the translations template
1116+ * debian/source_lightdm.py:
1117+ - get bug informations for apport, thanks Pedro Villavicencio (lp: #819954)
1118+
1119+ [ Didier Roche ]
1120+ * debian/watch:
1121+ - fix debian/watch to get lightdm
1122+ * debian/patches/01_transition_gnome_ubuntu_desktop.patch:
1123+ - transition so that gnome.desktop is now move to ubuntu.desktop as the main
1124+ session. We need that for transitionning to the next step (post LTS) where
1125+ gnome-shell.desktop will be renamed to gnome.desktop
1126+
1127+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 09 Aug 2011 18:21:07 +0200
1128+
1129+lightdm (0.9.2-0ubuntu4) oneiric; urgency=low
1130+
1131+ * debian/control: depends on the greeters rather than recommends, seems some
1132+ users still get no greeter after upgrade otherwise
1133+
1134+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 27 Jul 2011 19:10:47 +0200
1135+
1136+lightdm (0.9.2-0ubuntu3) oneiric; urgency=low
1137+
1138+ * Fix lightdm to conflict liblightdm-gobject-0-0 and liblightdm-qt-0-0,
1139+ so that old greeters are removed on upgrade
1140+ - update debian/control
1141+
1142+ -- Chris Coulson <chris.coulson@canonical.com> Tue, 26 Jul 2011 23:26:49 +0100
1143+
1144+lightdm (0.9.2-0ubuntu2) oneiric; urgency=low
1145+
1146+ * debian/control:
1147+ - recommends the preferred greeter before a virtual one
1148+ - let the new gtk greeter provide the old example named one for easier
1149+ upgrade
1150+
1151+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 26 Jul 2011 21:38:25 +0200
1152+
1153+lightdm (0.9.2-0ubuntu1) oneiric; urgency=low
1154+
1155+ * New upstream release
1156+ [0.9.0]
1157+ - Fix invalid XAUTHORITY variable being set for second X server.
1158+ - Fix bug where switching users created X servers without VTs
1159+ - Release a VT when the X server on it stops
1160+ - Greeters are now just standard X sessions that are stored in
1161+ /usr/share/xgreeters.
1162+ - Drop most of the configure options, they aren't necessary
1163+ - Config changes:
1164+ - Major reorginisation of configuration to make it easier to configure and
1165+ understand. Users should set [SeatDefaults] section with settings for
1166+ all seats, and can override each setting in a per seat configuration.
1167+ - Default seats are now specified using a [Seat:<name>] section. If no
1168+ seats are specified then one is started. This can be overridden by
1169+ setting start-default-seat=false in [LightDM].
1170+ - Support setting autologin user to guest account
1171+ - Split the user accounts configuration into /etc/lightdm/users.conf so
1172+ the main config can be private.
1173+ - The default user session is now "default". Distributions should put a
1174+ symlink to their chosen default or set one in lightdm.conf.
1175+ - XDMCP keys now stored in keys.conf
1176+ - liblightdm API changes:
1177+ - Both libraries are now version 1 and have API and ABI guarantees.
1178+ - Face images are now local paths not URIs
1179+ - liblightdm-gobject now uses lightdm_ prefix instead of ldm_
1180+ - Non-greeter functions are now moved out of the Greeter class
1181+ - connect_to_server() is now called connect_sync and blocks until
1182+ completion.
1183+ - start_session() is now called start_session_sync and blocks until
1184+ completion. The quit signal is removed, and the greeter should quit if
1185+ this method returns TRUE.
1186+ - login() is now called authenticate()
1187+ - Greeters now have hints instead of configuration (greeters should load
1188+ their own configuration from /etc/lightdm if they need it).
1189+ - liblightdm-gobject uses AccountsService if it is available
1190+ - Added regression tests for liblightdm-qt
1191+ - D-Bus API changes:
1192+ - Expose Seats and Sessions on org.freedesktop.DisplayManager
1193+ - Add a CanSwitch property
1194+ - Rename ShowGreeter() to SwitchToGreeter()
1195+ - Greeter changes:
1196+ - Drop "example" from the name of the GTK+ and Qt greeters and make them
1197+ official default greeters.
1198+ - Use GTK3 for GTK+ greeter.
1199+ - Removed the Vala and Python GTK+ greeters, they weren't being well
1200+ maintained.
1201+ [0.9.1]
1202+ - Fix up translation build system
1203+ - Add a --with-greeter-user configure option
1204+ - Fix greeter-user configuration not being used
1205+ - Abort greeter if attempted to be run as root and greeter-user set
1206+ - Fix setting session in GTK+ greeter
1207+ [0.9.2]
1208+ - Fix annotation and Vala bindings for getting the UserList singleton
1209+ - Fix GTK+ greeter error label not being shown
1210+ - Don't set SIGQUIT to ignore in child processes
1211+ - Reworked the PAM code as ecryptfs users weren't able to log in. They
1212+ can now but not sure what changed to fix that!?
1213+ * debian/control:
1214+ - Build depend on libgtk3.0-dev, not libgtk2.0-dev
1215+ - Drop obsolete greeters, use new ones
1216+ - lightdm conflicts with liblightdm-gobject-1 and liblightdm-qt-1 so old
1217+ greeters will be removed.
1218+ - Update versions of libraries
1219+ * debian/lightdm.conf:
1220+ - Removed, no longer needs configuration
1221+ * debian/patches/01_resize_grip.patch:
1222+ - Dropped, not required anymore
1223+
1224+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 26 Jul 2011 19:19:00 +1000
1225+
1226+lightdm (0.4.4-0ubuntu1) oneiric; urgency=low
1227+
1228+ * New upstream release
1229+ - Fix failure to accept XDMCP connections due to invalid assert.
1230+ - Allow minimum-display-number to be set in lightdm.conf and on the command
1231+ line.
1232+ - Session X authority now written to ~/.Xauthority by default. It can be
1233+ configured to run from the system location by setting
1234+ user-authority-in-system-dir=true in lightdm.conf.
1235+ - When using system authority the authority can be updated by the user.
1236+ (LP: #795046)
1237+ - Written X authority files now checks hostname and display number.
1238+ - Enironment is no longer passed through to X servers and sessions, this is
1239+ no longer required now PAM works correctly.
1240+ - liblightdm API changes:
1241+ - Drop ldm_greeter_get_is_first() - it was added for testing and doesn't
1242+ work well.
1243+ - Fix more errors where authentication messages from previous sessions could
1244+ be confused with new sessions.
1245+ - Added XDMCP regression tests.
1246+ * debian/lightdm.conf:
1247+ - Updated to latest format
1248+
1249+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 15 Jul 2011 13:35:49 +1000
1250+
1251+lightdm (0.4.3-0ubuntu1) oneiric; urgency=low
1252+
1253+ * New upstream release
1254+
1255+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 13 Jul 2011 15:06:13 +1000
1256+
1257+lightdm (0.4.2-0ubuntu2) oneiric; urgency=low
1258+
1259+ * debian/Xsession:
1260+ - Correctly load ~/.Xresource
1261+
1262+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 06 Jul 2011 09:29:15 +1000
1263+
1264+lightdm (0.4.2-0ubuntu1) oneiric; urgency=low
1265+
1266+ * New upstream release
1267+ - Fixes (LP: #798277)
1268+ * debian/lightdm.upstart:
1269+ - Don't source /etc/environment or /etc/default/locale - this is done in PAM
1270+ * debian/Xsession:
1271+ - Handle X resource directory being empty (LP: #800193)
1272+
1273+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 05 Jul 2011 15:22:12 +1000
1274+
1275+lightdm (0.4.1-0ubuntu1) oneiric; urgency=low
1276+
1277+ * New upstream release
1278+ - Fixes (LP: #793366)
1279+ * debian/lightdm.conf:
1280+ * debian/guest-session-cleanup.sh:
1281+ * debian/guest-session-setup.sh:
1282+ - Enable guest session
1283+
1284+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 30 Jun 2011 17:04:25 +0100
1285+
1286+lightdm (0.4.0-0ubuntu7) oneiric; urgency=low
1287+
1288+ * debian/Xsession:
1289+ - Correctly load Xresources (LP: #800193)
1290+
1291+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 27 Jun 2011 09:43:49 +0100
1292+
1293+lightdm (0.4.0-0ubuntu6) oneiric; urgency=low
1294+
1295+ * debian/Xsession:
1296+ - Set required variables to make Xsession.d scripts work (LP: #800192)
1297+
1298+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 27 Jun 2011 00:03:12 +1000
1299+
1300+lightdm (0.4.0-0ubuntu5) oneiric; urgency=low
1301+
1302+ * debian/lightdm.lightdm-autologin.pam, debian/rules:
1303+ - Actually install autologin PAM configuration (LP: #797669).
1304+
1305+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 17 Jun 2011 12:52:33 +0100
1306+
1307+lightdm (0.4.0-0ubuntu4) oneiric; urgency=low
1308+
1309+ * debian/control: don't depends on gnome-icon-theme-full, the purpose of the
1310+ binary is to not be installed by default, icons should be moved rather
1311+
1312+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 17 Jun 2011 11:28:05 +0200
1313+
1314+lightdm (0.4.0-0ubuntu3) oneiric; urgency=low
1315+
1316+ * debian/control:
1317+ - Make GTK greeters depend on gnome-icon-theme-full (LP: #796793)
1318+ * debian/Xsession:
1319+ * debian/lightdm.conf:
1320+ - Load profile and X resources when running session (LP: #794315)
1321+ (LP: #795083)
1322+
1323+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 17 Jun 2011 15:26:59 +1000
1324+
1325+lightdm (0.4.0-0ubuntu2) oneiric; urgency=low
1326+
1327+ * debian/copyright:
1328+ - Drop copyright reference to obsolete ck-connector.[ch]
1329+ * debian/patches/02_disable_tests.patch:
1330+ - Disable regression tests as they're not running on the buildd's correctly
1331+
1332+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 17 Jun 2011 13:55:12 +1000
1333+
1334+lightdm (0.4.0-0ubuntu1) oneiric; urgency=low
1335+
1336+ * New upstream release
1337+ * debian/control:
1338+ - Add build-depends on dbus for regression tests
1339+ - lightdm pre-depends on dpkg (>= 1.15.7.2) to get dpkg-maintscript-helper
1340+ support
1341+ - Drop build-depends on libdbus-glib-1-dev, libck-connector-dev
1342+ * debian/lightdm.conf:
1343+ - Update to latest format
1344+ * debian/lightdm.postinst:
1345+ * debian/lightdm.postrm:
1346+ * debian/lightdm.preinst:
1347+ - Move config file from /etc/lightdm.conf to /etc/lightdm/lightdm.conf
1348+ * debian/lightdm-autologin.pam:
1349+ - Add autologin PAM session
1350+ * debian/patches/01_resize_grip.patch:
1351+ - Don't show resize grip on window
1352+ * debian/patches/01_handle_all_signals.patch:
1353+ * debian/patches/02_process_exit.patch:
1354+ - Applied upstream
1355+
1356+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 17 Jun 2011 12:31:14 +1000
1357+
1358+lightdm (0.3.7-0ubuntu2) oneiric; urgency=low
1359+
1360+ * debian/control:
1361+ - Add ${python:Depends} and required dependencies for
1362+ lightdm-greeter-example-python-gtk package (LP: #787409)
1363+ * debian/patches/01_handle_all_signals.patch:
1364+ - Correctly handle signals from external processes (LP: #789389)
1365+ * debian/patches/02_process_exit.patch:
1366+ - Fix crash when child processes quit (LP: #795050)
1367+
1368+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 10 Jun 2011 16:24:56 +1000
1369+
1370+lightdm (0.3.7-0ubuntu1) oneric; urgency=low
1371+
1372+ * New upstream release
1373+
1374+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 30 May 2011 20:22:39 +1000
1375+
1376+lightdm (0.3.6-0ubuntu1) oneiric; urgency=low
1377+
1378+ * New upstream release
1379+ * debian/lightdm.conf:
1380+ - Start display on active VT
1381+
1382+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 30 May 2011 16:43:37 +1000
1383+
1384+lightdm (0.3.5-0ubuntu1) oneiric; urgency=low
1385+
1386+ * New upstream release
1387+
1388+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 24 May 2011 15:38:04 +1000
1389+
1390+lightdm (0.3.4-0ubuntu1) oneiric; urgency=low
1391+
1392+ * New upstream release
1393+
1394+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 20 May 2011 14:56:09 +1000
1395+
1396+lightdm (0.3.3-0ubuntu1) natty; urgency=low
1397+
1398+ * New upstream release
1399+ * debian/lightdm-greeter-example-gtk.install:
1400+ - Install .ui file
1401+
1402+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 10 May 2011 17:45:50 +0200
1403+
1404+lightdm (0.3.2-0ubuntu1) natty; urgency=low
1405+
1406+ * New upstream release:
1407+ * debian/lightdm-greeter-*.install:
1408+ - Use new binary names
1409+ * debian/lightdm.conf:
1410+ - Start display on VT 7
1411+
1412+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 21 Apr 2011 15:31:24 +1000
1413+
1414+lightdm (0.3.0-0ubuntu1) natty; urgency=low
1415+
1416+ * New upstream release
1417+ * debian/control:
1418+ - Add build-depends on valac
1419+ - Drop build-depends on libwebkitgtk-dev
1420+ - Rename gir1.0-lightdm-0 to gir1.2-lightdm-0
1421+ - Webkit engine and theme dropped
1422+ - Merge theme and engines into one package
1423+ - Add vala-gtk, python-gtk and qt greeters
1424+
1425+ -- Robert Ancell <robert.ancell@canonical.com> Sat, 16 Apr 2011 18:22:50 +1000
1426+
1427+lightdm (0.2.3-0ubuntu2) natty; urgency=low
1428+
1429+ * debian/control:
1430+ - Fix Vcs-Bzr link
1431+
1432+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 14 Jan 2011 14:44:48 -0600
1433+
1434+lightdm (0.2.3-0ubuntu1) natty; urgency=low
1435+
1436+ * New upstream release
1437+ * debian/control:
1438+ - Build depend on libwebkitgtk-dev
1439+
1440+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 14 Jan 2011 14:39:15 -0600
1441+
1442+lightdm (0.2.2-0ubuntu2) natty; urgency=low
1443+
1444+ * debian/copyright:
1445+ - Update copyright for liblightdm-gobject and liblightdm-qt
1446+
1447+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 15 Dec 2010 10:16:16 +1100
1448+
1449+lightdm (0.2.2-0ubuntu1) natty; urgency=low
1450+
1451+ * New upstream release
1452+ * debian/copyright:
1453+ - Update copyright for src/ck-connector.[ch]
1454+ * debian/liblightdm-gobject-0-dev:
1455+ - .vapi file has moved location
1456+ * debian/lightdm.upstart:
1457+ - Tidy up upstart config
1458+ * debian/rules:
1459+ - Compile with --with-greeter-user=lightdm
1460+
1461+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 09 Dec 2010 11:45:44 +1100
1462+
1463+lightdm (0.2.1-0ubuntu1) natty; urgency=low
1464+
1465+ [ Julien Lavergne ]
1466+ * debian/lightdm.{config,pam,postinst,postrm,prerm,upstart,init}
1467+ - Add configuration based on gdm and xdm ones.
1468+ * debian/rules:
1469+ - Use dh_installinit --no-start
1470+ - Remove .la and .a files.
1471+ - Pass --list-missing to dh_install.
1472+ - Don't use --with quilt with format 3.0.
1473+ - Use with autoreconf.
1474+ * debian/control:
1475+ - Add myself to Uploaders, and use ubuntu address for Maintainer.
1476+ - Build-depends on dh-autoreconf and gtk-doc-tools
1477+ - Improve the description.
1478+ - Add depends on libpam-runtime (>= 0.76-14) and libpam-modules for pam
1479+ support.
1480+ - Add depends on adduser.
1481+ - Provides x-display-manager.
1482+ - Add depends on libglib2.0-dev, libdbus-glib-1-dev and libxklavier-dev for
1483+ libldmgreeter-dev.
1484+ * debian/libldmgreeter-dev.install:
1485+ - Install .so
1486+ * debian/lightdm.install
1487+ - Install conf file for DBus.
1488+ * debian/lightdm.dirs
1489+ - Add /var directories for logs, and cache.
1490+ * debian/po & debian/lightdm.template:
1491+ - Add translations for display manager switch.
1492+ * debian/copyright:
1493+ - Update address for source code and copyright for debian/.
1494+ * debian/lightdm.conf:
1495+ - Sync with upstream modification.
1496+ * debian/lightdm.manpages
1497+ - Add the upstream manpage.
1498+
1499+ [ Robert Ancell ]
1500+ * New upstream release
1501+ * Rename from libldmgreeter to liblightdm
1502+ * debian/control:
1503+ - Use ubuntu-desktop Bzr link
1504+ * debian/gir1.0-lightdm-0.install:
1505+ - Install typelib into correct package
1506+ * debian/lightdm.postinst:
1507+ * debian/lightdm.postrm:
1508+ - Create lightdm user
1509+
1510+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 01 Dec 2010 08:40:37 +1100
1511+
1512+lightdm (0.2.0-0ubuntu1) maverick; urgency=low
1513+
1514+ * New upstream release
1515+ * debian/control:
1516+ - Use standards version 3.9.1
1517+ * debian/lightdm.conf:
1518+ * debian/rules:
1519+ - Make an Ubuntu specific default config file
1520+
1521+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 12 Nov 2010 13:58:43 +1100
1522+
1523+lightdm (0.1.2-0ubuntu2) maverick; urgency=low
1524+
1525+ * debian/lightdm-theme-gnome.install:
1526+ * debian/lightdm-theme-webkit.install:
1527+ - Fix install location of themes
1528+
1529+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 12 Oct 2010 15:52:24 +1100
1530+
1531+lightdm (0.1.2-0ubuntu1) maverick; urgency=low
1532+
1533+ * New upstream release
1534+
1535+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 10 Sep 2010 16:57:49 +1000
1536+
1537+lightdm (0.1.1-0ubuntu1) maverick; urgency=low
1538+
1539+ * New upstream release
1540+
1541+ -- Robert Ancell <robert.ancell@canonical.com> Sat, 14 Aug 2010 22:06:43 +1000
1542+
1543+lightdm (0.1.0-0ubuntu2) maverick; urgency=low
1544+
1545+ * debian/lightdm-theme-gnome.install:
1546+ - Install gnome theme data
1547+
1548+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 22 Jul 2010 22:17:46 +0200
1549+
1550+lightdm (0.1.0-0ubuntu1) maverick; urgency=low
1551+
1552+ * New upstream release
1553+
1554+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 22 Jul 2010 21:57:35 +0200
1555+
1556+lightdm (0.0.4-0ubuntu1) maverick; urgency=low
1557+
1558+ * New upstream release
1559+ * debian/control:
1560+ - Build-depend on libxdmcp-dev, libxcb1-dev
1561+ - Use standards-version 3.9.0
1562+
1563+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 16 Jul 2010 10:12:40 +1000
1564+
1565+lightdm (0.0.3-0ubuntu2) maverick; urgency=low
1566+
1567+ * debian/control:
1568+ - Build-depend on libxklavier-dev
1569+
1570+ -- Robert Ancell <robert.ancell@canonical.com> Sat, 10 Jul 2010 15:33:57 +1000
1571+
1572+lightdm (0.0.3-0ubuntu1) maverick; urgency=low
1573+
1574+ * New upstream release
1575+ - Wait for signal from X server before starting session
1576+ - Add language API
1577+ - Add keyboard layout API
1578+ - Add gettext support to the WebKit greeter
1579+
1580+ -- Robert Ancell <robert.ancell@canonical.com> Sat, 10 Jul 2010 14:07:26 +1000
1581+
1582+lightdm (0.0.2-0ubuntu1maverick1) maverick; urgency=low
1583+
1584+ * New upstream release:
1585+ - Fix installation of D-Bus service file
1586+ - Allow DISPLAY env variable to be passed to X server so can run Xephyr
1587+ - Handle no automatic login in webkit theme
1588+ * debian/control:
1589+ - Remove invalid ${shlibs:Depends} lines on binary free packages
1590+ * debian/watch:
1591+ - Update watch location
1592+
1593+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 01 Jul 2010 11:47:58 +1000
1594+
1595+lightdm (0.0.1-0ubuntu1) maverick; urgency=low
1596+
1597+ * Initial release
1598+
1599+ -- Robert Ancell <robert.ancell@canonical.com> Sun, 27 Jun 2010 11:14:01 +1000
1600
1601=== added file 'debian/compat'
1602--- debian/compat 1970-01-01 00:00:00 +0000
1603+++ debian/compat 2013-06-27 07:18:27 +0000
1604@@ -0,0 +1,1 @@
1605+7
1606
1607=== added file 'debian/control'
1608--- debian/control 1970-01-01 00:00:00 +0000
1609+++ debian/control 2013-06-27 07:18:27 +0000
1610@@ -0,0 +1,136 @@
1611+Source: lightdm
1612+Section: x11
1613+Priority: optional
1614+Maintainer: Robert Ancell <robert.ancell@ubuntu.com>
1615+Uploaders: Julien Lavergne <gilir@ubuntu.com>
1616+Standards-Version: 3.9.4
1617+Build-Depends: debhelper (>= 7.0.50~),
1618+ gnome-common,
1619+ intltool (>= 0.35.0),
1620+ quilt,
1621+ libgcrypt11-dev,
1622+ libglib2.0-dev,
1623+ libpam0g-dev,
1624+ libxdmcp-dev,
1625+ libxcb1-dev,
1626+ libxklavier-dev,
1627+ libgtk-3-dev,
1628+ gobject-introspection,
1629+ libgirepository1.0-dev,
1630+ libqt4-dev,
1631+ qtbase5-dev,
1632+ dh-autoreconf,
1633+ dh-translations,
1634+ gtk-doc-tools,
1635+ yelp-tools,
1636+ dbus,
1637+ python-gi,
1638+Homepage: https://launchpad.net/lightdm
1639+
1640+Package: lightdm
1641+Architecture: any
1642+Pre-Depends: dpkg (>= 1.15.7.2)
1643+Depends: ${misc:Depends},
1644+ ${shlibs:Depends},
1645+ libpam-runtime (>= 0.76-14),
1646+ libpam-modules,
1647+ adduser,
1648+ libglib2.0-bin,
1649+ dbus,
1650+ plymouth (>= 0.8.8-0ubuntu6.1),
1651+ unity-system-compositor,
1652+Recommends: xserver-xorg,
1653+ unity-greeter | lightdm-greeter | lightdm-kde-greeter
1654+Conflicts: liblightdm-gobject-0-0,
1655+ liblightdm-qt-0-0
1656+Provides: x-display-manager
1657+Description: Display Manager
1658+ LightDM is a X display manager that:
1659+ * Has a lightweight codebase
1660+ * Is standards compliant (PAM, ConsoleKit, etc)
1661+ * Has a well defined interface between the server and user interface
1662+ * Cross-desktop (greeters can be written in any toolkit)
1663+
1664+Package: liblightdm-gobject-1-0
1665+Architecture: any
1666+Depends: ${misc:Depends},
1667+ ${shlibs:Depends},
1668+Recommends: lightdm,
1669+ accountsservice,
1670+Description: LightDM GObject client library
1671+ A GObject based library for LightDM clients to use to interface with LightDM.
1672+
1673+Package: gir1.2-lightdm-1
1674+Section: libs
1675+Architecture: any
1676+Depends: ${misc:Depends},
1677+ liblightdm-gobject-1-0 (= ${binary:Version}),
1678+Description: Typelib file for liblightdm-1
1679+ A GObject based library for LightDM clients to use to interface with LightDM.
1680+
1681+Package: liblightdm-qt-3-0
1682+Architecture: any
1683+Depends: ${misc:Depends},
1684+ ${shlibs:Depends},
1685+Recommends: lightdm
1686+Conflicts: liblightdm-qt-1-0 (>= 1.1.1)
1687+Replaces: liblightdm-qt-1-0 (>= 1.1.1)
1688+Description: LightDM Qt client library
1689+ A Qt based library for LightDM clients to use to interface with LightDM.
1690+
1691+Package: liblightdm-qt5-3-0
1692+Architecture: any
1693+Depends: ${misc:Depends},
1694+ ${shlibs:Depends},
1695+Recommends: lightdm,
1696+Description: LightDM Qt 5 client library
1697+ A Qt 5 based library for LightDM clients to use to interface with LightDM.
1698+
1699+Package: liblightdm-gobject-1-dev
1700+Section: libdevel
1701+Architecture: any
1702+Depends: ${misc:Depends},
1703+ liblightdm-gobject-1-0 (= ${binary:Version}),
1704+ libglib2.0-dev,
1705+ libdbus-glib-1-dev,
1706+ libxklavier-dev,
1707+Description: LightDM GObject client library (development files)
1708+ A GObject based library for LightDM clients to use to interface with LightDM.
1709+ .
1710+ This package contains header files and development information, which
1711+ is useful for building LightDM greeters and user switchers.
1712+
1713+Package: liblightdm-qt-dev
1714+Section: libdevel
1715+Architecture: any
1716+Depends: ${misc:Depends},
1717+ liblightdm-qt-3-0 (= ${binary:Version}),
1718+ libqt4-dev,
1719+Breaks: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
1720+Replaces: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
1721+Description: LightDM Qt client library (development files)
1722+ A Qt based library for LightDM clients to use to interface with LightDM.
1723+ .
1724+ This package contains header files and development information, which
1725+ is useful for building LightDM greeters and user switchers.
1726+
1727+Package: liblightdm-qt5-3-dev
1728+Section: libdevel
1729+Architecture: any
1730+Depends: ${misc:Depends},
1731+ liblightdm-qt5-3-0 (= ${binary:Version}),
1732+ libqt4-dev,
1733+Description: LightDM Qt 5 client library (development files)
1734+ A Qt 5 based library for LightDM clients to use to interface with LightDM.
1735+ .
1736+ This package contains header files and development information, which
1737+ is useful for building LightDM greeters and user switchers.
1738+
1739+Package: liblightdm-gobject-1-doc
1740+Section: doc
1741+Architecture: all
1742+Depends: ${misc:Depends},
1743+Description: LightDM client library (documentation)
1744+ A GObject based library for LightDM clients to use to interface with LightDM.
1745+ .
1746+ This package contains HTML documentation.
1747
1748=== added file 'debian/copyright'
1749--- debian/copyright 1970-01-01 00:00:00 +0000
1750+++ debian/copyright 2013-06-27 07:18:27 +0000
1751@@ -0,0 +1,76 @@
1752+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
1753+Name: LightDM
1754+Maintainer: Robert Ancell <robert.ancell@gmail.com>
1755+Source: https://launchpad.net/lightdm
1756+
1757+Files: *
1758+Copyright: 2010, Robert Ancell <robert.ancell@gmail.com>
1759+License: GPL-3+
1760+
1761+Files: liblightdm-gobject/* liblightdm-qt/*
1762+Copyright: 2010, Robert Ancell <robert.ancell@gmail.com>
1763+License: LGPL-3+
1764+
1765+Files: debian/*
1766+Copyright:
1767+ 2010, Robert Ancell <robert.ancell@gmail.com>
1768+ 2010, Julien Lavergne <gilir@ubuntu.com>
1769+License: GPL-3+
1770+
1771+Files: debian/*.config
1772+ debian/*.init
1773+Copyright:
1774+ 1998-2002, 2004, 2005 Branden Robinson <branden@debian.org>.
1775+ 2006 Eugene Konev <ejka@imfi.kspu.ru>
1776+License: GPL-2+
1777+
1778+License: GPL-3+
1779+ This program is free software: you can redistribute it and/or modify
1780+ it under the terms of the GNU General Public License as published by
1781+ the Free Software Foundation, either version 3 of the License, or
1782+ (at your option) any later version.
1783+ .
1784+ This program is distributed in the hope that it will be useful,
1785+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1786+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1787+ GNU General Public License for more details.
1788+ .
1789+ You should have received a copy of the GNU General Public License
1790+ along with this program. If not, see <http://www.gnu.org/licenses/>.
1791+X-Comment: On Debian systems, the complete text of the GNU General
1792+ Public License can be found in `/usr/share/common-licenses/GPL-3’.
1793+
1794+License: LGPL-3+
1795+ This package is free software; you can redistribute it and/or
1796+ modify it under the terms of the GNU Lesser General Public
1797+ License as published by the Free Software Foundation; either
1798+ version 3 of the License, or (at your option) any later version.
1799+ .
1800+ This package is distributed in the hope that it will be useful,
1801+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1802+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1803+ Lesser General Public License for more details.
1804+ .
1805+ You should have received a copy of the GNU Lesser General Public
1806+ License along with this package; if not, write to the Free Software
1807+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
1808+ USA
1809+X-Comment: On Debian systems, the complete text of the GNU Lesser General
1810+ Public License can be found in `/usr/share/common-licenses/LGPL-3’.
1811+
1812+License: GPL-2+
1813+ This program is free software; you can redistribute it and/or modify
1814+ it under the terms of the GNU General Public License as published by
1815+ the Free Software Foundation; either version 2 of the License, or
1816+ (at your option) any later version.
1817+
1818+ This program is distributed in the hope that it will be useful,
1819+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1820+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1821+ GNU General Public License for more details.
1822+
1823+ You should have received a copy of the GNU General Public License along
1824+ with this program; if not, write to the Free Software Foundation, Inc.,
1825+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1826+X-Comment: On Debian systems, the complete text of the GNU General
1827+ Public License can be found in `/usr/share/common-licenses/GPL-2’.
1828
1829=== added file 'debian/gir1.2-lightdm-1.install'
1830--- debian/gir1.2-lightdm-1.install 1970-01-01 00:00:00 +0000
1831+++ debian/gir1.2-lightdm-1.install 2013-06-27 07:18:27 +0000
1832@@ -0,0 +1,1 @@
1833+debian/tmp/usr/lib/girepository-1.0
1834
1835=== added file 'debian/guest-account'
1836--- debian/guest-account 1970-01-01 00:00:00 +0000
1837+++ debian/guest-account 2013-06-27 07:18:27 +0000
1838@@ -0,0 +1,154 @@
1839+#!/bin/sh -e
1840+# (C) 2008 Canonical Ltd.
1841+# Author: Martin Pitt <martin.pitt@ubuntu.com>
1842+# License: GPL v2 or later
1843+# modified by David D Lowe and Thomas Detoux
1844+#
1845+# Setup user and temporary home directory for guest session.
1846+# If this succeeds, this script needs to print the username as the last line to
1847+# stdout.
1848+
1849+add_account ()
1850+{
1851+ HOME=`mktemp -td guest-XXXXXX`
1852+ USER=`echo $HOME | sed 's/\(.*\)guest/guest/'`
1853+
1854+ # if $USER already exists, it must be a locked system account with no existing
1855+ # home directory
1856+ if PWSTAT=`passwd -S "$USER"` 2>/dev/null; then
1857+ if [ "`echo \"$PWSTAT\" | cut -f2 -d\ `" != "L" ]; then
1858+ echo "User account $USER already exists and is not locked"
1859+ exit 1
1860+ fi
1861+ PWENT=`getent passwd "$USER"` || {
1862+ echo "getent passwd $USER failed"
1863+ exit 1
1864+ }
1865+ GUEST_UID=`echo "$PWENT" | cut -f3 -d:`
1866+ if [ "$GUEST_UID" -ge 500 ]; then
1867+ echo "Account $USER is not a system user"
1868+ exit 1
1869+ fi
1870+ HOME=`echo "$PWENT" | cut -f6 -d:`
1871+ if [ "$HOME" != / ] && [ "${HOME#/tmp}" = "$HOME" ] && [ -d "$HOME" ]; then
1872+ echo "Home directory of $USER already exists"
1873+ exit 1
1874+ fi
1875+ else
1876+ # does not exist, so create it
1877+ adduser --system --no-create-home --home / --gecos "Guest" --group --shell /bin/bash $USER || {
1878+ umount "$HOME"
1879+ rm -rf "$HOME"
1880+ exit 1
1881+ }
1882+ fi
1883+
1884+ # create temporary home directory
1885+ mount -t tmpfs -o mode=700 none "$HOME" || { rm -rf "$HOME"; exit 1; }
1886+ chown $USER:$USER "$HOME"
1887+ gs_skel=/etc/guest-session/skel/
1888+ if [ -d "$gs_skel" ] && [ -n "`find $gs_skel -type f`" ]; then
1889+ cp -rT $gs_skel "$HOME"
1890+ else
1891+ cp -rT /etc/skel/ "$HOME"
1892+ fi
1893+ chown -R $USER:$USER "$HOME"
1894+ usermod -d "$HOME" "$USER"
1895+
1896+ #
1897+ # setup session
1898+ #
1899+
1900+ # disable screensaver, to avoid locking guest out of itself (no password)
1901+ if [ -e /usr/bin/gconftool-2 ]; then
1902+ su $USER <<EOF
1903+ gconftool-2 --set --type bool /desktop/gnome/lockdown/disable_lock_screen True
1904+EOF
1905+ fi
1906+
1907+ # disable some services that are unnecessary for the guest session
1908+ mkdir --parents "$HOME"/.config/autostart
1909+ cd /etc/xdg/autostart/
1910+ services="jockey-kde.desktop jockey-gtk.desktop update-notifier.desktop user-dirs-update-gtk.desktop"
1911+ for service in $services
1912+ do
1913+ if [ -e /etc/xdg/autostart/"$service" ] ; then
1914+ cp "$service" "$HOME"/.config/autostart
1915+ echo "X-GNOME-Autostart-enabled=false" >> "$HOME"/.config/autostart/"$service"
1916+ fi
1917+ done
1918+
1919+ mkdir -p "$HOME"/.kde/share/config
1920+ echo "[Basic Settings]" >> "$HOME"/.kde/share/config/nepomukserverrc
1921+ echo "Start Nepomuk=false" >> "$HOME"/.kde/share/config/nepomukserverrc
1922+
1923+ echo "[Event]" >> "$HOME"/.kde/share/config/notificationhelper
1924+ echo "hideHookNotifier=true" >> "$HOME"/.kde/share/config/notificationhelper
1925+ echo "hideInstallNotifier=true" >> "$HOME"/.kde/share/config/notificationhelper
1926+ echo "hideRestartNotifier=true" >> "$HOME"/.kde/share/config/notificationhelper
1927+
1928+ # Load restricted session
1929+ #dmrc='[Desktop]\nSession=guest-restricted'
1930+ #/bin/echo -e "$dmrc" > "$HOME"/.dmrc
1931+
1932+ chown -R $USER:$USER "$HOME"
1933+
1934+ # set possible local guest session preferences
1935+ if [ -f /etc/guest-session/prefs.sh ]; then
1936+ . /etc/guest-session/prefs.sh
1937+ fi
1938+
1939+ echo $USER
1940+}
1941+
1942+remove_account ()
1943+{
1944+ USER=$1
1945+
1946+ PWENT=`getent passwd "$USER"` || {
1947+ echo "Error: invalid user $USER"
1948+ exit 1
1949+ }
1950+ UID=`echo "$PWENT" | cut -f3 -d:`
1951+ HOME=`echo "$PWENT" | cut -f6 -d:`
1952+
1953+ if [ "$UID" -ge 500 ]; then
1954+ echo "Error: user $USER is not a system user."
1955+ exit 1
1956+ fi
1957+
1958+ if [ "${HOME}" = "${HOME#/tmp/}" ]; then
1959+ echo "Error: home directory $HOME is not in /tmp/."
1960+ exit 1
1961+ fi
1962+
1963+ # kill all remaining processes
1964+ while ps h -u "$USER" >/dev/null; do
1965+ killall -9 -u "$USER" || true
1966+ sleep 0.2;
1967+ done
1968+
1969+ umount "$HOME" || umount -l "$HOME" || true
1970+ rm -rf "$HOME"
1971+
1972+ # remove leftovers in /tmp
1973+ find /tmp -mindepth 1 -maxdepth 1 -uid "$UID" -print0 | xargs -0 rm -rf || true
1974+
1975+ deluser --system "$USER"
1976+}
1977+
1978+case "$1" in
1979+ add)
1980+ add_account
1981+ ;;
1982+ remove)
1983+ if [ -z $2 ] ; then
1984+ echo "Usage: $0 remove [account]"
1985+ exit 1
1986+ fi
1987+ remove_account $2
1988+ ;;
1989+ *)
1990+ echo "Usage: $0 add|remove"
1991+ exit 1
1992+esac
1993
1994=== added file 'debian/liblightdm-gobject-1-0.install'
1995--- debian/liblightdm-gobject-1-0.install 1970-01-01 00:00:00 +0000
1996+++ debian/liblightdm-gobject-1-0.install 2013-06-27 07:18:27 +0000
1997@@ -0,0 +1,1 @@
1998+usr/lib/liblightdm-gobject-*.so.*
1999
2000=== added file 'debian/liblightdm-gobject-1-0.symbols'
2001--- debian/liblightdm-gobject-1-0.symbols 1970-01-01 00:00:00 +0000
2002+++ debian/liblightdm-gobject-1-0.symbols 2013-06-27 07:18:27 +0000
2003@@ -0,0 +1,75 @@
2004+liblightdm-gobject-1.so.0 liblightdm-gobject-1-0 #MINVER#
2005+ lightdm_get_can_hibernate@Base 0.9.2
2006+ lightdm_get_can_restart@Base 0.9.2
2007+ lightdm_get_can_shutdown@Base 0.9.2
2008+ lightdm_get_can_suspend@Base 0.9.2
2009+ lightdm_get_hostname@Base 0.9.2
2010+ lightdm_get_language@Base 0.9.2
2011+ lightdm_get_languages@Base 0.9.2
2012+ lightdm_get_layout@Base 0.9.2
2013+ lightdm_get_layouts@Base 0.9.2
2014+ lightdm_get_remote_sessions@Base 1.3.3
2015+ lightdm_get_sessions@Base 0.9.2
2016+ lightdm_greeter_authenticate@Base 0.9.2
2017+ lightdm_greeter_authenticate_as_guest@Base 0.9.2
2018+ lightdm_greeter_authenticate_autologin@Base 1.4.0
2019+ lightdm_greeter_authenticate_remote@Base 1.3.3
2020+ lightdm_greeter_cancel_authentication@Base 0.9.2
2021+ lightdm_greeter_cancel_autologin@Base 0.9.2
2022+ lightdm_greeter_connect_sync@Base 0.9.2
2023+ lightdm_greeter_get_authentication_user@Base 0.9.2
2024+ lightdm_greeter_get_autologin_guest_hint@Base 0.9.2
2025+ lightdm_greeter_get_autologin_timeout_hint@Base 0.9.2
2026+ lightdm_greeter_get_autologin_user_hint@Base 0.9.2
2027+ lightdm_greeter_get_default_session_hint@Base 0.9.2
2028+ lightdm_greeter_get_has_guest_account_hint@Base 0.9.2
2029+ lightdm_greeter_get_hide_users_hint@Base 0.9.2
2030+ lightdm_greeter_get_hint@Base 0.9.2
2031+ lightdm_greeter_get_in_authentication@Base 0.9.2
2032+ lightdm_greeter_get_is_authenticated@Base 0.9.2
2033+ lightdm_greeter_get_lock_hint@Base 1.1.3
2034+ lightdm_greeter_get_select_guest_hint@Base 0.9.2
2035+ lightdm_greeter_get_select_user_hint@Base 0.9.2
2036+ lightdm_greeter_get_show_manual_login_hint@Base 1.1.7
2037+ lightdm_greeter_get_show_remote_login_hint@Base 1.4.0
2038+ lightdm_greeter_get_type@Base 0.9.2
2039+ lightdm_greeter_new@Base 0.9.2
2040+ lightdm_greeter_respond@Base 0.9.2
2041+ lightdm_greeter_set_language@Base 0.9.8
2042+ lightdm_greeter_start_session_sync@Base 0.9.2
2043+ lightdm_hibernate@Base 0.9.2
2044+ lightdm_language_get_code@Base 0.9.2
2045+ lightdm_language_get_name@Base 0.9.2
2046+ lightdm_language_get_territory@Base 0.9.2
2047+ lightdm_language_get_type@Base 0.9.2
2048+ lightdm_language_matches@Base 0.9.2
2049+ lightdm_layout_get_description@Base 0.9.2
2050+ lightdm_layout_get_name@Base 0.9.2
2051+ lightdm_layout_get_short_description@Base 0.9.2
2052+ lightdm_layout_get_type@Base 0.9.2
2053+ lightdm_restart@Base 0.9.2
2054+ lightdm_session_get_comment@Base 0.9.2
2055+ lightdm_session_get_key@Base 0.9.2
2056+ lightdm_session_get_name@Base 0.9.2
2057+ lightdm_session_get_type@Base 0.9.2
2058+ lightdm_set_layout@Base 0.9.2
2059+ lightdm_shutdown@Base 0.9.2
2060+ lightdm_suspend@Base 0.9.2
2061+ lightdm_user_get_background@Base 1.1.1
2062+ lightdm_user_get_display_name@Base 0.9.2
2063+ lightdm_user_get_has_messages@Base 1.1.3
2064+ lightdm_user_get_home_directory@Base 0.9.2
2065+ lightdm_user_get_image@Base 0.9.2
2066+ lightdm_user_get_language@Base 0.9.2
2067+ lightdm_user_get_layout@Base 0.9.2
2068+ lightdm_user_get_layouts@Base 1.1.3
2069+ lightdm_user_get_logged_in@Base 0.9.2
2070+ lightdm_user_get_name@Base 0.9.2
2071+ lightdm_user_get_real_name@Base 0.9.2
2072+ lightdm_user_get_session@Base 0.9.2
2073+ lightdm_user_get_type@Base 0.9.2
2074+ lightdm_user_list_get_instance@Base 0.9.2
2075+ lightdm_user_list_get_length@Base 0.9.2
2076+ lightdm_user_list_get_type@Base 0.9.2
2077+ lightdm_user_list_get_user_by_name@Base 0.9.2
2078+ lightdm_user_list_get_users@Base 0.9.2
2079
2080=== added file 'debian/liblightdm-gobject-1-dev.install'
2081--- debian/liblightdm-gobject-1-dev.install 1970-01-01 00:00:00 +0000
2082+++ debian/liblightdm-gobject-1-dev.install 2013-06-27 07:18:27 +0000
2083@@ -0,0 +1,5 @@
2084+usr/share/gir-1.0/LightDM-*.gir
2085+usr/include/lightdm-gobject-*
2086+usr/lib/pkgconfig/liblightdm-gobject-*.pc
2087+usr/lib/liblightdm-gobject-*.so
2088+usr/share/vala/vapi
2089
2090=== added file 'debian/liblightdm-gobject-1-doc.install'
2091--- debian/liblightdm-gobject-1-doc.install 1970-01-01 00:00:00 +0000
2092+++ debian/liblightdm-gobject-1-doc.install 2013-06-27 07:18:27 +0000
2093@@ -0,0 +1,1 @@
2094+usr/share/gtk-doc/html/lightdm-gobject-*
2095
2096=== added file 'debian/liblightdm-qt-3-0.install'
2097--- debian/liblightdm-qt-3-0.install 1970-01-01 00:00:00 +0000
2098+++ debian/liblightdm-qt-3-0.install 2013-06-27 07:18:27 +0000
2099@@ -0,0 +1,1 @@
2100+usr/lib/liblightdm-qt-*.so.*
2101
2102=== added file 'debian/liblightdm-qt-dev.install'
2103--- debian/liblightdm-qt-dev.install 1970-01-01 00:00:00 +0000
2104+++ debian/liblightdm-qt-dev.install 2013-06-27 07:18:27 +0000
2105@@ -0,0 +1,3 @@
2106+usr/include/lightdm-qt-*
2107+usr/lib/pkgconfig/liblightdm-qt-*.pc
2108+usr/lib/liblightdm-qt-*.so
2109
2110=== added file 'debian/liblightdm-qt5-3-0.install'
2111--- debian/liblightdm-qt5-3-0.install 1970-01-01 00:00:00 +0000
2112+++ debian/liblightdm-qt5-3-0.install 2013-06-27 07:18:27 +0000
2113@@ -0,0 +1,1 @@
2114+usr/lib/liblightdm-qt5-*.so.*
2115
2116=== added file 'debian/liblightdm-qt5-3-dev.install'
2117--- debian/liblightdm-qt5-3-dev.install 1970-01-01 00:00:00 +0000
2118+++ debian/liblightdm-qt5-3-dev.install 2013-06-27 07:18:27 +0000
2119@@ -0,0 +1,3 @@
2120+usr/include/lightdm-qt5-*
2121+usr/lib/pkgconfig/liblightdm-qt5-*.pc
2122+usr/lib/liblightdm-qt5-*.so
2123
2124=== added file 'debian/lightdm-greeter-session'
2125--- debian/lightdm-greeter-session 1970-01-01 00:00:00 +0000
2126+++ debian/lightdm-greeter-session 2013-06-27 07:18:27 +0000
2127@@ -0,0 +1,36 @@
2128+#!/bin/sh
2129+# -*- Mode: sh; indent-tabs-mode: nil; tab-width: 4 -*-
2130+#
2131+# Copyright (C) 2011 Canonical Ltd
2132+# Author: Michael Terry <michael.terry@canonical.com>
2133+#
2134+# This program is free software: you can redistribute it and/or modify it under
2135+# the terms of the GNU General Public License as published by the Free Software
2136+# Foundation, version 3 of the License.
2137+#
2138+# See http://www.gnu.org/copyleft/gpl.html the full text of the license.
2139+
2140+# This wrapper merely ensures that dbus-daemon lives only as long as this
2141+# script does. Otherwise, it's very easy for dbus-daemon to be autolaunched
2142+# and detached from the greeter.
2143+
2144+trap cleanup TERM EXIT
2145+
2146+cleanup()
2147+{
2148+ trap - TERM EXIT
2149+ if [ -n "$DBUS_SESSION_BUS_PID" ]; then
2150+ kill "$DBUS_SESSION_BUS_PID"
2151+ fi
2152+ if [ -n "$CMD_PID" ]; then
2153+ kill "$CMD_PID"
2154+ fi
2155+ exit 0
2156+}
2157+
2158+eval `dbus-launch --sh-syntax`
2159+
2160+exec $@ &
2161+CMD_PID=$!
2162+wait $CMD_PID
2163+CMD_PID=
2164
2165=== added file 'debian/lightdm-session'
2166--- debian/lightdm-session 1970-01-01 00:00:00 +0000
2167+++ debian/lightdm-session 2013-06-27 07:18:27 +0000
2168@@ -0,0 +1,98 @@
2169+#!/bin/sh
2170+#
2171+# LightDM wrapper to run around X sessions.
2172+
2173+echo "Running X session wrapper"
2174+
2175+message () {
2176+ # pretty-print messages of arbitrary length; use xmessage if it
2177+ # is available and $DISPLAY is set
2178+ MESSAGE="$PROGNAME: $*"
2179+ echo "$MESSAGE" | fold -s -w ${COLUMNS:-80} >&2
2180+ if [ -n "$DISPLAY" ] && which xmessage > /dev/null 2>&1; then
2181+ echo "$MESSAGE" | fold -s -w ${COLUMNS:-80} | xmessage -center -file -
2182+ fi
2183+}
2184+
2185+errormsg () {
2186+ # exit script with error
2187+ message "$*"
2188+ exit 1
2189+}
2190+
2191+# Load profile
2192+for file in "/etc/profile" "$HOME/.profile" "/etc/xprofile" "$HOME/.xprofile"; do
2193+ if [ -f "$file" ]; then
2194+ echo "Loading profile from $file";
2195+ . "$file"
2196+ fi
2197+done
2198+
2199+# Load resources
2200+xresourcedir="/etc/X11/Xresources"
2201+if [ -d "$xresourcedir" ]; then
2202+ for file in $xresourcedir/*; do
2203+ echo "Loading resource: $file"
2204+ xrdb -nocpp -merge "$file"
2205+ done
2206+fi
2207+xresourcefile="$HOME/.Xresources"
2208+if [ -f "$xresourcefile" ]; then
2209+ echo "Loading resource: $xresourcefile"
2210+ xrdb -nocpp -merge "$xresourcefile"
2211+fi
2212+
2213+# Load keymaps
2214+for file in "/etc/X11/Xkbmap" "$HOME/.Xkbmap"; do
2215+ if [ -f "$file" ]; then
2216+ echo "Loading keymap: $file"
2217+ setxkbmap `cat "$file"`
2218+ XKB_IN_USE=yes
2219+ fi
2220+done
2221+
2222+# Load xmodmap if not using XKB
2223+if [ -z "$XKB_IN_USE" ]; then
2224+ for file in "/etc/X11/Xmodmap" "$HOME/.Xmodmap"; do
2225+ if [ -f "$file" ]; then
2226+ echo "Loading modmap: $file"
2227+ xmodmap "$file"
2228+ fi
2229+ done
2230+fi
2231+
2232+unset XKB_IN_USE
2233+
2234+# Run all system xinitrc shell scripts.
2235+xinitdir="/etc/X11/xinit/xinitrc.d"
2236+if [ -d "$xinitdir" ]; then
2237+ for script in $xinitdir/*; do
2238+ echo "Loading xinit script $script"
2239+ if [ -x "$script" -a ! -d "$script" ]; then
2240+ . "$script"
2241+ fi
2242+ done
2243+fi
2244+
2245+# Load Xsession scripts
2246+# OPTIONFILE, USERXSESSION, USERXSESSIONRC and ALTUSERXSESSION are required
2247+# by the scripts to work
2248+xsessionddir="/etc/X11/Xsession.d"
2249+OPTIONFILE=/etc/X11/Xsession.options
2250+USERXSESSION=$HOME/.xsession
2251+USERXSESSIONRC=$HOME/.xsessionrc
2252+ALTUSERXSESSION=$HOME/.Xsession
2253+
2254+if [ -d "$xsessionddir" ]; then
2255+ for i in `ls $xsessionddir`; do
2256+ script="$xsessionddir/$i"
2257+ echo "Loading X session script $script"
2258+ if [ -r "$script" -a -f "$script" ] && expr "$i" : '^[[:alnum:]_-]\+$' > /dev/null; then
2259+ . "$script"
2260+ fi
2261+ done
2262+fi
2263+
2264+echo "X session wrapper complete, running session $@"
2265+
2266+exec $@
2267
2268=== added file 'debian/lightdm.config'
2269--- debian/lightdm.config 1970-01-01 00:00:00 +0000
2270+++ debian/lightdm.config 2013-06-27 07:18:27 +0000
2271@@ -0,0 +1,71 @@
2272+#!/bin/sh
2273+# Debian lightdm package configuration script
2274+# based on xdm script
2275+# Copyright 2000-2001 Branden Robinson.
2276+# Licensed under the GNU General Public License, version 2. See the file
2277+# /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
2278+
2279+set -e
2280+
2281+# source debconf library
2282+. /usr/share/debconf/confmodule
2283+
2284+# set default display manager
2285+DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
2286+
2287+OWNERS=
2288+if db_metaget shared/default-x-display-manager owners; then
2289+ OWNERS="$RET"
2290+fi
2291+
2292+CHOICES=
2293+if db_metaget shared/default-x-display-manager choices; then
2294+ CHOICES="$RET"
2295+fi
2296+
2297+if [ "$OWNERS" != "$CHOICES" ]; then
2298+ db_subst shared/default-x-display-manager choices "$OWNERS" || :
2299+ db_fset shared/default-x-display-manager seen false || :
2300+fi
2301+
2302+# debconf is not a registry; use the current contents of the default display
2303+# manager file to pre-answer the question if possible
2304+if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ]; then
2305+ CURRENT_DEFAULT=$(basename "$(grep -v '^[[:space:]]*#' \
2306+ "$DEFAULT_DISPLAY_MANAGER_FILE" |
2307+ head -n 1)")
2308+ if [ -n "$CURRENT_DEFAULT" ]; then
2309+ db_set shared/default-x-display-manager "$CURRENT_DEFAULT"
2310+ fi
2311+else
2312+ CURRENT_DEFAULT=
2313+ if db_get shared/default-x-display-manager; then
2314+ CURRENT_DEFAULT="$RET"
2315+ fi
2316+fi
2317+
2318+# when installing from scratch as part of a release upgrade, default to
2319+# lightdm, otherwise ask
2320+if [ -z "$2" -a -n "$RELEASE_UPGRADE_IN_PROGRESS" ]; then
2321+ db_set shared/default-x-display-manager lightdm
2322+ db_fset shared/default-x-display-manager seen true
2323+else
2324+ db_input high shared/default-x-display-manager || :
2325+ db_go || :
2326+fi
2327+
2328+# using this display manager?
2329+NEW_DEFAULT=
2330+if db_get shared/default-x-display-manager; then
2331+ NEW_DEFAULT="$RET"
2332+fi
2333+
2334+# move the default display manager file if we are going to change it
2335+if [ -n "$NEW_DEFAULT" ]; then
2336+ if [ "$NEW_DEFAULT" != "$CURRENT_DEFAULT" ]; then
2337+ if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ]; then
2338+ mv "$DEFAULT_DISPLAY_MANAGER_FILE" \
2339+ "${DEFAULT_DISPLAY_MANAGER_FILE}.dpkg-tmp"
2340+ fi
2341+ fi
2342+fi
2343
2344=== added file 'debian/lightdm.dirs'
2345--- debian/lightdm.dirs 1970-01-01 00:00:00 +0000
2346+++ debian/lightdm.dirs 2013-06-27 07:18:27 +0000
2347@@ -0,0 +1,3 @@
2348+/etc/X11
2349+/var/log/lightdm
2350+/var/cache/lightdm
2351
2352=== added file 'debian/lightdm.init'
2353--- debian/lightdm.init 1970-01-01 00:00:00 +0000
2354+++ debian/lightdm.init 2013-06-27 07:18:27 +0000
2355@@ -0,0 +1,112 @@
2356+#!/bin/sh
2357+
2358+# Largely adapted from xdm's init script:
2359+# Copyright 1998-2002, 2004, 2005 Branden Robinson <branden@debian.org>.
2360+# Copyright 2006 Eugene Konev <ejka@imfi.kspu.ru>
2361+#
2362+# This is free software; you may redistribute it and/or modify
2363+# it under the terms of the GNU General Public License as
2364+# published by the Free Software Foundation; either version 2,
2365+# or (at your option) any later version.
2366+#
2367+# This is distributed in the hope that it will be useful, but
2368+# WITHOUT ANY WARRANTY; without even the implied warranty of
2369+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2370+# GNU General Public License for more details.
2371+#
2372+# You should have received a copy of the GNU General Public License with
2373+# the Debian operating system, in /usr/share/common-licenses/GPL; if
2374+# not, write to the Free Software Foundation, Inc., 51 Franklin Street,
2375+# Fifth Floor, Boston, MA 02110-1301, USA.
2376+
2377+### BEGIN INIT INFO
2378+# Provides: lightdm
2379+# Required-Start: $local_fs $remote_fs
2380+# Required-Stop: $local_fs $remote_fs
2381+# Should-Start: $named acpid hal
2382+# Should-Stop: $named
2383+# Default-Start: 2 3 4 5
2384+# Default-Stop: 0 1 6
2385+# Short-Description: Start lightdm
2386+### END INIT INFO
2387+
2388+set -e
2389+
2390+HEED_DEFAULT_DISPLAY_MANAGER=
2391+# To start lightdm even if it is not the default display manager, change
2392+# HEED_DEFAULT_DISPLAY_MANAGER to "false."
2393+# Also overridable from command line like:
2394+# HEED_DEFAULT_DISPLAY_MANAGER=false /etc/init.d/lightdm start
2395+[ -z "$HEED_DEFAULT_DISPLAY_MANAGER" ] && HEED_DEFAULT_DISPLAY_MANAGER=true
2396+
2397+DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
2398+
2399+PATH=/bin:/usr/bin:/sbin:/usr/sbin
2400+DAEMON=/usr/bin/lightdm
2401+PIDFILE=/var/run/lightdm.pid
2402+
2403+if [ -r /etc/default/locale ]; then
2404+ . /etc/default/locale
2405+ export LANG LANGUAGE
2406+fi
2407+
2408+test -x $DAEMON || exit 0
2409+
2410+. /lib/lsb/init-functions
2411+
2412+SSD_START_ARGS="--pidfile $PIDFILE --name $(basename $DAEMON) --startas $DAEMON -- -d"
2413+SSD_STOP_ARGS="--pidfile $PIDFILE --name $(basename $DAEMON) --retry TERM/5/TERM/5"
2414+
2415+case "$1" in
2416+ start)
2417+ if [ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] &&
2418+ [ -e $DEFAULT_DISPLAY_MANAGER_FILE ] &&
2419+ [ "$(cat $DEFAULT_DISPLAY_MANAGER_FILE)" != "/usr/bin/lightdm" ]; then
2420+ echo "Not starting X display manager (lightdm); it is not the default" \
2421+ "display manager."
2422+ else
2423+ log_daemon_msg "Starting X display manager" "lightdm"
2424+ start-stop-daemon --start --quiet $SSD_START_ARGS \
2425+ || log_progress_msg "already running"
2426+ log_end_msg 0
2427+ fi
2428+ ;;
2429+
2430+ restart)
2431+ [ -f $PIDFILE ] && /etc/init.d/lightdm stop
2432+ [ -f $PIDFILE ] && exit 1
2433+ /etc/init.d/lightdm start
2434+ ;;
2435+
2436+ stop)
2437+ log_daemon_msg "Stopping X display manager" "lightdm"
2438+ if ! [ -f $PIDFILE ]; then
2439+ log_progress_msg "not running ($PIDFILE not found)"
2440+ else
2441+ start-stop-daemon --stop --quiet $SSD_STOP_ARGS
2442+ SSD_RES=$?
2443+ if [ $SSD_RES -eq 1 ]; then
2444+ log_progress_msg "not running"
2445+ fi
2446+ if [ $SSD_RES -eq 2 ]; then
2447+ log_progress_msg "not responding to TERM signals"
2448+ else
2449+ if [ -f $PIDFILE ]; then
2450+ log_progress_msg "(removing stale $PIDFILE)"
2451+ rm $PIDFILE
2452+ fi
2453+ fi
2454+ fi
2455+ log_end_msg 0
2456+ ;;
2457+ force-reload)
2458+ /etc/init.d/lightdm restart
2459+ ;;
2460+
2461+ *)
2462+ echo "Usage: /etc/init.d/lightdm {start|stop|restart|force-reload}"
2463+ exit 1
2464+ ;;
2465+esac
2466+
2467+exit 0
2468
2469=== added file 'debian/lightdm.install'
2470--- debian/lightdm.install 1970-01-01 00:00:00 +0000
2471+++ debian/lightdm.install 2013-06-27 07:18:27 +0000
2472@@ -0,0 +1,14 @@
2473+usr/sbin/lightdm
2474+usr/share/man
2475+usr/share/locale
2476+usr/lib/lightdm
2477+usr/bin
2478+etc/dbus-1/
2479+etc/lightdm/users.conf
2480+etc/lightdm/lightdm.conf usr/share/doc/lightdm/
2481+etc/lightdm/keys.conf usr/share/doc/lightdm/
2482+etc/apparmor.d
2483+debian/lightdm-session usr/sbin
2484+debian/guest-account usr/sbin
2485+debian/lightdm-greeter-session usr/lib/lightdm
2486+debian/source_lightdm.py usr/share/apport/package-hooks
2487
2488=== added file 'debian/lightdm.lightdm-autologin.pam'
2489--- debian/lightdm.lightdm-autologin.pam 1970-01-01 00:00:00 +0000
2490+++ debian/lightdm.lightdm-autologin.pam 2013-06-27 07:18:27 +0000
2491@@ -0,0 +1,11 @@
2492+#%PAM-1.0
2493+auth requisite pam_nologin.so
2494+auth required pam_permit.so
2495+@include common-account
2496+session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so close
2497+session required pam_limits.so
2498+@include common-session
2499+session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open
2500+session required pam_env.so readenv=1
2501+session required pam_env.so readenv=1 user_readenv=1 envfile=/etc/default/locale
2502+@include common-password
2503
2504=== added file 'debian/lightdm.lightdm-greeter.pam'
2505--- debian/lightdm.lightdm-greeter.pam 1970-01-01 00:00:00 +0000
2506+++ debian/lightdm.lightdm-greeter.pam 2013-06-27 07:18:27 +0000
2507@@ -0,0 +1,11 @@
2508+#%PAM-1.0
2509+auth required pam_permit.so
2510+auth optional pam_gnome_keyring.so
2511+@include common-account
2512+session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so close
2513+session required pam_limits.so
2514+@include common-session
2515+session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open
2516+session optional pam_gnome_keyring.so auto_start
2517+session required pam_env.so readenv=1
2518+session required pam_env.so readenv=1 user_readenv=1 envfile=/etc/default/locale
2519
2520=== added file 'debian/lightdm.pam'
2521--- debian/lightdm.pam 1970-01-01 00:00:00 +0000
2522+++ debian/lightdm.pam 2013-06-27 07:18:27 +0000
2523@@ -0,0 +1,14 @@
2524+#%PAM-1.0
2525+auth requisite pam_nologin.so
2526+auth sufficient pam_succeed_if.so user ingroup nopasswdlogin
2527+@include common-auth
2528+auth optional pam_gnome_keyring.so
2529+@include common-account
2530+session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so close
2531+session required pam_limits.so
2532+@include common-session
2533+session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open
2534+session optional pam_gnome_keyring.so auto_start
2535+session required pam_env.so readenv=1
2536+session required pam_env.so readenv=1 user_readenv=1 envfile=/etc/default/locale
2537+@include common-password
2538
2539=== added file 'debian/lightdm.postinst'
2540--- debian/lightdm.postinst 1970-01-01 00:00:00 +0000
2541+++ debian/lightdm.postinst 2013-06-27 07:18:27 +0000
2542@@ -0,0 +1,98 @@
2543+#!/bin/sh
2544+
2545+set -e
2546+
2547+if dpkg-maintscript-helper supports mv_conffile; then
2548+ dpkg-maintscript-helper mv_conffile \
2549+ /etc/lightdm.conf \
2550+ /etc/lightdm/lightdm.conf \
2551+ 0.3.7-0ubuntu2 -- "$@"
2552+fi
2553+
2554+. /usr/share/debconf/confmodule
2555+
2556+THIS_PACKAGE=lightdm
2557+DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
2558+
2559+# creating lightdm group if he isn't already there
2560+if ! getent group lightdm >/dev/null; then
2561+ addgroup --system lightdm
2562+fi
2563+
2564+# creating lightdm user if he isn't already there
2565+if ! getent passwd lightdm >/dev/null; then
2566+ adduser --system --ingroup lightdm --home /var/lib/lightdm lightdm
2567+ usermod -c "Light Display Manager" lightdm
2568+ usermod -d "/var/lib/lightdm" lightdm
2569+ usermod -g "lightdm" lightdm
2570+ usermod -s "/bin/false" lightdm
2571+fi
2572+
2573+# Creating nopasswdlogin group if he isn't already there.
2574+# That enables the password-less login feature in the users-admin
2575+# tool of the gnome-system-tools for users that belong to it,
2576+# and which is working thanks to LightDM's PAM policy.
2577+if ! getent group nopasswdlogin >/dev/null; then
2578+ addgroup --system nopasswdlogin
2579+fi
2580+
2581+if [ -d /var/lib/lightdm ]; then
2582+ chown -R lightdm:lightdm /var/lib/lightdm
2583+ chmod 0750 /var/lib/lightdm
2584+fi
2585+
2586+# debconf is not a registry, so we only fiddle with the default file if it
2587+# does not exist
2588+if ! [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ]; then
2589+ DEFAULT_DISPLAY_MANAGER=
2590+ if db_get shared/default-x-display-manager; then
2591+ DEFAULT_DISPLAY_MANAGER="$RET"
2592+ fi
2593+ if [ -n "$DEFAULT_DISPLAY_MANAGER" ]; then
2594+ DAEMON_NAME=
2595+ if db_get "$DEFAULT_DISPLAY_MANAGER"/daemon_name; then
2596+ DAEMON_NAME="$RET"
2597+ fi
2598+ if [ -z "$DAEMON_NAME" ]; then
2599+ # if we were unable to determine the name of the selected daemon (for
2600+ # instance, if the selected default display manager doesn't provide a
2601+ # daemon_name question), guess
2602+ DAEMON_NAME=$(which "$DEFAULT_DISPLAY_MANAGER" 2>/dev/null)
2603+ fi
2604+ if [ -n "$DAEMON_NAME" ]; then
2605+ echo "$DAEMON_NAME" > "$DEFAULT_DISPLAY_MANAGER_FILE"
2606+ fi
2607+ fi
2608+fi
2609+
2610+# Registering the init scripts or starting the daemon may cause output to
2611+# stdout, which can confuse debconf.
2612+db_stop
2613+
2614+# migrate gdm configuration on first-time installation
2615+if [ -z "$2" ]; then
2616+ if grep -q '^AutomaticLoginEnable *= *true$' /etc/gdm/custom.conf 2>/dev/null; then
2617+ user=`sed -n '/^AutomaticLogin *=/ { s/^.*= *//; p }' /etc/gdm/custom.conf`
2618+ if [ -n "$user" ]; then
2619+ /usr/lib/lightdm/lightdm-set-defaults --keep-old --autologin="$user"
2620+ fi
2621+ fi
2622+fi
2623+
2624+case "$1" in
2625+ configure)
2626+ # LP: #1189948
2627+ if dpkg --compare-versions "$2" lt "1.7.0-0ubuntu6" ; then
2628+ if [ -f /etc/apparmor.d/abstractions/lightdm ]; then
2629+ chmod 0644 /etc/apparmor.d/abstractions/lightdm || true
2630+ fi
2631+ if [ -f /etc/apparmor.d/abstractions/lightdm_chromium-browser ]; then
2632+ chmod 0644 /etc/apparmor.d/abstractions/lightdm_chromium-browser || true
2633+ fi
2634+ fi
2635+ ;;
2636+esac
2637+
2638+#DEBHELPER#
2639+
2640+exit 0
2641
2642=== added file 'debian/lightdm.postrm'
2643--- debian/lightdm.postrm 1970-01-01 00:00:00 +0000
2644+++ debian/lightdm.postrm 2013-06-27 07:18:27 +0000
2645@@ -0,0 +1,47 @@
2646+#!/bin/sh
2647+set -e
2648+
2649+if dpkg-maintscript-helper supports mv_conffile; then
2650+ dpkg-maintscript-helper mv_conffile \
2651+ /etc/lightdm.conf \
2652+ /etc/lightdm/lightdm.conf \
2653+ 0.3.7-0ubuntu2 -- "$@"
2654+fi
2655+
2656+if [ "$1" = "purge" ] ; then
2657+ rm -f /etc/lightdm.conf
2658+
2659+ if [ -d /var/log/lightdm ]; then
2660+ rm -r /var/log/lightdm
2661+ fi
2662+
2663+ if [ -d /var/cache/lightdm ]; then
2664+ rm -r /var/cache/lightdm
2665+ fi
2666+
2667+ if [ -d /var/run/lightdm/authority ]; then
2668+ rm -r /var/run/lightdm/authority
2669+ fi
2670+
2671+ if getent passwd lightdm >/dev/null; then
2672+ if [ -x /usr/sbin/deluser ]; then
2673+ deluser --system lightdm
2674+ fi
2675+ fi
2676+
2677+ if getent group lightdm >/dev/null; then
2678+ if [ -x /usr/sbin/delgroup ]; then
2679+ delgroup --system lightdm
2680+ fi
2681+ fi
2682+
2683+ # we cannot use the --remove-home option when we delete the user above
2684+ # because it will refuse to remove things in /var, so clean it up this
2685+ # way
2686+ if [ -d /var/lib/lightdm ]; then
2687+ rm -r /var/lib/lightdm
2688+ fi
2689+
2690+fi
2691+#DEBHELPER#
2692+exit 0
2693
2694=== added file 'debian/lightdm.preinst'
2695--- debian/lightdm.preinst 1970-01-01 00:00:00 +0000
2696+++ debian/lightdm.preinst 2013-06-27 07:18:27 +0000
2697@@ -0,0 +1,13 @@
2698+#!/bin/sh
2699+
2700+set -e
2701+
2702+if dpkg-maintscript-helper supports mv_conffile; then
2703+ dpkg-maintscript-helper mv_conffile \
2704+ /etc/lightdm.conf \
2705+ /etc/lightdm/lightdm.conf \
2706+ 0.3.7-0ubuntu2 -- "$@"
2707+fi
2708+
2709+#DEBHELPER#
2710+
2711
2712=== added file 'debian/lightdm.prerm'
2713--- debian/lightdm.prerm 1970-01-01 00:00:00 +0000
2714+++ debian/lightdm.prerm 2013-06-27 07:18:27 +0000
2715@@ -0,0 +1,58 @@
2716+#!/bin/bash
2717+# Debian lightdm package pre-removal script
2718+# based on xdm script
2719+# Copyright 2001 Branden Robinson.
2720+# Licensed under the GNU General Public License, version 2. See the file
2721+# /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
2722+# Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava.
2723+# based on gdm pre-removal script
2724+
2725+set -e
2726+
2727+THIS_PACKAGE=lightdm
2728+DAEMON=/usr/sbin/lightdm
2729+
2730+DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
2731+
2732+if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
2733+ if [ -e /usr/share/debconf/confmodule ]; then
2734+ . /usr/share/debconf/confmodule
2735+ # disown this question
2736+ db_unregister shared/default-x-display-manager
2737+ # does the question still exist?
2738+ if db_get shared/default-x-display-manager; then
2739+ db_metaget shared/default-x-display-manager owners
2740+ db_subst shared/default-x-display-manager choices "$RET"
2741+ db_get shared/default-x-display-manager
2742+ # are we removing the currently selected display manager?
2743+ if [ "$THIS_PACKAGE" = "$RET" ]; then
2744+ if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ]; then
2745+ if db_get "$RET"/daemon_name; then
2746+ if [ "$(cat $DEFAULT_DISPLAY_MANAGER_FILE)" = "$RET" ]; then
2747+ rm "$DEFAULT_DISPLAY_MANAGER_FILE"
2748+ fi
2749+ else
2750+ if [ "$(cat $DEFAULT_DISPLAY_MANAGER_FILE)" = "$DAEMON" ]; then
2751+ rm "$DEFAULT_DISPLAY_MANAGER_FILE"
2752+ fi
2753+ fi
2754+ fi
2755+ # ask the user to choose a new default
2756+ db_fset shared/default-x-display-manager seen false
2757+ db_input critical shared/default-x-display-manager || true
2758+ db_go
2759+ # if the display manager file doesn't exist, write it with the path
2760+ # to the new default display manager
2761+ if [ ! -e $DEFAULT_DISPLAY_MANAGER_FILE ]; then
2762+ db_get shared/default-x-display-manager
2763+ db_get "$RET"/daemon_name
2764+ echo "$RET" > "$DEFAULT_DISPLAY_MANAGER_FILE"
2765+ fi
2766+ fi
2767+ fi
2768+ fi
2769+fi
2770+
2771+#DEBHELPER#
2772+
2773+exit 0
2774
2775=== added file 'debian/lightdm.templates'
2776--- debian/lightdm.templates 1970-01-01 00:00:00 +0000
2777+++ debian/lightdm.templates 2013-06-27 07:18:27 +0000
2778@@ -0,0 +1,24 @@
2779+# These templates have been reviewed by the debian-l10n-english
2780+# team
2781+#
2782+# If modifications/additions/rewording are needed, please ask
2783+# for an advice to debian-l10n-english@lists.debian.org
2784+#
2785+# Even minor modifications require translation updates and such
2786+# changes should be coordinated with translators and reviewers.
2787+
2788+Template: shared/default-x-display-manager
2789+Type: select
2790+Choices: ${choices}
2791+_Description: Default display manager:
2792+ A display manager is a program that provides graphical login capabilities for
2793+ the X Window System.
2794+ .
2795+ Only one display manager can manage a given X server, but multiple display
2796+ manager packages are installed. Please select which display manager should
2797+ run by default.
2798+ .
2799+ Multiple display managers can run simultaneously if they are configured to
2800+ manage different servers; to achieve this, configure the display managers
2801+ accordingly, edit each of their init scripts in /etc/init.d, and disable the
2802+ check for a default display manager.
2803
2804=== added file 'debian/lightdm.upstart'
2805--- debian/lightdm.upstart 1970-01-01 00:00:00 +0000
2806+++ debian/lightdm.upstart 2013-06-27 07:18:27 +0000
2807@@ -0,0 +1,58 @@
2808+# LightDM - light Display Manager
2809+#
2810+# The display manager service manages the X servers running on the
2811+# system, providing login and auto-login services
2812+#
2813+# based on gdm upstart script
2814+
2815+description "LightDM Display Manager"
2816+author "Robert Ancell <robert.ancell@canonical.com>"
2817+
2818+start on ((filesystem
2819+ and runlevel [!06]
2820+ and started dbus
2821+ and plymouth-ready)
2822+ or runlevel PREVLEVEL=S)
2823+
2824+stop on runlevel [016]
2825+
2826+emits login-session-start
2827+emits desktop-session-start
2828+emits desktop-shutdown
2829+
2830+script
2831+ if [ -n "$UPSTART_EVENTS" ]
2832+ then
2833+ # Check kernel command-line for inhibitors, unless we are being called
2834+ # manually
2835+ for ARG in $(cat /proc/cmdline); do
2836+ if [ "$ARG" = "text" ]; then
2837+ plymouth quit || :
2838+ stop
2839+ exit 0
2840+ fi
2841+ done
2842+
2843+ [ ! -f /etc/X11/default-display-manager -o "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/bin/lightdm" -o "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/lightdm" ] || { stop; exit 0; }
2844+
2845+ if [ "$RUNLEVEL" = S -o "$RUNLEVEL" = 1 ]
2846+ then
2847+ # Single-user mode
2848+ plymouth quit || :
2849+ exit 0
2850+ fi
2851+ fi
2852+
2853+ exec lightdm
2854+end script
2855+
2856+post-start script
2857+ sleep 5
2858+ clear > /dev/tty7
2859+end script
2860+
2861+post-stop script
2862+ if [ "$UPSTART_STOP_EVENTS" = runlevel ]; then
2863+ initctl emit desktop-shutdown
2864+ fi
2865+end script
2866
2867=== added directory 'debian/patches'
2868=== added file 'debian/patches/01_transition_ubuntu2d_ubuntu_desktop.patch'
2869--- debian/patches/01_transition_ubuntu2d_ubuntu_desktop.patch 1970-01-01 00:00:00 +0000
2870+++ debian/patches/01_transition_ubuntu2d_ubuntu_desktop.patch 2013-06-27 07:18:27 +0000
2871@@ -0,0 +1,21 @@
2872+# Description: Remove unity-2d (not anymore supported) and transition to unity
2873+# starting from quantal. llvmpipe is used in case no hardware
2874+# acceleration is available.
2875+=== modified file 'liblightdm-gobject/user.c'
2876+Index: lightdm-1.5.1/liblightdm-gobject/user.c
2877+===================================================================
2878+--- lightdm-1.5.1.orig/liblightdm-gobject/user.c 2013-03-08 11:18:21.877614772 +1300
2879++++ lightdm-1.5.1/liblightdm-gobject/user.c 2013-03-08 11:18:21.873614772 +1300
2880+@@ -1313,6 +1313,12 @@
2881+ load_dmrc (user);
2882+ load_accounts_service (user); // overrides dmrc values
2883+
2884++ if (g_strcmp0 (priv->session, "ubuntu-2d") == 0)
2885++ {
2886++ g_free(priv->session);
2887++ priv->session = g_strdup ("ubuntu");
2888++ }
2889++
2890+ /* Ensure a few guarantees */
2891+ if (priv->layouts == NULL)
2892+ {
2893
2894=== added file 'debian/patches/03_launch_dbus.patch'
2895--- debian/patches/03_launch_dbus.patch 1970-01-01 00:00:00 +0000
2896+++ debian/patches/03_launch_dbus.patch 2013-06-27 07:18:27 +0000
2897@@ -0,0 +1,23 @@
2898+=== modified file 'src/display.c'
2899+Index: b/src/display.c
2900+===================================================================
2901+--- a/src/display.c
2902++++ b/src/display.c
2903+@@ -637,6 +637,8 @@
2904+ }
2905+ }
2906+
2907++static void prepend_argv (gchar ***argv, const gchar *value);
2908++
2909+ static gboolean
2910+ display_start_greeter (Display *display)
2911+ {
2912+@@ -664,6 +666,8 @@
2913+ if (!argv)
2914+ return TRUE;
2915+
2916++ prepend_argv (&argv, "/usr/lib/lightdm/lightdm-greeter-session");
2917++
2918+ session_run (display->priv->session, argv);
2919+
2920+ return FALSE;
2921
2922=== added file 'debian/patches/04_language_handling.patch'
2923--- debian/patches/04_language_handling.patch 1970-01-01 00:00:00 +0000
2924+++ debian/patches/04_language_handling.patch 2013-06-27 07:18:27 +0000
2925@@ -0,0 +1,30 @@
2926+Description: Adjustments due to handling of languages
2927+Forwarded: not-needed
2928+Author: Gunnar Hjalmarsson <gunnarhj@ubuntu.com>
2929+
2930+Index: b/liblightdm-gobject/language.c
2931+===================================================================
2932+--- a/liblightdm-gobject/language.c
2933++++ b/liblightdm-gobject/language.c
2934+@@ -40,7 +40,7 @@
2935+ static void
2936+ update_languages (void)
2937+ {
2938+- gchar *command = "locale -a";
2939++ gchar *command = "/usr/share/language-tools/language-options";
2940+ gchar *stdout_text = NULL, *stderr_text = NULL;
2941+ gint exit_status;
2942+ gboolean result;
2943+Index: b/src/display.c
2944+===================================================================
2945+--- a/src/display.c
2946++++ b/src/display.c
2947+@@ -734,7 +734,7 @@
2948+ language = user_get_language (user);
2949+ if (language != NULL && language != '\0')
2950+ {
2951+- session_set_env (display->priv->session, "LANG", language);
2952++ session_set_env (display->priv->session, "LANGUAGE", language);
2953+ session_set_env (display->priv->session, "GDM_LANG", language);
2954+ }
2955+
2956
2957=== added file 'debian/patches/05_add_xserver_core_option.patch'
2958--- debian/patches/05_add_xserver_core_option.patch 1970-01-01 00:00:00 +0000
2959+++ debian/patches/05_add_xserver_core_option.patch 2013-06-27 07:18:27 +0000
2960@@ -0,0 +1,36 @@
2961+Index: lightdm-1.5.1/src/xserver-local.c
2962+===================================================================
2963+--- lightdm-1.5.1.orig/src/xserver-local.c 2013-03-08 11:18:26.989614595 +1300
2964++++ lightdm-1.5.1/src/xserver-local.c 2013-03-08 11:18:26.989614595 +1300
2965+@@ -441,6 +441,9 @@
2966+ if (server->priv->layout)
2967+ g_string_append_printf (command, " -layout %s", server->priv->layout);
2968+
2969++ /* We always want apport to be able to catch crashes */
2970++ g_string_append (command, " -core");
2971++
2972+ gethostname (hostname, 1024);
2973+ number = g_strdup_printf ("%d", xserver_get_display_number (XSERVER (server)));
2974+ if (!server->priv->xdmcp_key)
2975+Index: lightdm-1.5.1/tests/src/X.c
2976+===================================================================
2977+--- lightdm-1.5.1.orig/tests/src/X.c 2013-03-08 11:18:26.989614595 +1300
2978++++ lightdm-1.5.1/tests/src/X.c 2013-03-08 11:18:26.989614595 +1300
2979+@@ -297,6 +297,9 @@
2980+ else if (strcmp (arg, "-nr") == 0)
2981+ {
2982+ }
2983++ else if (strcmp (arg, "-core") == 0)
2984++ {
2985++ }
2986+ else if (strcmp (arg, "-background") == 0)
2987+ {
2988+ /* Ignore arg */
2989+@@ -333,6 +336,7 @@
2990+ "-nolisten protocol Don't listen on protocol\n"
2991+ "-background [none] Create root window with no background\n"
2992+ "-nr (Ubuntu-specific) Synonym for -background none\n"
2993++ "-core Dump core upon crash\n"
2994+ "-query host-name Contact named host for XDMCP\n"
2995+ "-broadcast Broadcast for XDMCP\n"
2996+ "-port port-num UDP port number to send messages to\n"
2997
2998=== added file 'debian/patches/series'
2999--- debian/patches/series 1970-01-01 00:00:00 +0000
3000+++ debian/patches/series 2013-06-27 07:18:27 +0000
3001@@ -0,0 +1,4 @@
3002+01_transition_ubuntu2d_ubuntu_desktop.patch
3003+#03_launch_dbus.patch
3004+04_language_handling.patch
3005+05_add_xserver_core_option.patch
3006
3007=== added directory 'debian/po'
3008=== added file 'debian/po/POTFILES.in'
3009--- debian/po/POTFILES.in 1970-01-01 00:00:00 +0000
3010+++ debian/po/POTFILES.in 2013-06-27 07:18:27 +0000
3011@@ -0,0 +1,1 @@
3012+[type: gettext/rfc822deb] lightdm.templates
3013
3014=== added file 'debian/po/ca.po'
3015--- debian/po/ca.po 1970-01-01 00:00:00 +0000
3016+++ debian/po/ca.po 2013-06-27 07:18:27 +0000
3017@@ -0,0 +1,99 @@
3018+# debconf templates for xorg-x11 package
3019+# Catalan translation
3020+#
3021+# $Id: ca.po 1273 2006-02-21 10:58:12Z ender $
3022+#
3023+# Copyrights:
3024+# Branden Robinson, 2000-2004
3025+# Ivan Vilata i Balaguer <net.selidor@ivan>, 2002-2007
3026+#
3027+# This file is distributed under the same license as the xorg-x11 package.
3028+# Please see debian/copyright.
3029+#
3030+# Translators, if you are not familiar with the PO format, gettext
3031+# documentation is worth reading, especially sections dedicated to
3032+# this format, e.g. by running:
3033+# info -n '(gettext)PO Files'
3034+# info -n '(gettext)Header Entry'
3035+#
3036+# Some information specific to po-debconf are available at
3037+# /usr/share/doc/po-debconf/README-trans
3038+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
3039+#
3040+# Developers do not need to manually edit POT or PO files.
3041+#
3042+msgid ""
3043+msgstr ""
3044+"Project-Id-Version: xdm 1:1.0.5-2\n"
3045+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
3046+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
3047+"PO-Revision-Date: 2007-03-22 11:00+0100\n"
3048+"Last-Translator: Ivan Vilata i Balaguer <ivan@selidor.net>\n"
3049+"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
3050+"MIME-Version: 1.0\n"
3051+"Content-Type: text/plain; charset=UTF-8\n"
3052+"Content-Transfer-Encoding: 8bit\n"
3053+
3054+#. Type: select
3055+#. Description
3056+#: ../lxdm.templates:2001
3057+msgid "Default display manager:"
3058+msgstr "Escolliu el gestor de pantalla:"
3059+
3060+#. Type: select
3061+#. Description
3062+#: ../lxdm.templates:2001
3063+msgid ""
3064+"A display manager is a program that provides graphical login capabilities "
3065+"for the X Window System."
3066+msgstr ""
3067+"Un gestor de pantalla (display manager) és un programa que proporciona la "
3068+"capacitat d’un quadre gràfic d’entrada (login) a l’X Window System."
3069+
3070+#. Type: select
3071+#. Description
3072+#: ../lxdm.templates:2001
3073+msgid ""
3074+"Only one display manager can manage a given X server, but multiple display "
3075+"manager packages are installed. Please select which display manager should "
3076+"run by default."
3077+msgstr ""
3078+"Només un gestor de pantalla pot gestionar un servidor X determinat, però "
3079+"teniu instaŀlats diversos paquets de gestor de pantalla. Per favor, "
3080+"escolliu quin gestor de pantalla s'executarà per defecte."
3081+
3082+#. Type: select
3083+#. Description
3084+#: ../lxdm.templates:2001
3085+msgid ""
3086+"Multiple display managers can run simultaneously if they are configured to "
3087+"manage different servers; to achieve this, configure the display managers "
3088+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
3089+"check for a default display manager."
3090+msgstr ""
3091+"Poden haver diversos gestors de pantalla corrent simultàniament si es "
3092+"configuren per a gestionar diferents servidors; per a aconseguir açò, "
3093+"configureu adequadament els gestors de pantalla, editeu cadascun dels seus "
3094+"scripts d’inici en «/etc/init.d», i deshabiliteu la comprovació de gestor de "
3095+"pantalla per defecte."
3096+
3097+#~ msgid "Stop the xdm daemon?"
3098+#~ msgstr "Voleu detenir el dimoni «xdm»?"
3099+
3100+#~ msgid ""
3101+#~ "The X display manager (xdm) daemon is typically stopped on package "
3102+#~ "upgrade and removal, but it appears to be managing at least one running X "
3103+#~ "session."
3104+#~ msgstr ""
3105+#~ "El dimoni gestor de pantalla d’X, «xdm», sol ser detingut en actualitzar�"
3106+#~ "ne i eliminar�ne el paquet, però sembla que ara està gestionant almenys "
3107+#~ "una sessió X activa."
3108+
3109+#~ msgid ""
3110+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
3111+#~ "Otherwise, the new version will take effect the next time the daemon is "
3112+#~ "restarted."
3113+#~ msgstr ""
3114+#~ "Si es deté «xdm» ara, terminaran totes les sessions X que està "
3115+#~ "gestionant. Altrament, podeu deixar corrent «xdm», i la nova versió "
3116+#~ "surtirà efecte a la següent volta que el dimoni es reinicie."
3117
3118=== added file 'debian/po/cs.po'
3119--- debian/po/cs.po 1970-01-01 00:00:00 +0000
3120+++ debian/po/cs.po 2013-06-27 07:18:27 +0000
3121@@ -0,0 +1,96 @@
3122+# debconf templates for xdm package
3123+# Czech translation
3124+#
3125+# $Id: cs.po 1042 2006-01-09 07:55:08Z ender $
3126+#
3127+# Copyrights:
3128+# Branden Robinson, 2000-2004
3129+# Miroslav Kure <kurem@debian.cz>, 2004-2007
3130+#
3131+# This file is distributed under the same license as the xorg-x11 package.
3132+# Please see debian/copyright.
3133+#
3134+# Translators, if you are not familiar with the PO format, gettext
3135+# documentation is worth reading, especially sections dedicated to
3136+# this format, e.g. by running:
3137+# info -n '(gettext)PO Files'
3138+# info -n '(gettext)Header Entry'
3139+#
3140+# Some information specific to po-debconf are available at
3141+# /usr/share/doc/po-debconf/README-trans
3142+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
3143+#
3144+# Developers do not need to manually edit POT or PO files.
3145+#
3146+msgid ""
3147+msgstr ""
3148+"Project-Id-Version: xdm\n"
3149+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
3150+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
3151+"PO-Revision-Date: 2007-03-24 10:42+0100\n"
3152+"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
3153+"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
3154+"MIME-Version: 1.0\n"
3155+"Content-Type: text/plain; charset=UTF-8\n"
3156+"Content-Transfer-Encoding: 8bit\n"
3157+
3158+#. Type: select
3159+#. Description
3160+#: ../lxdm.templates:2001
3161+msgid "Default display manager:"
3162+msgstr "Výchozí správce obrazovky:"
3163+
3164+#. Type: select
3165+#. Description
3166+#: ../lxdm.templates:2001
3167+msgid ""
3168+"A display manager is a program that provides graphical login capabilities "
3169+"for the X Window System."
3170+msgstr ""
3171+"Správce obrazovky je program, který nabízí grafické přihlášení do systému X "
3172+"Window."
3173+
3174+#. Type: select
3175+#. Description
3176+#: ../lxdm.templates:2001
3177+msgid ""
3178+"Only one display manager can manage a given X server, but multiple display "
3179+"manager packages are installed. Please select which display manager should "
3180+"run by default."
3181+msgstr ""
3182+"Je nainstalováno několik správců obrazovky, ale jen jeden může obsluhovat "
3183+"daný X server. Vyberte, který správce se má spouštět jako výchozí."
3184+
3185+#. Type: select
3186+#. Description
3187+#: ../lxdm.templates:2001
3188+msgid ""
3189+"Multiple display managers can run simultaneously if they are configured to "
3190+"manage different servers; to achieve this, configure the display managers "
3191+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
3192+"check for a default display manager."
3193+msgstr ""
3194+"Více správců obrazovky může běžet zároveň pouze pokud spravují různé "
3195+"servery. Pro dosažení takového nastavení je musíte správně nakonfigurovat, "
3196+"upravit jejich spouštěcí skripty v /etc/init.d a zakázat kontrolu výchozího "
3197+"správce obrazovky."
3198+
3199+#~ msgid "Stop the xdm daemon?"
3200+#~ msgstr "Zastavit démona xdm?"
3201+
3202+#~ msgid ""
3203+#~ "The X display manager (xdm) daemon is typically stopped on package "
3204+#~ "upgrade and removal, but it appears to be managing at least one running X "
3205+#~ "session."
3206+#~ msgstr ""
3207+#~ "Démon xdm (X display manager) je obvykle při aktualizaci nebo odstranění "
3208+#~ "balíku zastaven, ale zdá se, že spravuje minimálně jedno X sezení."
3209+
3210+#~ msgid ""
3211+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
3212+#~ "Otherwise, the new version will take effect the next time the daemon is "
3213+#~ "restarted."
3214+#~ msgstr ""
3215+#~ "Pokud by byl xdm zastaven nyní, všechna jím spravovaná X sezení by se "
3216+#~ "ukon�ila. V opa�ném případě zůstane xdm běžet a nová verze se spustí s "
3217+#~ "příštím restartem démona."
3218
3219=== added file 'debian/po/da.po'
3220--- debian/po/da.po 1970-01-01 00:00:00 +0000
3221+++ debian/po/da.po 2013-06-27 07:18:27 +0000
3222@@ -0,0 +1,112 @@
3223+# debconf templates for xorg-x11 package
3224+# Danish translation
3225+#
3226+# $Id: da.po 1042 2006-01-09 07:55:08Z ender $
3227+#
3228+# Copyrights:
3229+# Branden Robinson, 2000-2004
3230+# Dennis Haney, 2002
3231+# Morten Brix Pedersen <morten@wtf.dk>, 2003.
3232+# Claus Hindsgaul <claus_h@image.dk>, 2004, 2005.
3233+#
3234+# This file is distributed under the same license as the xorg-x11 package.
3235+# Please see debian/copyright.
3236+#
3237+# Translators, if you are not familiar with the PO format, gettext
3238+# documentation is worth reading, especially sections dedicated to
3239+# this format, e.g. by running:
3240+# info -n '(gettext)PO Files'
3241+# info -n '(gettext)Header Entry'
3242+#
3243+# Some information specific to po-debconf are available at
3244+# /usr/share/doc/po-debconf/README-trans
3245+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
3246+#
3247+# Developers do not need to manually edit POT or PO files.
3248+#
3249+msgid ""
3250+msgstr ""
3251+"Project-Id-Version: xorg-x11 6.8.2.dfsg.1-5+SVN\n"
3252+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
3253+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
3254+"PO-Revision-Date: 2005-08-29 17:06+0200\n"
3255+"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
3256+"Language-Team: Danish <dansk@klid.dk>\n"
3257+"MIME-Version: 1.0\n"
3258+"Content-Type: text/plain; charset=ISO-8859-1\n"
3259+"Content-Transfer-Encoding: 8bit\n"
3260+"X-Generator: KBabel 1.9.1\n"
3261+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
3262+
3263+#. Type: select
3264+#. Description
3265+#: ../lxdm.templates:2001
3266+#, fuzzy
3267+msgid "Default display manager:"
3268+msgstr "Vælg den ønskede logindhåndtering."
3269+
3270+#. Type: select
3271+#. Description
3272+#: ../lxdm.templates:2001
3273+msgid ""
3274+"A display manager is a program that provides graphical login capabilities "
3275+"for the X Window System."
3276+msgstr ""
3277+"En logindhåndtering er et program der giver et grafisk logind til X Window-"
3278+"systemet."
3279+
3280+#. Type: select
3281+#. Description
3282+#: ../lxdm.templates:2001
3283+#, fuzzy
3284+msgid ""
3285+"Only one display manager can manage a given X server, but multiple display "
3286+"manager packages are installed. Please select which display manager should "
3287+"run by default."
3288+msgstr ""
3289+"Der kan kun køre én logindhåndtering for hver X-server, men der er "
3290+"installeret flere logindhåndteringer Vælg hvilken logindhåndtering der skal "
3291+"benyttes som standard."
3292+
3293+#. Type: select
3294+#. Description
3295+#: ../lxdm.templates:2001
3296+#, fuzzy
3297+msgid ""
3298+"Multiple display managers can run simultaneously if they are configured to "
3299+"manage different servers; to achieve this, configure the display managers "
3300+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
3301+"check for a default display manager."
3302+msgstr ""
3303+"(Flere logindhåndteringer kan køre samtidig. hvis de er sat op til at "
3304+"håndtere forskellige servere. For at få dette til at fungere, skal "
3305+"logindhåndteringenerne sættes op til det. Det gør du ved at fjerne tjekket "
3306+"for standard logindhåndtering i deres initialiseringsskripter i /etc/init.d.)"
3307+
3308+#, fuzzy
3309+#~ msgid "Stop the xdm daemon?"
3310+#~ msgstr "Vil du stoppe xdm-dæmonen?"
3311+
3312+#, fuzzy
3313+#~ msgid ""
3314+#~ "The X display manager (xdm) daemon is typically stopped on package "
3315+#~ "upgrade and removal, but it appears to be managing at least one running X "
3316+#~ "session."
3317+#~ msgstr ""
3318+#~ "X-logindhåndteringsdæmonen (xdm) stoppes typisk under opgradering eller "
3319+#~ "afinstallation af pakken, men det ser ud til at der allerede kører mindst "
3320+#~ "én X-session. Hvis xdm bliver stoppet nu, vil alle de X-sessioner, den "
3321+#~ "håndterer, blive afbrudt. Ellers kan du lade xdm køre, så den nye version "
3322+#~ "først bliver taget i brug næste gang dæmonen bliver genstartet."
3323+
3324+#, fuzzy
3325+#~ msgid ""
3326+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
3327+#~ "Otherwise, the new version will take effect the next time the daemon is "
3328+#~ "restarted."
3329+#~ msgstr ""
3330+#~ "X-logindhåndteringsdæmonen (xdm) stoppes typisk under opgradering eller "
3331+#~ "afinstallation af pakken, men det ser ud til at der allerede kører mindst "
3332+#~ "én X-session. Hvis xdm bliver stoppet nu, vil alle de X-sessioner, den "
3333+#~ "håndterer, blive afbrudt. Ellers kan du lade xdm køre, så den nye version "
3334+#~ "først bliver taget i brug næste gang dæmonen bliver genstartet."
3335
3336=== added file 'debian/po/de.po'
3337--- debian/po/de.po 1970-01-01 00:00:00 +0000
3338+++ debian/po/de.po 2013-06-27 07:18:27 +0000
3339@@ -0,0 +1,111 @@
3340+# translation of xdm to german
3341+# debconf templates for xorg-x11 package
3342+# German translation
3343+#
3344+# $Id: de.po 1042 2006-01-09 07:55:08Z ender $
3345+#
3346+# Copyrights:
3347+#
3348+# This file is distributed under the same license as the xorg-x11 package.
3349+# Please see debian/copyright.
3350+#
3351+# Translators, if you are not familiar with the PO format, gettext
3352+# documentation is worth reading, especially sections dedicated to
3353+# this format, e.g. by running:
3354+# info -n '(gettext)PO Files'
3355+# info -n '(gettext)Header Entry'
3356+#
3357+# Some information specific to po-debconf are available at
3358+# /usr/share/doc/po-debconf/README-trans
3359+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
3360+#
3361+# Developers do not need to manually edit POT or PO files.
3362+#
3363+# Branden Robinson, 2000-2004.
3364+# Martin Schuster, 2001.
3365+# Sebastian Rittau, 2001.
3366+# Erich Schubert, 2001.
3367+# Knut Suebert, 2001.
3368+# Sebastian Feltel, 2001.
3369+# Philipp Matthias Hahn, 2001.
3370+# Veit Waltemath, 2002.
3371+# Andreas Metzler, 2002.
3372+# Alwin Meschede <ameschede@gmx.de>, 2004, 2005, 2007.
3373+msgid ""
3374+msgstr ""
3375+"Project-Id-Version: de\n"
3376+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
3377+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
3378+"PO-Revision-Date: 2007-03-24 12:33+0100\n"
3379+"Last-Translator: Alwin Meschede <ameschede@gmx.de>\n"
3380+"Language-Team: german <debian-l10n-german@lists.debian.org>\n"
3381+"MIME-Version: 1.0\n"
3382+"Content-Type: text/plain; charset=UTF-8\n"
3383+"Content-Transfer-Encoding: 8bit\n"
3384+"X-Generator: KBabel 1.11.4\n"
3385+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
3386+
3387+#. Type: select
3388+#. Description
3389+#: ../lxdm.templates:2001
3390+msgid "Default display manager:"
3391+msgstr "Standardmäßiger Display-Manager:"
3392+
3393+#. Type: select
3394+#. Description
3395+#: ../lxdm.templates:2001
3396+msgid ""
3397+"A display manager is a program that provides graphical login capabilities "
3398+"for the X Window System."
3399+msgstr ""
3400+"Ein Display-Manager ist ein Programm, welches grafische Anmeldemöglichkeiten "
3401+"für das X Window System zur Verfügung stellt."
3402+
3403+#. Type: select
3404+#. Description
3405+#: ../lxdm.templates:2001
3406+msgid ""
3407+"Only one display manager can manage a given X server, but multiple display "
3408+"manager packages are installed. Please select which display manager should "
3409+"run by default."
3410+msgstr ""
3411+"Nur ein einziger Display-Manager kann einen gegebenen X-Server verwalten, es "
3412+"sind allerdings mehrere Display-Manager installiert. Bitte wählen Sie den "
3413+"Display-Manager aus, der standardmäßig ausgeführt werden soll."
3414+
3415+#. Type: select
3416+#. Description
3417+#: ../lxdm.templates:2001
3418+msgid ""
3419+"Multiple display managers can run simultaneously if they are configured to "
3420+"manage different servers; to achieve this, configure the display managers "
3421+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
3422+"check for a default display manager."
3423+msgstr ""
3424+"Es können mehrere Display-Manager gleichzeitig laufen, wenn diese so "
3425+"konfiguriert sind, dass sie verschiedene X-Server verwalten. Um dies zu "
3426+"erreichen, konfigurieren Sie die Display-Manager entsprechend, editieren Sie "
3427+"jedes ihrer Init-Skripte in /etc/init.d, und schalten Sie die Überprüfung "
3428+"auf einen Standard-Display-Manager ab."
3429+
3430+#~ msgid "Stop the xdm daemon?"
3431+#~ msgstr "Soll der xdm-Dienst gestoppt werden?"
3432+
3433+#~ msgid ""
3434+#~ "The X display manager (xdm) daemon is typically stopped on package "
3435+#~ "upgrade and removal, but it appears to be managing at least one running X "
3436+#~ "session."
3437+#~ msgstr ""
3438+#~ "Der X Display Manager (xdm) Dienst wird meist beim Aktualisieren oder "
3439+#~ "Entfernen eines Pakets gestoppt, aber er scheint mindestens eine laufende "
3440+#~ "X-Sitzung zu verwalten."
3441+
3442+#~ msgid ""
3443+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
3444+#~ "Otherwise, the new version will take effect the next time the daemon is "
3445+#~ "restarted."
3446+#~ msgstr ""
3447+#~ "Wenn xdm jetzt gestoppt wird, werden alle Sitzungen beendet, die er "
3448+#~ "gerade verwaltet. Alternativ können Sie xdm weiter laufen lassen, die "
3449+#~ "neue Version wird dann aktiv, sobald der Dienst das nächste Mal gestartet "
3450+#~ "wird."
3451
3452=== added file 'debian/po/el.po'
3453--- debian/po/el.po 1970-01-01 00:00:00 +0000
3454+++ debian/po/el.po 2013-06-27 07:18:27 +0000
3455@@ -0,0 +1,113 @@
3456+# debconf templates for xorg-x11 package
3457+# Greek translation
3458+#
3459+# $Id: el.po 1042 2006-01-09 07:55:08Z ender $
3460+#
3461+# Copyrights:
3462+# Branden Robinson, 2000-2004
3463+# Konstantinos Margaritis <markos@debian.org>, 2004
3464+#
3465+# This file is distributed under the same license as the xorg-x11 package.
3466+# Please see debian/copyright.
3467+#
3468+# Translators, if you are not familiar with the PO format, gettext
3469+# documentation is worth reading, especially sections dedicated to
3470+# this format, e.g. by running:
3471+# info -n '(gettext)PO Files'
3472+# info -n '(gettext)Header Entry'
3473+#
3474+# Some information specific to po-debconf are available at
3475+# /usr/share/doc/po-debconf/README-trans
3476+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
3477+#
3478+# Developers do not need to manually edit POT or PO files.
3479+#
3480+msgid ""
3481+msgstr ""
3482+"Project-Id-Version: el\n"
3483+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
3484+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
3485+"PO-Revision-Date: 2005-12-19 18:40+0200\n"
3486+"Last-Translator: Konstantinos Margaritis <markos@debian.org>\n"
3487+"Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
3488+"MIME-Version: 1.0\n"
3489+"Content-Type: text/plain; charset=UTF-8\n"
3490+"Content-Transfer-Encoding: 8bit\n"
3491+
3492+#. Type: select
3493+#. Description
3494+#: ../lxdm.templates:2001
3495+#, fuzzy
3496+msgid "Default display manager:"
3497+msgstr "Επιλέξτε τον επιθυμητό διαχει�ιστή οθόνης."
3498+
3499+#. Type: select
3500+#. Description
3501+#: ../lxdm.templates:2001
3502+msgid ""
3503+"A display manager is a program that provides graphical login capabilities "
3504+"for the X Window System."
3505+msgstr ""
3506+"Ο διαχει�ιστής οθόνης είναι ένα π�όγ�αμμα που π�οσφέ�ει τη δυνατότητα "
3507+"σ�νδεσης στο σ�στημα πα�αθ��ων X μέσω γ�αφικο� πε�ιβάλλοντος."
3508+
3509+#. Type: select
3510+#. Description
3511+#: ../lxdm.templates:2001
3512+#, fuzzy
3513+msgid ""
3514+"Only one display manager can manage a given X server, but multiple display "
3515+"manager packages are installed. Please select which display manager should "
3516+"run by default."
3517+msgstr ""
3518+"Μόνο ένας διαχει�ιστής οθόνης μπο�εί να χει�ίζεται ένα συγκεκ�ιμένο "
3519+"εξυπη�ετητή X, αλλά πε�ισσότε�οι από ένας είναι εγκατεστημένοι. Πα�ακαλώ "
3520+"επιλέξτε τον διαχει�ιστή οθόνης που θα εκτελείται ως π�οκαθο�ισμένος."
3521+
3522+#. Type: select
3523+#. Description
3524+#: ../lxdm.templates:2001
3525+#, fuzzy
3526+msgid ""
3527+"Multiple display managers can run simultaneously if they are configured to "
3528+"manage different servers; to achieve this, configure the display managers "
3529+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
3530+"check for a default display manager."
3531+msgstr ""
3532+"Πολλαπλοί διαχει�ιστές οθόνης μπο�ο�ν να τ�έχουν ταυτόχ�ονα, αν έχουν "
3533+"�υθμιστεί να χει�ίζονται διαφο�ετικο�ς διακομιστές X. Για να επιτευχθεί "
3534+"αυτό, �υθμίστε τους διαχει�ιστές οθόνης κατάλληλα, επεξε�γαστείτε τα α�χεία "
3535+"εκκίνησής τους στον κατάλογο /etc/init.d, και απενε�γοποιήστε τον έλεγχο για "
3536+"π�οκαθο�ισμένο διαχει�ιστή οθόνης."
3537+
3538+#, fuzzy
3539+#~ msgid "Stop the xdm daemon?"
3540+#~ msgstr "Θέλετε να σταματήσετε να χ�ησιμοποιείτε τον δαίμονα xdm;"
3541+
3542+#, fuzzy
3543+#~ msgid ""
3544+#~ "The X display manager (xdm) daemon is typically stopped on package "
3545+#~ "upgrade and removal, but it appears to be managing at least one running X "
3546+#~ "session."
3547+#~ msgstr ""
3548+#~ "Κανονικά, η λειτου�γία του δαίμονα του διαχει�ιστή οθόνης των X (xdm) "
3549+#~ "διακόπτεται με κάθε αναβάθμιση και διαγ�αφή του πακέτου, αλλά στη "
3550+#~ "συγκεκ�ιμένη πε�ίπτωση φαίνεται ότι διαχει�ίζεται ήδη τουλάχιστον μια "
3551+#~ "συνεδ�ία των X (X session). Αν ο xdm τε�ματιστεί τώ�α, οποιεσδήποτε "
3552+#~ "συνεδ�ίες των X χει�ίζεται θα τε�ματιστο�ν επίσης. Διαφο�ετικά, μπο�είτε "
3553+#~ "να αφήσετε τον xdm να συνεχίσει τη λειτου�γία του και η νέα έκδοση να "
3554+#~ "χ�ησιμοποιηθεί την επόμενη φο�ά που θα τ�έξει ο δαίμονας."
3555+
3556+#, fuzzy
3557+#~ msgid ""
3558+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
3559+#~ "Otherwise, the new version will take effect the next time the daemon is "
3560+#~ "restarted."
3561+#~ msgstr ""
3562+#~ "Κανονικά, η λειτου�γία του δαίμονα του διαχει�ιστή οθόνης των X (xdm) "
3563+#~ "διακόπτεται με κάθε αναβάθμιση και διαγ�αφή του πακέτου, αλλά στη "
3564+#~ "συγκεκ�ιμένη πε�ίπτωση φαίνεται ότι διαχει�ίζεται ήδη τουλάχιστον μια "
3565+#~ "συνεδ�ία των X (X session). Αν ο xdm τε�ματιστεί τώ�α, οποιεσδήποτε "
3566+#~ "συνεδ�ίες των X χει�ίζεται θα τε�ματιστο�ν επίσης. Διαφο�ετικά, μπο�είτε "
3567+#~ "να αφήσετε τον xdm να συνεχίσει τη λειτου�γία του και η νέα έκδοση να "
3568+#~ "χ�ησιμοποιηθεί την επόμενη φο�ά που θα τ�έξει ο δαίμονας."
3569
3570=== added file 'debian/po/es.po'
3571--- debian/po/es.po 1970-01-01 00:00:00 +0000
3572+++ debian/po/es.po 2013-06-27 07:18:27 +0000
3573@@ -0,0 +1,97 @@
3574+# slim po-debconf translation to Spanish
3575+# Copyright (C) 2001, 2002, 2003, 2005, 2008 Software in the Public Interest
3576+# This file is distributed under the same license as the slim package.
3577+#
3578+# Changes:
3579+# - Initial translation
3580+# Carlos Valdivia Yagüe, 2001
3581+#
3582+# - Updates
3583+# Javier Fernandez-Sanguino Peña, 2003
3584+# David Martínez Moreno <ender@debian.org>, 2001, 2002, 2005
3585+# Francisco Javier Cuadrado <fcocuadrado@gmail.com>, 2008
3586+#
3587+# Traductores, si no conoce el formato PO, merece la pena leer la
3588+# documentación de gettext, especialmente las secciones dedicadas a este
3589+# formato, por ejemplo ejecutando:
3590+# info -n '(gettext)PO Files'
3591+# info -n '(gettext)Header Entry'
3592+#
3593+# Equipo de traducción al español, por favor, lean antes de traducir
3594+# los siguientes documentos:
3595+#
3596+# - El proyecto de traducción de Debian al español
3597+# http://www.debian.org/intl/spanish/
3598+# especialmente las notas de traducción en
3599+# http://www.debian.org/intl/spanish/notas
3600+#
3601+# - La guía de traducción de po's de debconf:
3602+# /usr/share/doc/po-debconf/README-trans
3603+# o http://www.debian.org/intl/l10n/po-debconf/README-trans
3604+#
3605+msgid ""
3606+msgstr ""
3607+"Project-Id-Version: slim 1.3.0-2\n"
3608+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
3609+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
3610+"PO-Revision-Date: 2008-12-24 13:47+0100\n"
3611+"Last-Translator: Francisco Javier Cuadrado <fcocuadrado@gmail.com>\n"
3612+"Language-Team: ES <debian-l10n-spanish@lists.debian.org>\n"
3613+"MIME-Version: 1.0\n"
3614+"Content-Type: text/plain; charset=UTF-8\n"
3615+"Content-Transfer-Encoding: 8bit\n"
3616+
3617+#. Type: select
3618+#. Description
3619+#: ../lxdm.templates:2001
3620+msgid "Default display manager:"
3621+msgstr "Gestor de sesiones predeterminado:"
3622+
3623+#. Type: select
3624+#. Description
3625+#: ../lxdm.templates:2001
3626+msgid "A display manager is a program that provides graphical login capabilities for the X Window System."
3627+msgstr "Un gestor de sesiones es un programa que le ofrece la posibilidad de entrar gráficamente a su sistema mediante el sistema X Window."
3628+
3629+#. Type: select
3630+#. Description
3631+#: ../lxdm.templates:2001
3632+msgid "Only one display manager can manage a given X server, but multiple display manager packages are installed. Please select which display manager should run by default."
3633+msgstr "Sólo puede utilizarse un gestor de sesiones para gestionar un servidor de X concreto, pero existen varios paquetes de gestores de sesiones instalados. Por favor, seleccione que gestor de sesiones debería ejecutarse de manera predeterminada."
3634+
3635+#. Type: select
3636+#. Description
3637+#: ../lxdm.templates:2001
3638+msgid "Multiple display managers can run simultaneously if they are configured to manage different servers; to achieve this, configure the display managers accordingly, edit each of their init scripts in /etc/init.d, and disable the check for a default display manager."
3639+msgstr "Varios gestores de sesiones se pueden ejecutar simultáneamente si están configurados para manejar diferentes servidores. Para conseguir esto, configure los gestores de sesiones apropiadamente, edite cada script de init en «/etc/init.d» relacionado con ellos y desactive la comprobación en busca del gestor de sesiones predeterminado."
3640+
3641+#, fuzzy
3642+#~ msgid "Stop the xdm daemon?"
3643+#~ msgstr "¿Desea parar el demonio de xdm?"
3644+
3645+#, fuzzy
3646+#~ msgid ""
3647+#~ "The X display manager (xdm) daemon is typically stopped on package "
3648+#~ "upgrade and removal, but it appears to be managing at least one running X "
3649+#~ "session."
3650+#~ msgstr ""
3651+#~ "El demonio del gestor de sesiones (xdm) generalmente se para al "
3652+#~ "actualizar los paquetes y al eliminarlos, pero parece que gestiona por lo "
3653+#~ "menos una sesión X en estos momentos. Si detiene xdm ahora, cualquier "
3654+#~ "sesión X que gestione será destruida. Puede dejar que xdm siga "
3655+#~ "ejecutándose, y la siguiente versión tendrá efecto cuando el demonio se "
3656+#~ "rearranque."
3657+
3658+#, fuzzy
3659+#~ msgid ""
3660+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
3661+#~ "Otherwise, the new version will take effect the next time the daemon is "
3662+#~ "restarted."
3663+#~ msgstr ""
3664+#~ "El demonio del gestor de sesiones (xdm) generalmente se para al "
3665+#~ "actualizar los paquetes y al eliminarlos, pero parece que gestiona por lo "
3666+#~ "menos una sesión X en estos momentos. Si detiene xdm ahora, cualquier "
3667+#~ "sesión X que gestione será destruida. Puede dejar que xdm siga "
3668+#~ "ejecutándose, y la siguiente versión tendrá efecto cuando el demonio se "
3669+#~ "rearranque."
3670+
3671
3672=== added file 'debian/po/eu.po'
3673--- debian/po/eu.po 1970-01-01 00:00:00 +0000
3674+++ debian/po/eu.po 2013-06-27 07:18:27 +0000
3675@@ -0,0 +1,101 @@
3676+# translation of xdm-eu.po to librezale
3677+# debconf templates for xorg-x11 package
3678+# Euskara translation
3679+#
3680+# $Id: eu.po 490 2005-08-03 09:59:07Z ender $
3681+#
3682+# Copyright:
3683+#
3684+# This file is distributed under the same license as the xorg-x11 package.
3685+# Please see debian/copyright.
3686+#
3687+# Translators, if you are not familiar with the PO format, gettext
3688+# documentation is worth reading, especially sections dedicated to
3689+# this format, e.g. by running:
3690+# info -n '(gettext)PO Files'
3691+# info -n '(gettext)Header Entry'
3692+#
3693+# Some information specific to po-debconf is available at
3694+# /usr/share/doc/po-debconf/README-trans
3695+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
3696+#
3697+# Developers do not need to manually edit POT or PO files.
3698+#
3699+# Branden Robinson, 2000-2004.
3700+# Piarres Beobide <pi@beobide.net>, 2005, 2007.
3701+msgid ""
3702+msgstr ""
3703+"Project-Id-Version: xdm-eu\n"
3704+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
3705+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
3706+"PO-Revision-Date: 2007-03-22 16:06+0100\n"
3707+"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
3708+"Language-Team: librezale <librezale@librezale.org>\n"
3709+"MIME-Version: 1.0\n"
3710+"Content-Type: text/plain; charset=UTF-8\n"
3711+"Content-Transfer-Encoding: 8bit\n"
3712+"X-Generator: KBabel 1.11.4\n"
3713+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
3714+
3715+#. Type: select
3716+#. Description
3717+#: ../lxdm.templates:2001
3718+msgid "Default display manager:"
3719+msgstr "Lehenetsiriko pantaila kudeatzailea:"
3720+
3721+#. Type: select
3722+#. Description
3723+#: ../lxdm.templates:2001
3724+msgid ""
3725+"A display manager is a program that provides graphical login capabilities "
3726+"for the X Window System."
3727+msgstr ""
3728+"Pantaila kudeatzailea X Leiho Sistemarako saio hasiera grafiko aukera ematen "
3729+"duen programa bat da."
3730+
3731+#. Type: select
3732+#. Description
3733+#: ../lxdm.templates:2001
3734+msgid ""
3735+"Only one display manager can manage a given X server, but multiple display "
3736+"manager packages are installed. Please select which display manager should "
3737+"run by default."
3738+msgstr ""
3739+"Jakindako X zerbitzari bat pantaila kudeatzaile batek bakarrik kudea dezake, "
3740+"baina pantaila kudeatzaile anitz daude instalaturik. Hautatu zein pantaila "
3741+"kudeatzaile erabili nahi duzun lehenetsi bezala."
3742+
3743+#. Type: select
3744+#. Description
3745+#: ../lxdm.templates:2001
3746+msgid ""
3747+"Multiple display managers can run simultaneously if they are configured to "
3748+"manage different servers; to achieve this, configure the display managers "
3749+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
3750+"check for a default display manager."
3751+msgstr ""
3752+"Pantaila kudeatzaile anitz batera martxan egon daitezke, zerbitzari "
3753+"ezberdinak kudeatzeko konfiguraturik badaude; hau lortzeko, pantaila "
3754+"kudeatzaileak behar bezala konfiguratu eta /etc/init.d-eko init script-ean "
3755+"lehenetsiriko pantaila kudeatzailea arakatzeko aukera ezgaitu."
3756+
3757+#~ msgid "Stop the xdm daemon?"
3758+#~ msgstr "Xdm deabrua gelditu?"
3759+
3760+#~ msgid ""
3761+#~ "The X display manager (xdm) daemon is typically stopped on package "
3762+#~ "upgrade and removal, but it appears to be managing at least one running X "
3763+#~ "session."
3764+#~ msgstr ""
3765+#~ "X Pantaila Kudeatzaile (xdm) deabrua arruntean gelditu egiten da pakete "
3766+#~ "eguneraketa edo ezabaketa egiterakoan, baina dirudienez martxan dagoen X "
3767+#~ "saio bat beintzat kudeatzen ari da."
3768+
3769+#~ msgid ""
3770+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
3771+#~ "Otherwise, the new version will take effect the next time the daemon is "
3772+#~ "restarted."
3773+#~ msgstr ""
3774+#~ "xdm orain gelditu ezkero, kudeatzen ari den edozein X saio itxi egingo "
3775+#~ "da. Bestela xdm martxan utz dezakezu eta bersio berria deabrua abiarazten "
3776+#~ "den hurrengo aldian erabiliko da."
3777
3778=== added file 'debian/po/fi.po'
3779--- debian/po/fi.po 1970-01-01 00:00:00 +0000
3780+++ debian/po/fi.po 2013-06-27 07:18:27 +0000
3781@@ -0,0 +1,38 @@
3782+msgid ""
3783+msgstr ""
3784+"Project-Id-Version: slim\n"
3785+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
3786+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
3787+"PO-Revision-Date: 2007-12-22 13:23+0200\n"
3788+"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
3789+"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
3790+"MIME-Version: 1.0\n"
3791+"Content-Type: text/plain; charset=UTF-8\n"
3792+"Content-Transfer-Encoding: 8bit\n"
3793+"X-Poedit-Language: Finnish\n"
3794+"X-Poedit-Country: Finland\n"
3795+
3796+#. Type: select
3797+#. Description
3798+#: ../lxdm.templates:2001
3799+msgid "Default display manager:"
3800+msgstr "Oletusnäytönhallintaohjelma:"
3801+
3802+#. Type: select
3803+#. Description
3804+#: ../lxdm.templates:2001
3805+msgid "A display manager is a program that provides graphical login capabilities for the X Window System."
3806+msgstr "Näytönhallintaohjelma tarjoaa graafisen kirjautumisruudun X-ikkunointijärjestelmään."
3807+
3808+#. Type: select
3809+#. Description
3810+#: ../lxdm.templates:2001
3811+msgid "Only one display manager can manage a given X server, but multiple display manager packages are installed. Please select which display manager should run by default."
3812+msgstr "Vain yksi näytönhallintaohjelma voi hallinnoida kutakin X-palvelinta, mutta useampia näytönhallintaohjelmapaketteja on asennettuna. Valitse minkä näytönhallintaohjelman tulisi olla oletuksena käytössä."
3813+
3814+#. Type: select
3815+#. Description
3816+#: ../lxdm.templates:2001
3817+msgid "Multiple display managers can run simultaneously if they are configured to manage different servers; to achieve this, configure the display managers accordingly, edit each of their init scripts in /etc/init.d, and disable the check for a default display manager."
3818+msgstr "Useampia näytönhallintaohjelmia voidaan ajaa yhtäaikaisesti, jos ne on asetettu hallinnoimaan eri palvelimia. Saadaksesi tämän aikaan muokkaa näytönhallintaohjelmien asetuksia tarpeen mukaan, muokkaa kunkin käynnistyskomentosarjaa hakemistossa /etc/init.d ja passivoi oletusnäytönhallintaohjelman tarkistus."
3819+
3820
3821=== added file 'debian/po/fr.po'
3822--- debian/po/fr.po 1970-01-01 00:00:00 +0000
3823+++ debian/po/fr.po 2013-06-27 07:18:27 +0000
3824@@ -0,0 +1,106 @@
3825+# translation of fr.po to French
3826+# debconf templates for xorg-x11 package
3827+# French translation
3828+#
3829+# $Id: fr.po 1053 2006-01-10 19:20:06Z ender $
3830+#
3831+# Copyrights:
3832+#
3833+# This file is distributed under the same license as the xorg-x11 package.
3834+# Please see debian/copyright.
3835+#
3836+# Translators, if you are not familiar with the PO format, gettext
3837+# documentation is worth reading, especially sections dedicated to
3838+# this format, e.g. by running:
3839+# info -n '(gettext)PO Files'
3840+# info -n '(gettext)Header Entry'
3841+#
3842+# Some information specific to po-debconf are available at
3843+# /usr/share/doc/po-debconf/README-trans
3844+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
3845+#
3846+# Developers do not need to manually edit POT or PO files.
3847+#
3848+# Branden Robinson, 2000-2004.
3849+# Thomas Morin, 2001.
3850+# Patrice Karatchentzeff, 2001.
3851+# Jérôme Schell, 2001.
3852+# Jean-Christophe Dubacq, 2002.
3853+# Christian Perrier <bubulle@debian.org>, 2003, 2004, 2006, 2007.
3854+msgid ""
3855+msgstr ""
3856+"Project-Id-Version: fr\n"
3857+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
3858+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
3859+"PO-Revision-Date: 2007-03-22 20:06+0100\n"
3860+"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
3861+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
3862+"MIME-Version: 1.0\n"
3863+"Content-Type: text/plain; charset=UTF-8\n"
3864+"Content-Transfer-Encoding: 8bit\n"
3865+"X-Generator: KBabel 1.11.4\n"
3866+"Plural-Forms: Plural-Forms: nplurals=2; plural=n>1;\n"
3867+"\n"
3868+
3869+#. Type: select
3870+#. Description
3871+#: ../lxdm.templates:2001
3872+msgid "Default display manager:"
3873+msgstr "Gestionnaire graphique de session par défaut :"
3874+
3875+#. Type: select
3876+#. Description
3877+#: ../lxdm.templates:2001
3878+msgid ""
3879+"A display manager is a program that provides graphical login capabilities "
3880+"for the X Window System."
3881+msgstr ""
3882+"Un gestionnaire graphique de session est un programme qui permet de se "
3883+"connecter depuis le système X Window."
3884+
3885+#. Type: select
3886+#. Description
3887+#: ../lxdm.templates:2001
3888+msgid ""
3889+"Only one display manager can manage a given X server, but multiple display "
3890+"manager packages are installed. Please select which display manager should "
3891+"run by default."
3892+msgstr ""
3893+"Un seul gestionnaire graphique de session peut s'occuper d'un serveur X "
3894+"donné, bien que plusieurs gestionnaires puissent être installés "
3895+"simultanément. Veuillez choisir celui qui sera utilisé par défaut."
3896+
3897+#. Type: select
3898+#. Description
3899+#: ../lxdm.templates:2001
3900+msgid ""
3901+"Multiple display managers can run simultaneously if they are configured to "
3902+"manage different servers; to achieve this, configure the display managers "
3903+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
3904+"check for a default display manager."
3905+msgstr ""
3906+"Plusieurs gestionnaires graphiques peuvent être lancés en même temps, s'ils "
3907+"gèrent des serveurs X différents ; pour cela, configurez correctement chacun "
3908+"des gestionnaires graphiques, modifiez leurs scripts de lancement dans /etc/"
3909+"init.d, et désactivez le test de gestionnaire graphique par défaut."
3910+
3911+#~ msgid "Stop the xdm daemon?"
3912+#~ msgstr "Faut-il arrêter le démon xdm ?"
3913+
3914+#~ msgid ""
3915+#~ "The X display manager (xdm) daemon is typically stopped on package "
3916+#~ "upgrade and removal, but it appears to be managing at least one running X "
3917+#~ "session."
3918+#~ msgstr ""
3919+#~ "Le gestionnaire de sessions X (xdm) est généralement arrêté lors de la "
3920+#~ "mise à jour ou de la suppression du paquet. Cependant, il semble qu'il "
3921+#~ "gère actuellement encore au moins une session X."
3922+
3923+#~ msgid ""
3924+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
3925+#~ "Otherwise, the new version will take effect the next time the daemon is "
3926+#~ "restarted."
3927+#~ msgstr ""
3928+#~ "Si xdm est arrêté maintenant, toutes les sessions X qu'il gère seront "
3929+#~ "terminées. L'autre possibilité est de laisser fonctionner xdm, la "
3930+#~ "nouvelle version ne devenant active qu'au prochain redémarrage du démon."
3931
3932=== added file 'debian/po/gl.po'
3933--- debian/po/gl.po 1970-01-01 00:00:00 +0000
3934+++ debian/po/gl.po 2013-06-27 07:18:27 +0000
3935@@ -0,0 +1,85 @@
3936+# debconf templates for xorg-x11 package
3937+# Galician translation
3938+#
3939+# $Id: gl.po 1080 2006-01-14 02:15:39Z ender $
3940+#
3941+# Copyrights:
3942+# Branden Robinson, 2000-2004
3943+# Jacobo Tarrio, 2001, 2006
3944+#
3945+# This file is distributed under the same license as the xorg-x11 package.
3946+# Please see debian/copyright.
3947+#
3948+msgid ""
3949+msgstr ""
3950+"Project-Id-Version: xorg-x11\n"
3951+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
3952+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
3953+"PO-Revision-Date: 2007-03-22 13:03+0100\n"
3954+"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
3955+"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
3956+"MIME-Version: 1.0\n"
3957+"Content-Type: text/plain; charset=UTF-8\n"
3958+"Content-Transfer-Encoding: 8bit\n"
3959+
3960+#. Type: select
3961+#. Description
3962+#: ../lxdm.templates:2001
3963+msgid "Default display manager:"
3964+msgstr "Xestor de pantalla por defecto:"
3965+
3966+#. Type: select
3967+#. Description
3968+#: ../lxdm.templates:2001
3969+msgid ""
3970+"A display manager is a program that provides graphical login capabilities "
3971+"for the X Window System."
3972+msgstr ""
3973+"Un xestor de pantalla é un programa que fornece capacidades de inicio de "
3974+"sesión gráfico para o sistema X Window."
3975+
3976+#. Type: select
3977+#. Description
3978+#: ../lxdm.templates:2001
3979+msgid ""
3980+"Only one display manager can manage a given X server, but multiple display "
3981+"manager packages are installed. Please select which display manager should "
3982+"run by default."
3983+msgstr ""
3984+"Só un xestor de pantalla pode xestionar un servidor X determinado, pero hai "
3985+"varios paquetes de xestores de pantalla instalados. Escolla o xestor de "
3986+"pantalla que se debería executar por defecto."
3987+
3988+#. Type: select
3989+#. Description
3990+#: ../lxdm.templates:2001
3991+msgid ""
3992+"Multiple display managers can run simultaneously if they are configured to "
3993+"manage different servers; to achieve this, configure the display managers "
3994+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
3995+"check for a default display manager."
3996+msgstr ""
3997+"Pódense executar varios xestores de pantalla ao mesmo tempo se se configuran "
3998+"para xestionar servidores distintos; para facelo, configure os xestores de "
3999+"pantalla, edite cada un dos scripts de inicio de /etc/init.d e desactive a "
4000+"comprobación do xestor de pantalla por defecto."
4001+
4002+#~ msgid "Stop the xdm daemon?"
4003+#~ msgstr "¿Deter o servizo de xdm?"
4004+
4005+#~ msgid ""
4006+#~ "The X display manager (xdm) daemon is typically stopped on package "
4007+#~ "upgrade and removal, but it appears to be managing at least one running X "
4008+#~ "session."
4009+#~ msgstr ""
4010+#~ "Adoita se deter o servizo do xestor de pantalla de X (xdm) ao actualizar "
4011+#~ "ou eliminar o paquete, pero semella que está a xestionar alomenos unha "
4012+#~ "sesión X en execución."
4013+
4014+#~ msgid ""
4015+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
4016+#~ "Otherwise, the new version will take effect the next time the daemon is "
4017+#~ "restarted."
4018+#~ msgstr ""
4019+#~ "Se se detén xdm agora, hase cortar calquera sesión X que xestione. Se "
4020+#~ "non, a nova versión ha tomar efecto a próxima vez que reinicie o servizo."
4021
4022=== added file 'debian/po/it.po'
4023--- debian/po/it.po 1970-01-01 00:00:00 +0000
4024+++ debian/po/it.po 2013-06-27 07:18:27 +0000
4025@@ -0,0 +1,102 @@
4026+# debconf templates for xorg-x11 package
4027+# Italian translation
4028+#
4029+# $Id: it.po 1042 2006-01-09 07:55:08Z ender $
4030+#
4031+# Copyrights:
4032+# Branden Robinson, 2000-2004
4033+# Matteo Dell'Amico, 2002
4034+# Emanuele Aina, 2002
4035+# Luca Monducci, 2004
4036+# Danilo Piazzalunga, 2004-2007
4037+#
4038+# This file is distributed under the same license as the xorg-x11 package.
4039+# Please see debian/copyright.
4040+#
4041+# Translators, if you are not familiar with the PO format, gettext
4042+# documentation is worth reading, especially sections dedicated to
4043+# this format, e.g. by running:
4044+# info -n '(gettext)PO Files'
4045+# info -n '(gettext)Header Entry'
4046+#
4047+# Some information specific to po-debconf are available at
4048+# /usr/share/doc/po-debconf/README-trans
4049+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
4050+#
4051+# Developers do not need to manually edit POT or PO files.
4052+#
4053+msgid ""
4054+msgstr ""
4055+"Project-Id-Version: xorg-x11 6.8.2.dfsg.1-10\n"
4056+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
4057+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
4058+"PO-Revision-Date: 2007-03-25 14:40+0200\n"
4059+"Last-Translator: Danilo Piazzalunga <danilopiazza@gmail.com>\n"
4060+"Language-Team: Italian <tp@lists.linux.it>\n"
4061+"MIME-Version: 1.0\n"
4062+"Content-Type: text/plain; charset=UTF-8\n"
4063+"Content-Transfer-Encoding: 8bit\n"
4064+
4065+#. Type: select
4066+#. Description
4067+#: ../lxdm.templates:2001
4068+msgid "Default display manager:"
4069+msgstr "Display manager predefinito."
4070+
4071+#. Type: select
4072+#. Description
4073+#: ../lxdm.templates:2001
4074+msgid ""
4075+"A display manager is a program that provides graphical login capabilities "
4076+"for the X Window System."
4077+msgstr ""
4078+"Un display manager è un programma che fornisce capacità di login grafico per "
4079+"il sistema X Window."
4080+
4081+#. Type: select
4082+#. Description
4083+#: ../lxdm.templates:2001
4084+msgid ""
4085+"Only one display manager can manage a given X server, but multiple display "
4086+"manager packages are installed. Please select which display manager should "
4087+"run by default."
4088+msgstr ""
4089+"Solo un display manager può gestire un dato server X, ma sono installati più "
4090+"pacchetti di display manager. Scegliere il display manager da usare come "
4091+"predefinito."
4092+
4093+#. Type: select
4094+#. Description
4095+#: ../lxdm.templates:2001
4096+msgid ""
4097+"Multiple display managers can run simultaneously if they are configured to "
4098+"manage different servers; to achieve this, configure the display managers "
4099+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
4100+"check for a default display manager."
4101+msgstr ""
4102+"Possono essere eseguiti più display manager contemporaneamente, a patto che "
4103+"siano impostati per gestire server diversi; per fare questo, configurare i "
4104+"display manager in maniera appropriata, modificare ciascuno dei loro script "
4105+"di avvio in /etc/init.d e disabilitare il controllo per un display manager "
4106+"predefinito."
4107+
4108+#~ msgid "Stop the xdm daemon?"
4109+#~ msgstr "Arrestare il demone xdm?"
4110+
4111+#~ msgid ""
4112+#~ "The X display manager (xdm) daemon is typically stopped on package "
4113+#~ "upgrade and removal, but it appears to be managing at least one running X "
4114+#~ "session."
4115+#~ msgstr ""
4116+#~ "Il demone del display manager X (xdm) viene tipicamente fermato in fase "
4117+#~ "di aggiornamento o rimozione del pacchetto, ma pare che al momento stia "
4118+#~ "gestendo almeno una sessione attiva di X."
4119+
4120+#~ msgid ""
4121+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
4122+#~ "Otherwise, the new version will take effect the next time the daemon is "
4123+#~ "restarted."
4124+#~ msgstr ""
4125+#~ "Se xdm viene arrestato ora, anche tutte le sessioni di X che gestisce "
4126+#~ "verranno terminate. In alternativa, la nuova versione sarà usata a "
4127+#~ "partire dal prossimo avvio del demone."
4128
4129=== added file 'debian/po/ja.po'
4130--- debian/po/ja.po 1970-01-01 00:00:00 +0000
4131+++ debian/po/ja.po 2013-06-27 07:18:27 +0000
4132@@ -0,0 +1,102 @@
4133+# debconf templates for xorg-x11 package
4134+# Japanese translation
4135+#
4136+# $Id: ja.po 1063 2006-01-11 10:46:20Z ender $
4137+#
4138+# Copyrights:
4139+# Branden Robinson, 2000-2004
4140+# ISHIKAWA Mutsumi, 2001
4141+# Tomohiro KUBOTA, 2001, 2002
4142+# Kenshi Muto, 2001, 2003, 2004
4143+# Takeo Nakano, 2001, 2003
4144+#
4145+# This file is distributed under the same license as the xorg-x11 package.
4146+# Please see debian/copyright.
4147+#
4148+# Translators, if you are not familiar with the PO format, gettext
4149+# documentation is worth reading, especially sections dedicated to
4150+# this format, e.g. by running:
4151+# info -n '(gettext)PO Files'
4152+# info -n '(gettext)Header Entry'
4153+#
4154+# Some information specific to po-debconf are available at
4155+# /usr/share/doc/po-debconf/README-trans
4156+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
4157+#
4158+# Developers do not need to manually edit POT or PO files.
4159+#
4160+msgid ""
4161+msgstr ""
4162+"Project-Id-Version: xorg-x11 6.9.dfsg.1-3+SVN\n"
4163+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
4164+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
4165+"PO-Revision-Date: 2007-03-22 19:09+0900\n"
4166+"Last-Translator: Kenshi Muto <kmuto@debian.org> and ISHIKAWA Mutsumi "
4167+"<ishikawa@debian.org>\n"
4168+"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
4169+"MIME-Version: 1.0\n"
4170+"Content-Type: text/plain; charset=UTF-8\n"
4171+"Content-Transfer-Encoding: 8bit\n"
4172+
4173+#. Type: select
4174+#. Description
4175+#: ../lxdm.templates:2001
4176+msgid "Default display manager:"
4177+msgstr "デフォルト�ディスプレイマ�ージャ:"
4178+
4179+#. Type: select
4180+#. Description
4181+#: ../lxdm.templates:2001
4182+msgid ""
4183+"A display manager is a program that provides graphical login capabilities "
4184+"for the X Window System."
4185+msgstr ""
4186+"ディスプレイマ�ージャ���X Window System 上��グラフィカル�ログイン機能"
4187+"を�供�るも���。"
4188+
4189+#. Type: select
4190+#. Description
4191+#: ../lxdm.templates:2001
4192+msgid ""
4193+"Only one display manager can manage a given X server, but multiple display "
4194+"manager packages are installed. Please select which display manager should "
4195+"run by default."
4196+msgstr ""
4197+"���� X サー�を管���る������ディスプレイマ�ージャ������"
4198+"ディスプレイマ�ージャパッケージ�複数インストール�れ����。��ディスプ"
4199+"レイマ�ージャをデフォルト�起動��る��択��下��。"
4200+
4201+#. Type: select
4202+#. Description
4203+#: ../lxdm.templates:2001
4204+msgid ""
4205+"Multiple display managers can run simultaneously if they are configured to "
4206+"manage different servers; to achieve this, configure the display managers "
4207+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
4208+"check for a default display manager."
4209+msgstr ""
4210+"異�るサー�を担当�るよ��設定�れ��複数�ディスプレイサー���時�動作"
4211+"����。��よ���る���/etc/init.d ��る�ディスプレイマ�ージャ��"
4212+"期化スクリプトを編集��デフォルトディスプレイマ�ージャ��ェックを無効��"
4213+"�下��。"
4214+
4215+#~ msgid "Stop the xdm daemon?"
4216+#~ msgstr "xdm デーモンを�止����?"
4217+
4218+#~ msgid ""
4219+#~ "The X display manager (xdm) daemon is typically stopped on package "
4220+#~ "upgrade and removal, but it appears to be managing at least one running X "
4221+#~ "session."
4222+#~ msgstr ""
4223+#~ "X ディスプレイマ�ージャ (xdm) デーモン��普通�パッケージ�更新や削除�"
4224+#~ "際��止��られ��。��� xdm ��在動作中� X セッションを最低����"
4225+#~ "管����るよ���。"
4226+
4227+#~ msgid ""
4228+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
4229+#~ "Otherwise, the new version will take effect the next time the daemon is "
4230+#~ "restarted."
4231+#~ msgstr ""
4232+#~ "�� xdm を�止�る���� xdm �管����る X セッション��止���。"
4233+#~ "�る��次�デーモンをリスタート�����新���ージョン� xdm を有効�"
4234+#~ "�る��も����。"
4235
4236=== added file 'debian/po/ko.po'
4237--- debian/po/ko.po 1970-01-01 00:00:00 +0000
4238+++ debian/po/ko.po 2013-06-27 07:18:27 +0000
4239@@ -0,0 +1,77 @@
4240+# Korean translations for xdm package
4241+# xdm 패키지� 대한 한국어 번역문.
4242+# Copyright (C) 2007 THE xdm'S COPYRIGHT HOLDER
4243+# This file is distributed under the same license as the xdm package.
4244+# Sunjae Park <darehanl@gmail.com>, 2007.
4245+#
4246+msgid ""
4247+msgstr ""
4248+"Project-Id-Version: xdm\n"
4249+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
4250+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
4251+"PO-Revision-Date: 2007-04-07 20:03-0400\n"
4252+"Last-Translator: Sunjae Park <darehanl@gmail.com>\n"
4253+"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
4254+"MIME-Version: 1.0\n"
4255+"Content-Type: text/plain; charset=UTF-8\n"
4256+"Content-Transfer-Encoding: 8bit\n"
4257+"Plural-Forms: nplurals=1; plural=0;\n"
4258+
4259+#. Type: select
4260+#. Description
4261+#: ../lxdm.templates:2001
4262+msgid "Default display manager:"
4263+msgstr "기본 화면관리�:"
4264+
4265+#. Type: select
4266+#. Description
4267+#: ../lxdm.templates:2001
4268+msgid ""
4269+"A display manager is a program that provides graphical login capabilities "
4270+"for the X Window System."
4271+msgstr ""
4272+"화면 관리�는 그래픽 로그� 기능� 제공하는 X 윈�우 시스템� 위한 프로그램입"
4273+"니다."
4274+
4275+#. Type: select
4276+#. Description
4277+#: ../lxdm.templates:2001
4278+msgid ""
4279+"Only one display manager can manage a given X server, but multiple display "
4280+"manager packages are installed. Please select which display manager should "
4281+"run by default."
4282+msgstr ""
4283+"한 화면관리�는 X 서버 하나만� 관리할 수 있는�� 설치� 화면 관리�가 여러 "
4284+"개 있습니다. 기본으로 사용할 화면관리�를 선�해주십시오."
4285+
4286+#. Type: select
4287+#. Description
4288+#: ../lxdm.templates:2001
4289+msgid ""
4290+"Multiple display managers can run simultaneously if they are configured to "
4291+"manage different servers; to achieve this, configure the display managers "
4292+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
4293+"check for a default display manager."
4294+msgstr ""
4295+"서로 다른 서버를 관리하�� 설정할 경우 화면관리�를 �시� 여러 개 실행시킬 "
4296+"수 있습니다. �를 위해서는 ��� 화면관리�를 �절히 설정하고 /etc/init.d� "
4297+"� 있는 init 스�립트를 수정해서 기본 화면관리� 검사를 비활성하십시오."
4298+
4299+#~ msgid "Stop the xdm daemon?"
4300+#~ msgstr "xdm �몬� 중지시킬까요?"
4301+
4302+#~ msgid ""
4303+#~ "The X display manager (xdm) daemon is typically stopped on package "
4304+#~ "upgrade and removal, but it appears to be managing at least one running X "
4305+#~ "session."
4306+#~ msgstr ""
4307+#~ "X 화면관리�(xdm) �몬� �반�으로 꾸러미를 설치하고 업그레�드할 때 중지"
4308+#~ "�지만 현재 하나 ��� X 세션� 관리하는 중� 것 같습니다."
4309+
4310+#~ msgid ""
4311+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
4312+#~ "Otherwise, the new version will take effect the next time the daemon is "
4313+#~ "restarted."
4314+#~ msgstr ""
4315+#~ "xdm� 지금 중지시키면 xdm� 관리하고 있는 X 세션� 모� 중단�니다. 지금 "
4316+#~ "중지시키지 않으면 새로 설치한 버전� �몬� 다시 시작할 때부터 사용�니다."
4317
4318=== added file 'debian/po/ml.po'
4319--- debian/po/ml.po 1970-01-01 00:00:00 +0000
4320+++ debian/po/ml.po 2013-06-27 07:18:27 +0000
4321@@ -0,0 +1,80 @@
4322+# Malayalam translation of xdm debconf template.
4323+# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
4324+# This file is distributed under the same license as the xdm package.
4325+# Praveen|പ�രവീണ�� A|എ <pravi.a@gmail.com>, 2007.
4326+#
4327+msgid ""
4328+msgstr ""
4329+"Project-Id-Version: xdm 1.0\n"
4330+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
4331+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
4332+"PO-Revision-Date: 2007-03-23 09:46+0530\n"
4333+"Last-Translator: Praveen|പ�രവീണ�� A|എ <pravi.a@gmail.com>\n"
4334+"Language-Team: Swathanthra|സ�വതന�ത�ര Malayalam|മലയാളം Computing|കമ�പ�യൂട�ടിങ�ങ� <smc-"
4335+"discuss@googlegroups.com>\n"
4336+"MIME-Version: 1.0\n"
4337+"Content-Type: text/plain; charset=UTF-8\n"
4338+"Content-Transfer-Encoding: 8bit\n"
4339+
4340+#. Type: select
4341+#. Description
4342+#: ../lxdm.templates:2001
4343+msgid "Default display manager:"
4344+msgstr "ഡിഫാള��ട�ടായി വേണ�ട പ�രദര��ശന മാനേജര��:"
4345+
4346+#. Type: select
4347+#. Description
4348+#: ../lxdm.templates:2001
4349+msgid ""
4350+"A display manager is a program that provides graphical login capabilities "
4351+"for the X Window System."
4352+msgstr ""
4353+"എക�സ� ജാലക സിസ�റ�റത�തിന� ഗ�രാഫിക�കലായി അകത�ത� കടക�കാന�ള�ള കഴിവ�കള�� നല�ക�ന�ന ഒര� പ�രോഗ�രാമാണ� ഒര� "
4354+"പ�രദര��ശന മാനേജര��."
4355+
4356+#. Type: select
4357+#. Description
4358+#: ../lxdm.templates:2001
4359+msgid ""
4360+"Only one display manager can manage a given X server, but multiple display "
4361+"manager packages are installed. Please select which display manager should "
4362+"run by default."
4363+msgstr ""
4364+"�തെങ�കില�ം ഒര� എക�സ� സേവകനെ ഒരേ ഒര� പ�രദര��ശന മാനേജര��‌ക�കേ മാനേജ� ചെയ�യാന�� പറ�റൂ, പക�ഷേ "
4365+"ഒന�നിലധികം പ�രദര��ശന മാനേജര�� പാക�കേജ�കള�� ഇന��സ�റ�റാള�� ചെയ�തിട�ട�ണ�ട�. ദയവായി ഡിഫാള��ട�ടായി "
4366+"പ�രവര��ത�തിപ�പിക�കേണ�ട പ�രദര��ശന മാനേജര�� �താണെന�ന� തിരഞ�ഞെട�ക�ക�ക."
4367+
4368+#. Type: select
4369+#. Description
4370+#: ../lxdm.templates:2001
4371+msgid ""
4372+"Multiple display managers can run simultaneously if they are configured to "
4373+"manage different servers; to achieve this, configure the display managers "
4374+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
4375+"check for a default display manager."
4376+msgstr ""
4377+"വ�യത�യസ�ത സേവകന��മാരെ മാനേജ� ചെയ�യാനായി ക�രമീകരിച�ചിട�ട�ണ�ടെങ�കില�� ഒന�നിലധികം പ�രദര��ശന "
4378+"മാനേജര��മാര��ക�ക� ഒരേ സമയം പ�രവര��ത�തിക�കാം; ഇത� കൈവരിക�കണമെങ�കില��, പ�രദര��ശന മാനേജര��മാരെ "
4379+"അന�സൃതമായി ക�രമീകരിക�ക�കയ�ം, അവയോരോന�നിന�റേയ�ം /etc/init.d യില�ള�ള ഇനിറ�റ� സ�ക�രിപ�റ�റ�കളെ "
4380+"മാറ�റ�കയ�ം, ഡിഫാള��ട�ട� പ�രദര��ശന മാനേജര��ക�കായ�ള�ള പരിശോദന ഡിസേബിള�� ചെയ�യ�കയ�ം ചെയ�യ�ക."
4381+
4382+#~ msgid "Stop the xdm daemon?"
4383+#~ msgstr "xdm ഡീമണെ നിര��ത�തട�ടേ?"
4384+
4385+#~ msgid ""
4386+#~ "The X display manager (xdm) daemon is typically stopped on package "
4387+#~ "upgrade and removal, but it appears to be managing at least one running X "
4388+#~ "session."
4389+#~ msgstr ""
4390+#~ "എക�സ� പ�രദര��ശന മാനേജര�� (xdm) ഡീമണ�� സാധാരണയായി പാക�കേജ� അപ�​ഗ�രേഡിന�റേയ�ം നീക�കം "
4391+#~ "ചെയ�യലിന�റേയ�ം സമയത�താണ� നിര��ത�താറ�ള�ളത�, പക�ഷേ പ�രവര��ത�തിച�ച�കൊണ�ടിരിക�ക�ന�ന ഒര� എക�സ� "
4392+#~ "സെഷനെയെങ�കില�ം ഇത� മാനേജ� ചെയ�ത�കൊണ�ടിരിക�ക�ന�നത� പോലെ തോന�ന�ന�ന�."
4393+
4394+#~ msgid ""
4395+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
4396+#~ "Otherwise, the new version will take effect the next time the daemon is "
4397+#~ "restarted."
4398+#~ msgstr ""
4399+#~ "xdm ഇപ�പോള�� നിര��ത�ത�കയാണെങ�കില��, ഇത� മാനേജ� ചെയ�ത�കൊണ�ടിരിക�ക�ന�ന �ത� എക�സ� സെഷന�കള�ം "
4400+#~ "അവസാനിപ�പിക�ക�ന�നതായിരിക�ക�ം. അല�ലെങ�കില��, അട�ത�ത തവണ ഡീമണ�� വീണ�ട�ം ത�ടങ�ങ�മ�പോള�� പ�തിയ ലക�കം "
4401+#~ "നിലവില�� വര�ം."
4402
4403=== added file 'debian/po/nl.po'
4404--- debian/po/nl.po 1970-01-01 00:00:00 +0000
4405+++ debian/po/nl.po 2013-06-27 07:18:27 +0000
4406@@ -0,0 +1,102 @@
4407+# debconf templates for xorg-x11 package
4408+# Dutch translation
4409+#
4410+# $Id: nl.po 1042 2006-01-09 07:55:08Z ender $
4411+#
4412+# Copyrights:
4413+# Branden Robinson, 2000-2004
4414+# Wouter Verhelst, 2002
4415+# Bart Cornelis, 2003
4416+#
4417+# This file is distributed under the same license as the xorg-x11 package.
4418+# Please see debian/copyright.
4419+#
4420+# Translators, if you are not familiar with the PO format, gettext
4421+# documentation is worth reading, especially sections dedicated to
4422+# this format, e.g. by running:
4423+# info -n '(gettext)PO Files'
4424+# info -n '(gettext)Header Entry'
4425+#
4426+# Some information specific to po-debconf are available at
4427+# /usr/share/doc/po-debconf/README-trans
4428+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
4429+#
4430+# Developers do not need to manually edit POT or PO files.
4431+#
4432+msgid ""
4433+msgstr ""
4434+"Project-Id-Version: xdm\n"
4435+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
4436+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
4437+"PO-Revision-Date: 2007-03-22 20:24+0100\n"
4438+"Last-Translator: Bart Cornelis <cobaco@skolelinux.no>\n"
4439+"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
4440+"MIME-Version: 1.0\n"
4441+"Content-Type: text/plain; charset=utf-8\n"
4442+"Content-Transfer-Encoding: 8bit\n"
4443+"X-Poedit-Language: Dutch\n"
4444+
4445+#. Type: select
4446+#. Description
4447+#: ../lxdm.templates:2001
4448+msgid "Default display manager:"
4449+msgstr "Standaard beeldschermbeheerder:"
4450+
4451+#. Type: select
4452+#. Description
4453+#: ../lxdm.templates:2001
4454+msgid ""
4455+"A display manager is a program that provides graphical login capabilities "
4456+"for the X Window System."
4457+msgstr ""
4458+"Een beeldschermbeheerder is een programma waarmee u zich grafisch op het "
4459+"systeem kunt aanmelden, waarna u in de grafische omgeving (het X Window "
4460+"System) terecht komt."
4461+
4462+#. Type: select
4463+#. Description
4464+#: ../lxdm.templates:2001
4465+msgid ""
4466+"Only one display manager can manage a given X server, but multiple display "
4467+"manager packages are installed. Please select which display manager should "
4468+"run by default."
4469+msgstr ""
4470+"Elke X-server kan door slechts één beeldschermbeheerder beheerd worden, "
4471+"hoewel er meerdere beeldschermbeheerders geïnstalleerd kunnen zijn. Welke "
4472+"beeldschermbeheerder dient standaard gebruikt te worden?"
4473+
4474+#. Type: select
4475+#. Description
4476+#: ../lxdm.templates:2001
4477+msgid ""
4478+"Multiple display managers can run simultaneously if they are configured to "
4479+"manage different servers; to achieve this, configure the display managers "
4480+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
4481+"check for a default display manager."
4482+msgstr ""
4483+"Het is mogelijk om meerdere beeldschermbeheerders tegelijk te draaien zolang "
4484+"deze verschillende servers beheren. Om dat te bereiken dient u de "
4485+"beeldschermbeheerders overeenkomstig in te stellen door in hun init-scripts "
4486+"(in /etc/init.d) de controle of ze de standaard beeldschermbeheerder zijn "
4487+"uit te schakelen."
4488+
4489+#~ msgid "Stop the xdm daemon?"
4490+#~ msgstr "Wilt u de xdm-achtergronddienst stoppen?"
4491+
4492+#~ msgid ""
4493+#~ "The X display manager (xdm) daemon is typically stopped on package "
4494+#~ "upgrade and removal, but it appears to be managing at least one running X "
4495+#~ "session."
4496+#~ msgstr ""
4497+#~ "Normaal wordt de beeldschermbeheerder (xdm) gestopt bij opwaardering en "
4498+#~ "verwijdering van dit pakket; momenteel is er echter minstens één lopende "
4499+#~ "X-sessie actief."
4500+
4501+#~ msgid ""
4502+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
4503+#~ "Otherwise, the new version will take effect the next time the daemon is "
4504+#~ "restarted."
4505+#~ msgstr ""
4506+#~ "Als xdm nu gestopt word, worden alle door xdm beheerde X-sessies "
4507+#~ "afgesloten. Als u xdm nu laat draaien wordt de nieuwe versie pas actief "
4508+#~ "de eerstvolgende keer dat de achtergronddienst herstart wordt. "
4509
4510=== added file 'debian/po/pl.po'
4511--- debian/po/pl.po 1970-01-01 00:00:00 +0000
4512+++ debian/po/pl.po 2013-06-27 07:18:27 +0000
4513@@ -0,0 +1,80 @@
4514+# debconf templates for xorg-x11 package
4515+# Polish translation
4516+#
4517+# $Id: pl.po 1042 2006-01-09 07:55:08Z ender $
4518+#
4519+# Copyrights:
4520+# Branden Robinson, 2000-2004
4521+# Marcin Owsiany, 2001, 2002
4522+#
4523+# This file is distributed under the same license as the xorg-x11 package.
4524+# Please see debian/copyright.
4525+#
4526+# Translators, if you are not familiar with the PO format, gettext
4527+# documentation is worth reading, especially sections dedicated to
4528+# this format, e.g. by running:
4529+# info -n '(gettext)PO Files'
4530+# info -n '(gettext)Header Entry'
4531+#
4532+# Some information specific to po-debconf are available at
4533+# /usr/share/doc/po-debconf/README-trans
4534+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
4535+#
4536+# Developers do not need to manually edit POT or PO files.
4537+#
4538+msgid ""
4539+msgstr ""
4540+"Project-Id-Version: slim\n"
4541+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
4542+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
4543+"PO-Revision-Date: i2007-05-23 22:20+02:00\n"
4544+"Last-Translator: Unknown\n"
4545+"Language-Team: Polish\n"
4546+"MIME-Version: 1.0\n"
4547+"Content-Type: text/plain; charset=ISO-8859-2\n"
4548+"Content-Transfer-Encoding: 8bit\n"
4549+
4550+#. Type: select
4551+#. Description
4552+#: ../lxdm.templates:2001
4553+#, fuzzy
4554+msgid "Default display manager:"
4555+msgstr "Wybierz domy¶lny display manager."
4556+
4557+#. Type: select
4558+#. Description
4559+#: ../lxdm.templates:2001
4560+msgid ""
4561+"A display manager is a program that provides graphical login capabilities "
4562+"for the X Window System."
4563+msgstr ""
4564+"Display manager to program, który umo¿liwia logowanie siê bezpo¶rednio do "
4565+"systemu X Window."
4566+
4567+#. Type: select
4568+#. Description
4569+#: ../lxdm.templates:2001
4570+#, fuzzy
4571+msgid ""
4572+"Only one display manager can manage a given X server, but multiple display "
4573+"manager packages are installed. Please select which display manager should "
4574+"run by default."
4575+msgstr ""
4576+"Tylko jeden display manager mo¿e kontrolowaæ dany X serwer, ale "
4577+"zainstalowanych jest obecnie kilka takich programów. Wybierz, który z nich "
4578+"ma byæ uruchamiany domy¶lnie."
4579+
4580+#. Type: select
4581+#. Description
4582+#: ../lxdm.templates:2001
4583+#, fuzzy
4584+msgid ""
4585+"Multiple display managers can run simultaneously if they are configured to "
4586+"manage different servers; to achieve this, configure the display managers "
4587+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
4588+"check for a default display manager."
4589+msgstr ""
4590+"(Mo¿na uruchomiæ kilka programów \"display manager\", ale musz± one "
4591+"kontrolowaæ ró¿ne serwery; mo¿na to osi±gn±æ konfiguruj±c odpowiednio ka¿dy "
4592+"z nich i wy³±czaj±c w ich skryptach startowych fragment sprawdzaj±cy "
4593+"domy¶lny display manager.)"
4594
4595=== added file 'debian/po/pothead.in'
4596--- debian/po/pothead.in 1970-01-01 00:00:00 +0000
4597+++ debian/po/pothead.in 2013-06-27 07:18:27 +0000
4598@@ -0,0 +1,30 @@
4599+# debconf templates for xorg-x11 package
4600+#
4601+# $Id: pothead.in 498 2005-08-05 01:55:05Z dnusinow $
4602+#
4603+# Copyright:
4604+# Branden Robinson, 2000-2004
4605+#
4606+# This file is distributed under the same license as the xorg-x11 package.
4607+# Please see debian/copyright.
4608+#
4609+# Translators, if you are not familiar with the PO format, gettext
4610+# documentation is worth reading, especially sections dedicated to
4611+# this format, e.g. by running:
4612+# info -n '(gettext)PO Files'
4613+# info -n '(gettext)Header Entry'
4614+#
4615+# Some information specific to po-debconf is available at
4616+# /usr/share/doc/po-debconf/README-trans
4617+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
4618+#
4619+# Developers do not need to manually edit POT or PO files.
4620+#
4621+msgid ""
4622+msgstr ""
4623+"Project-Id-Version: SOURCE_VERSION\n"
4624+"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
4625+"POT-Creation-Date: DATE\n"
4626+"MIME-Version: 1.0\n"
4627+"Content-Type: text/plain; charset=CHARSET\n"
4628+"Content-Transfer-Encoding: 8bit\n"
4629
4630=== added file 'debian/po/pt.po'
4631--- debian/po/pt.po 1970-01-01 00:00:00 +0000
4632+++ debian/po/pt.po 2013-06-27 07:18:27 +0000
4633@@ -0,0 +1,64 @@
4634+# debconf templates for xorg-x11 package
4635+# Portuguese translation
4636+#
4637+# $Id: pt.po 1042 2006-01-09 07:55:08Z ender $
4638+#
4639+# Copyright:
4640+# Branden Robinson, 2000-2004
4641+# Eduardo Silva <jobezone@yahoo.com>, 2005
4642+# Miguel Figueiredo <elmig@debianpt.org>, 2007-2008
4643+#
4644+msgid ""
4645+msgstr ""
4646+"Project-Id-Version: xserver-xorg_debian_po\n"
4647+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
4648+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
4649+"PO-Revision-Date: 2008-09-02 21:27+0100\n"
4650+"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
4651+"Language-Team: Portuguese <traduz@debianPT.org>\n"
4652+"MIME-Version: 1.0\n"
4653+"Content-Type: text/plain; charset=UTF-8\n"
4654+"Content-Transfer-Encoding: 8bit\n"
4655+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
4656+
4657+#. Type: select
4658+#. Description
4659+#: ../lxdm.templates:2001
4660+msgid "Default display manager:"
4661+msgstr "Gestor de ecrã pré-definido:"
4662+
4663+#. Type: select
4664+#. Description
4665+#: ../lxdm.templates:2001
4666+msgid ""
4667+"A display manager is a program that provides graphical login capabilities "
4668+"for the X Window System."
4669+msgstr ""
4670+"Um gestor de ecrã é um programa que fornece capacidades de autenticação "
4671+"gráfica ao X Window System."
4672+
4673+#. Type: select
4674+#. Description
4675+#: ../lxdm.templates:2001
4676+msgid ""
4677+"Only one display manager can manage a given X server, but multiple display "
4678+"manager packages are installed. Please select which display manager should "
4679+"run by default."
4680+msgstr ""
4681+"Apenas um único gestor de ecrã pode gerir um dado servidor X, mas estão "
4682+"instalados vários pacotes de gestores de ecrã. Por favor escolha qual o "
4683+"gestor de ecrã que deve ser executado por omissão."
4684+
4685+#. Type: select
4686+#. Description
4687+#: ../lxdm.templates:2001
4688+msgid ""
4689+"Multiple display managers can run simultaneously if they are configured to "
4690+"manage different servers; to achieve this, configure the display managers "
4691+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
4692+"check for a default display manager."
4693+msgstr ""
4694+"Podem correr simultaneamente vários gestores de ecrã se estes estiverem "
4695+"configurados para gerir diferentes servidores; para alcançar isto, configure "
4696+"os gestores de ecrã de acordo, edite cada um dos seus scripts 'init' em "
4697+"/etc/init.d, e desligue a verificação de um gestor de ecrã pré-definido."
4698
4699=== added file 'debian/po/pt_BR.po'
4700--- debian/po/pt_BR.po 1970-01-01 00:00:00 +0000
4701+++ debian/po/pt_BR.po 2013-06-27 07:18:27 +0000
4702@@ -0,0 +1,103 @@
4703+# Brazilian Portuguese translation (xdm)
4704+# debconf templates for xdm package
4705+#
4706+# $Id: pt_BR.po 1042 2006-01-09 07:55:08Z ender $
4707+#
4708+# Copyrights:
4709+#
4710+# This file is distributed under the same license as the xdm package.
4711+# Please see debian/copyright.
4712+#
4713+# Translators, if you are not familiar with the PO format, gettext
4714+# documentation is worth reading, especially sections dedicated to
4715+# this format, e.g. by running:
4716+# info -n '(gettext)PO Files'
4717+# info -n '(gettext)Header Entry'
4718+#
4719+# Some information specific to po-debconf are available at
4720+# /usr/share/doc/po-debconf/README-trans
4721+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
4722+#
4723+# Developers do not need to manually edit POT or PO files.
4724+#
4725+# Branden Robinson, 2000-2004.
4726+# Gustavo Noronha Silva, 2001.
4727+# Henrique de Moraes Holschuh, 2001.
4728+# André Luís Lopes <andrelop@debian.org>, 2001-2005.
4729+# Eder L. Marques <frolic@debian-ce.org>, 2007.
4730+msgid ""
4731+msgstr ""
4732+"Project-Id-Version: xdm 1:1.0.5-2\n"
4733+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
4734+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
4735+"PO-Revision-Date: 2007-03-27 01:16-0300\n"
4736+"Last-Translator: Eder L. Marques <frolic@debian-ce.org>\n"
4737+"Language-Team: l10n portuguese <debian-l10n-portuguese@lists.debian.org>\n"
4738+"MIME-Version: 1.0\n"
4739+"Content-Type: text/plain; charset=UTF-8\n"
4740+"Content-Transfer-Encoding: 8bit\n"
4741+"pt_BR utf-8\n"
4742+
4743+#. Type: select
4744+#. Description
4745+#: ../lxdm.templates:2001
4746+msgid "Default display manager:"
4747+msgstr "Gerenciador de sessão padrão:"
4748+
4749+#. Type: select
4750+#. Description
4751+#: ../lxdm.templates:2001
4752+msgid ""
4753+"A display manager is a program that provides graphical login capabilities "
4754+"for the X Window System."
4755+msgstr ""
4756+"Um gerenciador de sessão é um programa que provê capacidades de login "
4757+"gráfico para o 'X Window System'."
4758+
4759+#. Type: select
4760+#. Description
4761+#: ../lxdm.templates:2001
4762+msgid ""
4763+"Only one display manager can manage a given X server, but multiple display "
4764+"manager packages are installed. Please select which display manager should "
4765+"run by default."
4766+msgstr ""
4767+"Somente um gerenciador de sessão pode gerenciar um dado servidor X, mas "
4768+"diversos pacotes de gerenciadores de sessão estão instalados. Por favor "
4769+"selecione qual gerenciador de sessão deverá ser executado por padrão."
4770+
4771+#. Type: select
4772+#. Description
4773+#: ../lxdm.templates:2001
4774+msgid ""
4775+"Multiple display managers can run simultaneously if they are configured to "
4776+"manage different servers; to achieve this, configure the display managers "
4777+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
4778+"check for a default display manager."
4779+msgstr ""
4780+"Múltiplos gerenciadores de sessão podem ser executados simultaneamente se "
4781+"eles estão configurados para gerenciar servidores diferentes; para conseguir "
4782+"isso, configure os gerenciadores de sessão apropriadamente, edite cada um "
4783+"dos seus scripts de inicialização em /etc/init.d, e desabilite a checagem "
4784+"por um gerenciador de sessão padrão."
4785+
4786+#~ msgid "Stop the xdm daemon?"
4787+#~ msgstr "Deseja parar o daemon xdm?"
4788+
4789+#~ msgid ""
4790+#~ "The X display manager (xdm) daemon is typically stopped on package "
4791+#~ "upgrade and removal, but it appears to be managing at least one running X "
4792+#~ "session."
4793+#~ msgstr ""
4794+#~ "O daemon do gerenciador de sessão do X (xdm) tipicamente é parado em "
4795+#~ "atualizações e remoções de pacotes, mas ele parece estar gerenciando pelo "
4796+#~ "menos uma sessão X em execução. "
4797+
4798+#~ msgid ""
4799+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
4800+#~ "Otherwise, the new version will take effect the next time the daemon is "
4801+#~ "restarted."
4802+#~ msgstr ""
4803+#~ "Caso o xdm seja parado agora, quaisquer sessões X que ele esteja "
4804+#~ "gerenciando serão encerradas. Caso contrário a nova versão terá efeito na "
4805+#~ "próxima vez que o daemon for reiniciado."
4806
4807=== added file 'debian/po/ro.po'
4808--- debian/po/ro.po 1970-01-01 00:00:00 +0000
4809+++ debian/po/ro.po 2013-06-27 07:18:27 +0000
4810@@ -0,0 +1,112 @@
4811+# translation of ro.po to Romanian
4812+# debconf templates for xorg-x11 package
4813+#
4814+# $Id: pothead.in 189 2005-06-11 00:04:27Z branden $
4815+#
4816+# Copyright:
4817+#
4818+# This file is distributed under the same license as the xorg-x11 package.
4819+# Please see debian/copyright.
4820+#
4821+# Translators, if you are not familiar with the PO format, gettext
4822+# documentation is worth reading, especially sections dedicated to
4823+# this format, e.g. by running:
4824+# info -n '(gettext)PO Files'
4825+# info -n '(gettext)Header Entry'
4826+#
4827+# Some information specific to po-debconf is available at
4828+# /usr/share/doc/po-debconf/README-trans
4829+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
4830+#
4831+# Developers do not need to manually edit POT or PO files.
4832+#
4833+# Branden Robinson, 2000--2004.
4834+# Eddy PetriÅŸor <eddy.petrisor@gmail.com>, 2005.
4835+# Ruşeţ Zeno <rzeno@cwazy.co.uk>, 2005.
4836+# Eddy Petrisor <eddy.petrisor@gmail.com>, 2005.
4837+# Eddy Petrișor <eddy.petrisor@gmail.com>, 2007.
4838+msgid ""
4839+msgstr ""
4840+"Project-Id-Version: ro\n"
4841+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
4842+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
4843+"PO-Revision-Date: 2007-05-31 11:00+0300\n"
4844+"Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
4845+"Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
4846+"MIME-Version: 1.0\n"
4847+"Content-Type: text/plain; charset=UTF-8\n"
4848+"Content-Transfer-Encoding: 8bit\n"
4849+"X-Generator: KBabel 1.11.4\n"
4850+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
4851+"20)) ? 1 : 2;\n"
4852+
4853+#. Type: select
4854+#. Description
4855+#: ../lxdm.templates:2001
4856+msgid "Default display manager:"
4857+msgstr "Managerul de ecran implicit:"
4858+
4859+#. Type: select
4860+#. Description
4861+#: ../lxdm.templates:2001
4862+msgid ""
4863+"A display manager is a program that provides graphical login capabilities "
4864+"for the X Window System."
4865+msgstr ""
4866+"Un manager de ecran este un program care oferă facilitatea de autentificare "
4867+"grafică sistemului de ferestre X."
4868+
4869+#. Type: select
4870+#. Description
4871+#: ../lxdm.templates:2001
4872+msgid ""
4873+"Only one display manager can manage a given X server, but multiple display "
4874+"manager packages are installed. Please select which display manager should "
4875+"run by default."
4876+msgstr ""
4877+"Doar un singur manager de ecran poate guverna un anumit server X, dar mai "
4878+"mulţi manageri de ecran sunt instalaţi. Selectaţi managerul care ar trebui "
4879+"să pornească în mod implicit."
4880+
4881+#. Type: select
4882+#. Description
4883+#: ../lxdm.templates:2001
4884+msgid ""
4885+"Multiple display managers can run simultaneously if they are configured to "
4886+"manage different servers; to achieve this, configure the display managers "
4887+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
4888+"check for a default display manager."
4889+msgstr ""
4890+"Mai mulţi manageri de ecran pot rula simultan dacă sunt configuraţi să "
4891+"guverneze servere diferite; pentru a obţine acest lucru, configuraţi "
4892+"corespunzător managerii de ecran, editaţi fiecare dintre script-urile lor de "
4893+"iniţializare din /etc/init.d şi dezactivaţi testul de manager de ecran "
4894+"implicit."
4895+
4896+#, fuzzy
4897+#~ msgid "Stop the xdm daemon?"
4898+#~ msgstr "Doriţi să opriţi demonul xdm?"
4899+
4900+#, fuzzy
4901+#~ msgid ""
4902+#~ "The X display manager (xdm) daemon is typically stopped on package "
4903+#~ "upgrade and removal, but it appears to be managing at least one running X "
4904+#~ "session."
4905+#~ msgstr ""
4906+#~ "Demonul X de management al ecranului (xdm) este, în mod obişnuit oprit la "
4907+#~ "înnoirea sau ştergerea pachetului, dar se pare că acesta guvernează cel "
4908+#~ "puţin o sesiune X care rulează acum. Dacă xdm este oprit acum, orice "
4909+#~ "sesiune guvernată de el va fi terminată. Altfel, îl puteţi lăsa pe xdm să "
4910+#~ "ruleze şi noua versiune va avea efect la următoarea repornire a demonului."
4911+
4912+#, fuzzy
4913+#~ msgid ""
4914+#~ "If xdm is stopped now, any X sessions it manages will be terminated. "
4915+#~ "Otherwise, the new version will take effect the next time the daemon is "
4916+#~ "restarted."
4917+#~ msgstr ""
4918+#~ "Demonul X de management al ecranului (xdm) este, în mod obişnuit oprit la "
4919+#~ "înnoirea sau ştergerea pachetului, dar se pare că acesta guvernează cel "
4920+#~ "puţin o sesiune X care rulează acum. Dacă xdm este oprit acum, orice "
4921+#~ "sesiune guvernată de el va fi terminată. Altfel, îl puteţi lăsa pe xdm să "
4922+#~ "ruleze şi noua versiune va avea efect la următoarea repornire a demonului."
4923
4924=== added file 'debian/po/ru.po'
4925--- debian/po/ru.po 1970-01-01 00:00:00 +0000
4926+++ debian/po/ru.po 2013-06-27 07:18:27 +0000
4927@@ -0,0 +1,102 @@
4928+# translation of xserver-xorg_debian_po_ru.po to Russian
4929+# debconf templates for xorg-x11 package
4930+# Russian translation
4931+#
4932+# $Id: ru.po 1042 2006-01-09 07:55:08Z ender $
4933+#
4934+# Copyrights:
4935+# Branden Robinson, 2000-2004
4936+# Ilgiz Kalmetev, 2002, 2003
4937+# Serge Winitzki, 2003
4938+#
4939+# This file is distributed under the same license as the xorg-x11 package.
4940+# Please see debian/copyright.
4941+#
4942+# Translators, if you are not familiar with the PO format, gettext
4943+# documentation is worth reading, especially sections dedicated to
4944+# this format, e.g. by running:
4945+# info -n '(gettext)PO Files'
4946+# info -n '(gettext)Header Entry'
4947+#
4948+# Some information specific to po-debconf are available at
4949+# /usr/share/doc/po-debconf/README-trans
4950+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
4951+#
4952+# Developers do not need to manually edit POT or PO files.
4953+# Yuri Kozlov <kozlov.y@gmail.com>, 2005.
4954+#
4955+msgid ""
4956+msgstr ""
4957+"Project-Id-Version: xserver-xorg_debian_po_ru\n"
4958+"Report-Msgid-Bugs-To: mmassonnet@gmail.com\n"
4959+"POT-Creation-Date: 2007-05-31 08:04+0200\n"
4960+"PO-Revision-Date: 2007-03-22 12:07+0300\n"
4961+"Last-Translator: asv <alyoshin@pisem.net>\n"
4962+"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
4963+"MIME-Version: 1.0\n"
4964+"Content-Type: text/plain; charset=UTF-8\n"
4965+"Content-Transfer-Encoding: 8bit\n"
4966+"X-Generator: KBabel 1.9.1\n"
4967+
4968+#. Type: select
4969+#. Description
4970+#: ../lxdm.templates:2001
4971+msgid "Default display manager:"
4972+msgstr "Менеджер ди�плеев по умолчанию:"
4973+
4974+#. Type: select
4975+#. Description
4976+#: ../lxdm.templates:2001
4977+msgid ""
4978+"A display manager is a program that provides graphical login capabilities "
4979+"for the X Window System."
4980+msgstr ""
4981+"Менеджер ди�плеев -- �то программа, котора� обе�печивает возможно�ть "
4982+"графиче�кого входа в �и�тему дл� X Window System."
4983+
4984+#. Type: select
4985+#. Description
4986+#: ../lxdm.templates:2001
4987+msgid ""
4988+"Only one display manager can manage a given X server, but multiple display "
4989+"manager packages are installed. Please select which display manager should "
4990+"run by default."
4991+msgstr ""
4992+"Данный X-�ервер может об�луживать только один менеджер ди�плеев, но "
4993+"у�тановлено не�колько пакетов менеджеров ди�плеев. Пожалуй�та, выберите "
4994+"менеджер ди�плеев, который должен запу�кать�� по умолчанию."
4995+
4996+#. Type: select
4997+#. Description
4998+#: ../lxdm.templates:2001
4999+msgid ""
5000+"Multiple display managers can run simultaneously if they are configured to "
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches