Import Debian changes 2.0.9-ok1

lightdm-gtk-greeter (2.0.9-ok1) nile; urgency=medium

  * Build for openKylin.
This commit is contained in:
openKylinBot 2024-05-07 09:23:09 +08:00 committed by luoyaoming
parent ed901a216d
commit 588ec76e2e
15 changed files with 228 additions and 0 deletions

10
debian/01_debian.conf vendored Normal file
View File

@ -0,0 +1,10 @@
# Debian specific defaults
#
[greeter]
background=/usr/share/images/desktop-base/login-background.svg
theme-name=Adwaita
xft-antialias=true
xft-hintstyle=hintfull
xft-rgba=rgb
reader=orca

14
debian/01_ubuntu.conf vendored Normal file
View File

@ -0,0 +1,14 @@
# Ubuntu specific defaults
#
[greeter]
background=/usr/share/backgrounds/warty-final-ubuntu.png
theme-name=Ambiance
icon-theme-name=LoginIcons
font-name=Ubuntu 11
xft-antialias=true
xft-dpi=96
xft-hintstyle=slight
xft-rgba=rgb
indicators=~host;~spacer;~session;~language;~a11y;~clock;~power;
clock-format=%d %b, %H:%M

2
debian/60-lightdm-gtk-greeter.conf vendored Normal file
View File

@ -0,0 +1,2 @@
[Seat:*]
greeter-session=lightdm-gtk-greeter

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
lightdm-gtk-greeter (2.0.9-ok1) nile; urgency=medium
* Build for openKylin.
-- openKylinBot <openKylinBot@openkylin.top> Tue, 07 May 2024 09:23:09 +0800

29
debian/control vendored Normal file
View File

@ -0,0 +1,29 @@
Source: lightdm-gtk-greeter
Section: x11
Priority: optional
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
XSBC-Original-Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac@debian.org>
Build-Depends: debhelper-compat (= 12),
intltool,
libgtk-3-dev,
libayatana-indicator3-dev,
liblightdm-gobject-1-dev (>= 1.3.5),
pkg-config
Standards-Version: 4.5.0
Homepage: https://launchpad.net/lightdm-gtk-greeter
Vcs-Git: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter.git
Vcs-Browser: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter
Package: lightdm-gtk-greeter
Provides: lightdm-greeter
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: adwaita-icon-theme,
gnome-themes-extra,
policykit-1
Suggests: desktop-base
Description: simple display manager (GTK+ greeter)
lightdm-gtk-greeter is greeter shell for the LightDM login manager. It uses
the GTK+ toolkit and integrates well with desktop environment using that
toolkit, like the Xfce desktop environment.

81
debian/copyright vendored Normal file
View File

