Codebase list lightdm-gtk-greeter-settings / 70abf72
Initial Debian release (1.2.0-1) James Lu 8 years ago
11 changed file(s) with 143 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 lightdm-gtk-greeter-settings (1.2.0-1) unstable; urgency=medium
1
2 * Initial Debian release, imported from Ubuntu. (Closes: #788614)
3 * debian/ folder changes:
4 - Add a watch file pointing to Launchpad.
5 - Write a manpage (lightdm-gtk-greeter-settings.1), dropping
6 the binary-without-manpage lintian override
7 for /usr/bin/lightdm-gtk-greeter-settings.
8 - Add a get-orig-source target for debian/rules.
9 - Set myself as maintainer.
10 - Set package source/format to 3.0 quilt.
11 - debian/links: symlink the root NEWS file as an upstream changelog.
12 This fixes the no-upstream-changelog Lintian pedantic warning.
13 - debian/rules: override dh_auto_clean to remove
14 po/lightdm-gtk-greeter-settings.pot, so that successive builds work.
15
16 -- James Lu <glolol1@hotmail.com> Fri, 26 Jun 2015 15:45:02 -0700
17
18 lightdm-gtk-greeter-settings (1.2.0-0ubuntu1) wily; urgency=medium
19
20 * New upstream release.
21
22 -- Sean Davis <smd.seandavis@gmail.com> Tue, 16 Jun 2015 19:26:28 -0400
23
24 lightdm-gtk-greeter-settings (1.1.0-0ubuntu1) vivid; urgency=low
25
26 [ Sean Davis ]
27 * Initial release (LP: #1295405)
28
29 -- Sean Davis <smd.seandavis@gmail.com> Mon, 16 Feb 2015 06:56:14 -0500
0 Source: lightdm-gtk-greeter-settings
1 Section: utils
2 Priority: optional
3 Maintainer: James Lu <glolol1@hotmail.com>
4 Build-Depends: debhelper (>= 9), python3,
5 python3-distutils-extra (>= 2.18), python-gi-dev
6 X-Python3-Version: >= 3.0
7 Standards-Version: 3.9.6
8 Homepage: https://launchpad.net/lightdm-gtk-greeter-settings
9
10 Package: lightdm-gtk-greeter-settings
11 Architecture: all
12 Depends: ${python3:Depends},
13 ${misc:Depends},
14 python3-gi (>= 3.0),
15 gir1.2-gtk-3.0,
16 gir1.2-glib-2.0,
17 gir1.2-gdkpixbuf-2.0,
18 lightdm-gtk-greeter
19 Recommends: policykit-1 | gksu
20 Description: Settings editor for LightDM Gtk+ Greeter
21 A simple configuration utility for the LightDM Gtk+ Greeter.
22 All configuration options available in the greeter are
23 exposed and easily manipulated using this tool.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: lightdm-gtk-greeter-settings
2 Upstream-Source: https://launchpad.net/lightdm-gtk-greeter-settings
3
4 Files: *
5 Copyright: 2014, Andrew P. <pan.pav.7c5@gmail.com>
6 License: GPL-3+
7
8 Files: debian/*
9 Copyright: 2015, Sean Davis <bluesabre@ubuntu.com>
10 2015, James Lu <glolol1@hotmail.com>
11 License: GPL-3+
12
13 License: GPL-3+
14 This program is free software: you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation, either version 3 of the License, or
17 (at your option) any later version.
18 .
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23 .
24 You should have received a copy of the GNU General Public License
25 along with this program. If not, see <http://www.gnu.org/licenses/>.
26 X-Comment: On Debian systems, the complete text of the GNU General
27 Public License can be found in `/usr/share/common-licenses/GPL-3’.
0 .TH lightdm-gtk-greeter-settings 8 "June 26, 2015"
1
2 .SH NAME
3 lightdm-gtk-greeter-settings - Settings editor for LightDM GTK+ Greeter
4
5 .SH SYNOPSIS
6 \fBlightdm\-gtk\-greeter\-settings\fR [\fIOPTIONS\fR]
7
8 .SH DESCRIPTION
9 \fBlightdm\-gtk\-greeter\-settings\fR is a settings editor for LightDM's GTK+ Greeter.
10
11 .PP
12 .SH OPTIONS
13 .TP
14 \fB\-h\fR, \fB\-\-help\fR
15 show this help message and exit
16 .TP
17 \fB\-s\fR SOCKET_ID, \fB\-\-socket\-id\fR SOCKET_ID
18 sets the settings manager socket
19 .TP
20 \fB\-\-use\-gtk\-header\fR
21 use Gtk header bars for the main window's display
22 .TP
23 \fB\-\-test\-socket\fR
24 enables testing for embedded mode
25 .PP
26
27 .SH "SEE ALSO"
28 .BR lightdm (1)
29
30 .SH AUTHOR
31 \fBlightdm-gtk-greeter-settings\fR was written by Andrew P. <pan.pav.7c5@gmail.com>.
32 .PP
33 This manual page was written by James Lu <glolol1@hotmail.com>
34 for the Debian project (but may be used by others).
0 # There is already a manual page for the main lightdm-gtk-greeter-settings app, and many other *-pkexec binaries in Debian don't have manpages either.
1 lightdm-gtk-greeter-settings: binary-without-manpage usr/bin/lightdm-gtk-greeter-settings-pkexec
0 debian/lightdm-gtk-greeter-settings.1
0 # Upstream installs their changelog as NEWS, not CHANGELOG
1 # This squashes the no-upstream-changelog Lintian pedantic warning.
2 usr/share/doc/lightdm-gtk-greeter-settings/NEWS.gz usr/share/doc/lightdm-gtk-greeter-settings/changelog.gz
0 #!/usr/bin/make -f
1 export DH_VERBOSE=1
2 export PYBUILD_INSTALL_ARGS=--xfce-integration
3
4 %:
5 dh $@ --with python3 --buildsystem=pybuild
6
7 VER = $(shell dpkg-parsechangelog --show-field=Version | cut -d '-' -f 1)
8
9 get-orig-source:
10 uscan --noconf --verbose --rename --destdir=$(CURDIR)/.. --check-dirname-level=0 --force-download --download-version $(VER)
11
12 override_dh_auto_clean:
13 # Remove the auto-generated .pot file so successive builds work.
14 rm -f po/lightdm-gtk-greeter-settings.pot
15 dh_auto_clean
0 3.0 (quilt)
0 version=3
1 https://launchpad.net/lightdm-gtk-greeter-settings/+download .*/lightdm-gtk-greeter-settings-([0-9.]+)\.tar\.gz