--- lightdm-gtk-greeter-settings-1.2.0.orig/debian/changelog +++ lightdm-gtk-greeter-settings-1.2.0/debian/changelog @@ -0,0 +1,12 @@ +lightdm-gtk-greeter-settings (1.2.0-0ubuntu1) wily; urgency=medium + + * New upstream release. + + -- Sean Davis Tue, 16 Jun 2015 19:26:28 -0400 + +lightdm-gtk-greeter-settings (1.1.0-0ubuntu1) vivid; urgency=low + + [ Sean Davis ] + * Initial release (LP: #1295405) + + -- Sean Davis Mon, 16 Feb 2015 06:56:14 -0500 --- lightdm-gtk-greeter-settings-1.2.0.orig/debian/compat +++ lightdm-gtk-greeter-settings-1.2.0/debian/compat @@ -0,0 +1 @@ +9 --- lightdm-gtk-greeter-settings-1.2.0.orig/debian/control +++ lightdm-gtk-greeter-settings-1.2.0/debian/control @@ -0,0 +1,24 @@ +Source: lightdm-gtk-greeter-settings +Section: utils +Priority: optional +Maintainer: Xubuntu Developers +Build-Depends: debhelper (>= 9), python3, + python3-distutils-extra (>= 2.18), python-gi-dev +X-Python3-Version: >= 3.0 +Standards-Version: 3.9.6 +Homepage: https://launchpad.net/lightdm-gtk-greeter-settings + +Package: lightdm-gtk-greeter-settings +Architecture: all +Depends: ${python3:Depends}, + ${misc:Depends}, + python3-gi (>= 3.0), + gir1.2-gtk-3.0, + gir1.2-glib-2.0, + gir1.2-gdkpixbuf-2.0, + lightdm-gtk-greeter +Recommends: policykit-1|gksu +Description: Settings editor for LightDM Gtk+ Greeter + A simple configuration utility for the LightDM Gtk+ Greeter. + All configuration options available in the greeter are + exposed and easily manipulated using this tool. --- lightdm-gtk-greeter-settings-1.2.0.orig/debian/copyright +++ lightdm-gtk-greeter-settings-1.2.0/debian/copyright @@ -0,0 +1,27 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lightdm-gtk-greeter-settings +Upstream-Source: https://launchpad.net/lightdm-gtk-greeter-settings + +Files: * +Copyright: 2014, Andrew P. +License: GPL-3+ + +Files: debian/* +Copyright: 2015, Sean Davis +License: GPL-3+ + +License: GPL-3+ + This program 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 3 of the License, or + (at your option) any later version. + . + This program 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 . +X-Comment: On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3’. --- lightdm-gtk-greeter-settings-1.2.0.orig/debian/lightdm-gtk-greeter-settings.lintian-overrides +++ lightdm-gtk-greeter-settings-1.2.0/debian/lightdm-gtk-greeter-settings.lintian-overrides @@ -0,0 +1,2 @@ +lightdm-gtk-greeter-settings: binary-without-manpage usr/bin/lightdm-gtk-greeter-settings +lightdm-gtk-greeter-settings: binary-without-manpage usr/bin/lightdm-gtk-greeter-settings-pkexec \ No newline at end of file --- lightdm-gtk-greeter-settings-1.2.0.orig/debian/rules +++ lightdm-gtk-greeter-settings-1.2.0/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +export DH_VERBOSE=1 +export PYBUILD_INSTALL_ARGS=--xfce-integration + +%: + dh $@ --with python3 --buildsystem=pybuild