[Pkg-xfce-commits] r6985 - in goodies/trunk/lightdm-gtk-greeter/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Tue May 15 07:20:54 UTC 2012
Author: corsac
Date: 2012-05-15 19:20:54 +0000 (Tue, 15 May 2012)
New Revision: 6985
Added:
goodies/trunk/lightdm-gtk-greeter/debian/patches/01_fix-cancel-authentication.patch
Modified:
goodies/trunk/lightdm-gtk-greeter/debian/changelog
goodies/trunk/lightdm-gtk-greeter/debian/patches/series
goodies/trunk/lightdm-gtk-greeter/debian/rules
Log:
* debian/patches:
- 01_fix-cancel-authentication added, fix issue which prevents cancelling
an authentication process.
* debian/rules:
- build with --parallel.
Modified: goodies/trunk/lightdm-gtk-greeter/debian/changelog
===================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/changelog 2012-05-15 19:15:31 UTC (rev 6984)
+++ goodies/trunk/lightdm-gtk-greeter/debian/changelog 2012-05-15 19:20:54 UTC (rev 6985)
@@ -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 at debian.org> Tue, 15 May 2012 21:13:50 +0200
+
lightdm-gtk-greeter (1.1.5-1) experimental; urgency=low
* Initial release.
Added: goodies/trunk/lightdm-gtk-greeter/debian/patches/01_fix-cancel-authentication.patch
===================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/patches/01_fix-cancel-authentication.patch (rev 0)
+++ goodies/trunk/lightdm-gtk-greeter/debian/patches/01_fix-cancel-authentication.patch 2012-05-15 19:20:54 UTC (rev 6985)
@@ -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 */
Modified: goodies/trunk/lightdm-gtk-greeter/debian/patches/series
===================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/patches/series 2012-05-15 19:15:31 UTC (rev 6984)
+++ goodies/trunk/lightdm-gtk-greeter/debian/patches/series 2012-05-15 19:20:54 UTC (rev 6985)
@@ -1 +1,2 @@
+01_fix-cancel-authentication.patch
04_default-gtk-greeter-config.patch
Modified: goodies/trunk/lightdm-gtk-greeter/debian/rules
===================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/rules 2012-05-15 19:15:31 UTC (rev 6984)
+++ goodies/trunk/lightdm-gtk-greeter/debian/rules 2012-05-15 19:20:54 UTC (rev 6985)
@@ -4,4 +4,4 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
%:
- dh $@
+ dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list