* 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:
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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.
|
||||
|
10
debian/patches/01_fix-cancel-authentication.patch
vendored
Normal file
10
debian/patches/01_fix-cancel-authentication.patch
vendored
Normal 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 */
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +1,2 @@
|
||||
01_fix-cancel-authentication.patch
|
||||
04_default-gtk-greeter-config.patch
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user