* debian/patches:

- 01_fix-cancel-authentication added, fix issue which prevents cancelling
    an authentication process.
* debian/rules:
  - build with --parallel.
This commit is contained in:
Yves-Alexis Perez
2012-05-15 19:20:54 +00:00
parent c7002e5bf2
commit f3e3952349
4 changed files with 22 additions and 1 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
lightdm-gtk-greeter (1.1.5-2) UNRELEASED; urgency=low
* debian/patches:
- 01_fix-cancel-authentication added, fix issue which prevents cancelling
an authentication process.
* debian/rules:
- build with --parallel.
-- Yves-Alexis Perez <corsac@debian.org> Tue, 15 May 2012 21:13:50 +0200
lightdm-gtk-greeter (1.1.5-1) experimental; urgency=low
* Initial release.

View File

@ -0,0 +1,10 @@
--- a/src/lightdm-gtk-greeter.c 2012-04-03 20:35:21.000000000 +0000
+++ b/src/lightdm-gtk-greeter.c 2012-04-28 00:35:17.000000000 +0000
@@ -194,7 +194,6 @@
{
cancelling = TRUE;
lightdm_greeter_cancel_authentication (greeter);
- return;
}
/* Start a new login or return to the user list */

View File

@ -1 +1,2 @@
01_fix-cancel-authentication.patch
04_default-gtk-greeter-config.patch

2
debian/rules vendored
View File

@ -4,4 +4,4 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
%:
dh $@
dh $@ --parallel