@ -0,0 +1,81 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lightdm-gtk-greeter
Upstream-Source: https://launchpad.net/lightdm-gtk-greeter
Files: *
Copyright: Sean Davis
License: GPL-3
Files: debian/*
Copyright: © 2010-2018 Yves-Alexis Perez <corsac@debian.org>
License: GPL-2
Files: src/greeterconfiguration.c
src/greeterconfiguration.h
src/greeterdeprecated.c
src/greeterdeprecated.h
Copyright: 2015-2017, Sean Davis <smd.seandavis@gmail.com>
2015-2018, Sean Davis <smd.seandavis@gmail.com>
2017-2018, Sean Davis <smd.seandavis@gmail.com>
License: GPL-3+
Files: src/greetermenubar.h
Copyright: 2014, Andrew P. <pan.pav.7c5@gmail.com>
License: GPL-3+
Files: ltmain.sh
Copyright: 1996-2015, Free Software Foundation, Inc.
License: GPL-2+
Files: src/lightdm-gtk-greeter.c
Copyright: 2010-2011, Robert Ancell <robert.ancell@canonical.com>
2011, Gunnar Hjalmarsson <ubuntu@gunnar.cc>
2012, Julien Lavergne <gilir@ubuntu.com>
2012-2013, Lionel Le Folgoc <mrpouit@ubuntu.com>
2013-2015, Simon Steinbeiß <ochosi@shimmerproject.org>
2013-2018, Sean Davis <smd.seandavis@gmail.com>
2014, Andrew P. <pan.pav.7c5@gmail.com>
License: GPL-3+
Files: src/greeterbackground.c
Copyright: 2014, Andrew P. <pan.pav.7c5@gmail.com>
2014-2018, Sean Davis <smd.seandavis@gmail.com>
2015, Robert Ancell <robert.ancell@canonical.com>
2015, Simon Steinbeiß <ochosi@shimmerproject.org>
License: GPL-3+
Files: src/greetermenubar.c
Copyright: 2014, Andrew P. <pan.pav.7c5@gmail.com>
2017, Sean Davis <smd.seandavis@gmail.com>
License: GPL-3+
Files: src/greeterbackground.h
Copyright: 2014, Andrew P. <pan.pav.7c5@gmail.com>
2014-2015, Sean Davis <smd.seandavis@gmail.com>
2015, Simon Steinbeiß <ochosi@shimmerproject.org>
License: GPL-3+
Files: autogen.sh
Copyright: 2010-2011, Robert Ancell <robert.ancell@canonical.com>
2017-2018, Sean Davis <smd.seandavis@gmail.com>
License: GPL-3+
License: GPL-2
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in
`/usr/share/common-licenses/GPL-2'.
License: GPL-3
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in
`/usr/share/common-licenses/GPL-3'.
License: GPL-2+
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in
`/usr/share/common-licenses/GPL-2'.
License: GPL-3+
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in
`/usr/share/common-licenses/GPL-3'.

4
debian/gbp.conf vendored Normal file
View File

@ -0,0 +1,4 @@
[DEFAULT]
pristine-tar = True
debian-branch = debian/master
upstream-branch = upstream/latest

View File

@ -0,0 +1,2 @@
# not really used directly by users
lightdm-gtk-greeter: binary-without-manpage usr/sbin/lightdm-gtk-greeter

12
debian/lightdm-gtk-greeter.postinst vendored Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
update-alternatives --install /usr/share/xgreeters/lightdm-greeter.desktop \
lightdm-greeter /usr/share/xgreeters/lightdm-gtk-greeter.desktop 60
fi
#DEBHELPER#
exit 0

11
debian/lightdm-gtk-greeter.prerm vendored Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
set -e
if [ "$1" = "remove" ]; then
update-alternatives --remove lightdm-greeter /usr/share/xgreeters/lightdm-gtk-greeter.desktop
fi
#DEBHELPER#
exit 0

18
debian/rules vendored Executable file
View File

@ -0,0 +1,18 @@
#!/usr/bin/make -f
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_auto_configure:
dh_auto_configure -- \
--disable-silent-rules \
--enable-kill-on-sigterm \
--disable-Werror \
--enable-libindicator
override_dh_install:
dh_install debian/60-lightdm-gtk-greeter.conf usr/share/lightdm/lightdm.conf.d/
dh_install debian/01_ubuntu.conf usr/share/lightdm/lightdm-gtk-greeter.conf.d/
%:
dh $@

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

5
debian/upstream/metadata vendored Normal file
View File

@ -0,0 +1,5 @@
---
Bug-Database: https://github.com/xubuntu/lightdm-gtk-greeter/issues
Bug-Submit: https://github.com/xubuntu/lightdm-gtk-greeter
Repository: https://github.com/Xubuntu/lightdm-gtk-greeter.git
Repository-Browse: https://github.com/Xubuntu/lightdm-gtk-greeter

30
debian/upstream/signing-key.asc vendored Normal file
View File

@ -0,0 +1,30 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.22 (GNU/Linux)
mQENBE+V6lcBCADL+fgkBOwOWwOBmbMmdnFxzXTafTg3VYtS9euiapBMfEeZwpPL
rgrCCnPzA3NtztA2rRNKs74ISdVvsBS+kknS0Q7f2FOQNxFNPtLyDrEebCGkb39h
RKlXiiTt3YcYZn8DlxloEBX3MLXx+m0ORl3wGVNxbFTqF2v/WJkucWS64Pi0wFjR
rhf9tYqBtb/ZHA3zRpqowpA2OdL/a6lR9cVoEe9DqY8SE5M7zdVhyDdHUvRAlvc+
gfHaLdnHKzVF4Ckyf4VbA7dudd0KMnNLS9edhZ8XxGm2zQWwT6gkBGZAOj4FME0M
oWssE++U4t/LIN5srk6pBR+0j1Vfk6iN359dABEBAAG0JFNlYW4gRGF2aXMgPHNt
ZC5zZWFuZGF2aXNAZ21haWwuY29tPokBOAQTAQIAIgUCT5XqVwIbAwYLCQgHAwIG
FQgCCQoLBBYCAwECHgECF4AACgkQdub+7JX8XiJvSQgAsxYkc7xUIFLtK+YcrKG/
mSRjy/DacedbOr5KJQLGuUZuG6geNf5R7U7M6VKnfXtXvrRAM0tShLQ7YKUulVUg
98lD2joP4eZw1QFtXDcbwKEd3/XbDMH3Eqgdj+HVrF0Qz5ui9Y7psyOFqPaefPdB
bCqrjTATs4iGYJC7CXse7d8OFZKDcwcAfl4+8NH2YMJ097vBEXWc0rSaeOUKB835
h4k82EQp2JAHGxFOtNxNMEnfuIx3/j1s5pYkkcMc+096Af35Y6D5zJfG85EquYLw
sc7PuMDxhoLRlND4noP6FDNeIYYfeU93RYYG9dAjo/TPFDdCC/hu2NkxiRTa0LQR
h7kBDQRPlepXAQgAyHGnKN1pyltnfB2SiTP1Wbl7AyfDnADe2qor0nykAP8jEyPe
VU/s6ubH7iyV6X+UQxbDQCFeGg2ddFy8EUHIvsITZpHwKJnTfXwQGHhMEYWrG+Yw
Ccs0XUY5FEvvikOzplVToSxK2zWXfNw34doqsLNWJcfL1rgY21SgwUv72gmC9cOx
f/ojVO4xNkaCFwqxQWjh6qUbWiGpvPyLHpqQCPsJIlrW4qVmIUsvCYdoN9q6JQzI
Vo0JGEKjqD+WVYU+tGMp9vinxmbgTTQoA8idfKS+hY3Huc9zAetcJQ6JXKQSinaD
ZPgArvoqqDp+3MnxMt0NZe/VN7gUtfcc+/C2LwARAQABiQEfBBgBAgAJBQJPlepX
AhsMAAoJEHbm/uyV/F4iUOkH+gKcuWepQ8ZPmDnn+SBxl9hXc/xH3+2HZDcd7H1c
NowZDtdxUgujBuWgh9Awe6f+wYwm8Iq4dw+G5WGLjzpZWal84L/Quo9WVUSbef9R
y0wGqs3XmOJSFrUo1Pk624Qww3lfpTjaehaz0MdAClSiY1TxDWo5HYae85K0Yyfs
MpSsn1ApsUH21vpT1p9GotLzhYITtotu5s/AQGu4Z+HiSiXExytCq0wOuKKEkv+z
EFX153b4fcQsMBg2ul0CnNgfFxeY9EzTaI/1Ka18CqX23phgL6fTHBYeMWuCoNrq
EX42rELR+HGbl7WHnjcHBDizbzYdBmM+N2Rl+d/rniMjHc8=
=o+OF
-----END PGP PUBLIC KEY BLOCK-----

4
debian/watch vendored Normal file
View File

@ -0,0 +1,4 @@
version=3
opts=pgpsigurlmangle=s/$/.asc/ \
https://github.com/Xubuntu/@PACKAGE@/releases \
/Xubuntu/@PACKAGE@/.*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@