* Update debhelper compat to level 9. * Update standards-version to 3.9.5. * qlubuntu-default-session: Alternatively depend on lxqt-lightdm-greeter. * d/copyright: Update to copyright format 1.0, update copyright years. * d/copyright: Set Julien Lavergne as Upstream-Contact. * d/maintscript: Move lightdm config to usr/share, this follows standard lightdm config such that the file is removed when the package is. * Move d/20-*.conf to src/usr/share/lightdm/lightdm.conf.d/ * d/rules: Call dh_install with --fail-missing. * 20-qlubuntu.conf: The session name is QLubuntu, not qlubuntu.ubuntu/bionic
parent
15ca6fe926
commit
56f3c3c2f7
@ -1,2 +0,0 @@
|
||||
[SeatDefaults]
|
||||
user-session=qlubuntu
|
@ -1 +1 @@
|
||||
7
|
||||
9
|
||||
|
@ -1,9 +1,22 @@
|
||||
Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: Lubuntu Default Settings
|
||||
Upstream-Maintainer: Lubuntu Team <lubuntu-desktop@lists.launchpad.net>
|
||||
Upstream-Contact: Julien Lavergne <gilir@ubuntu.com>
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright 2009, Julien Lavergne <gilir@ubuntu.com>
|
||||
Copyright: Copyright 2009-2014, Julien Lavergne <gilir@ubuntu.com>
|
||||
License: GPL-2+
|
||||
On Debian systems the full text of the GNU General Public License can be found
|
||||
in the `/usr/share/common-licenses/GPL-2' file.
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
.
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||||
|
@ -1 +1 @@
|
||||
debian/20-lubuntu.conf etc/lightdm/lightdm.conf.d/
|
||||
usr/share/lightdm/lightdm.conf.d/20-lubuntu.conf
|
||||
|
@ -1 +1 @@
|
||||
debian/20-lubuntu-nexus7.conf etc/lightdm/lightdm.conf.d/
|
||||
usr/share/lightdm/lightdm.conf.d/20-lubuntu-nexus7.conf
|
||||
|
@ -1 +1 @@
|
||||
debian/20-lxgames.conf etc/lightdm/lightdm.conf.d/
|
||||
usr/share/lightdm/lightdm.conf.d/20-lxgames.conf
|
||||
|
@ -1 +1,5 @@
|
||||
mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/pcmanfm.conf 0.15
|
||||
rm_conffile /etc/lightdm/lightdm.conf.d/20-lubuntu.conf 0.40
|
||||
rm_conffile /etc/lightdm/lightdm.conf.d/20-lubuntu-nexus7.conf 0.40
|
||||
rm_conffile /etc/lightdm/lightdm.conf.d/20-lxgames.conf 0.40
|
||||
rm_conffile /etc/lightdm/lightdm.conf.d/20-qlubuntu.conf 0.40
|
||||
|
@ -1 +1 @@
|
||||
debian/20-qlubuntu.conf etc/lightdm/lightdm.conf.d/
|
||||
usr/share/lightdm/lightdm.conf.d/20-qlubuntu.conf
|
||||
|
@ -0,0 +1,2 @@
|
||||
[SeatDefaults]
|
||||
user-session=QLubuntu
|
Loading…
Reference in new issue