r10860 - /desktop/unstable/gdm/debian/patches/

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue May 8 08:44:17 UTC 2007


Author: lool
Date: Tue May  8 08:44:15 2007
New Revision: 10860

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10860
Log:
* Add GNOME # ids where I forwarded these.

Modified:
    desktop/unstable/gdm/debian/patches/42_timed-login.patch
    desktop/unstable/gdm/debian/patches/48_random-greeter-theme.patch
    desktop/unstable/gdm/debian/patches/51_misc-env-var-fixes.patch
    desktop/unstable/gdm/debian/patches/53_remove-ok-and-cancel-from-included-themes.patch
    desktop/unstable/gdm/debian/patches/55_use-theme-gtkrc.patch
    desktop/unstable/gdm/debian/patches/60_logname-is-log-name-in-PostLogin.patch
    desktop/unstable/gdm/debian/patches/61_gdm-manpage-section.patch
    desktop/unstable/gdm/debian/patches/63_buf-decl.patch
    desktop/unstable/gdm/debian/patches/65_french-translation-typo.patch
    desktop/unstable/gdm/debian/patches/67_C-locale-fallback.patch
    desktop/unstable/gdm/debian/patches/68_pam-authinfo-unavail.patch
    desktop/unstable/gdm/debian/patches/69_misc-config-typos.patch

Modified: desktop/unstable/gdm/debian/patches/42_timed-login.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/42_timed-login.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/42_timed-login.patch (original)
+++ desktop/unstable/gdm/debian/patches/42_timed-login.patch Tue May  8 08:44:15 2007
@@ -1,4 +1,4 @@
-Don't start a timed login if an username was already entered.
+GNOME #436797; Don't start a timed login if an username was already entered.
 
 Index: gdm-2.18.1/daemon/verify-pam.c
 ===================================================================

Modified: desktop/unstable/gdm/debian/patches/48_random-greeter-theme.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/48_random-greeter-theme.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/48_random-greeter-theme.patch (original)
+++ desktop/unstable/gdm/debian/patches/48_random-greeter-theme.patch Tue May  8 08:44:15 2007
@@ -1,4 +1,5 @@
-Debian #217250; use a random greeter theme from all the available ones.
+Debian #217250; GNOME #436800; use a random greeter theme from all the
+available ones.
 
 Index: gdm-2.18.1/gui/greeter/greeter.c
 ===================================================================

Modified: desktop/unstable/gdm/debian/patches/51_misc-env-var-fixes.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/51_misc-env-var-fixes.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/51_misc-env-var-fixes.patch (original)
+++ desktop/unstable/gdm/debian/patches/51_misc-env-var-fixes.patch Tue May  8 08:44:15 2007
@@ -1,3 +1,5 @@
+GNOME #436803
+
 * Don't unset MAIL environment variable
 * Set PWD environment variable
 

Modified: desktop/unstable/gdm/debian/patches/53_remove-ok-and-cancel-from-included-themes.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/53_remove-ok-and-cancel-from-included-themes.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/53_remove-ok-and-cancel-from-included-themes.patch (original)
+++ desktop/unstable/gdm/debian/patches/53_remove-ok-and-cancel-from-included-themes.patch Tue May  8 08:44:15 2007
@@ -1,4 +1,5 @@
-Debian #377934; remove Ok and Cancel buttons from included themes.
+Debian #377934; GNOME #436804; remove Ok and Cancel buttons from included
+themes.
 
 Index: gdm-2.18.1/gui/greeter/themes/circles/circles.xml
 ===================================================================

Modified: desktop/unstable/gdm/debian/patches/55_use-theme-gtkrc.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/55_use-theme-gtkrc.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/55_use-theme-gtkrc.patch (original)
+++ desktop/unstable/gdm/debian/patches/55_use-theme-gtkrc.patch Tue May  8 08:44:15 2007
@@ -1,5 +1,5 @@
-Look for gtk-2.0/gtkrc in the theme directory and use it; found in the Ubuntu
-package.
+GNOME #411427; Look for gtk-2.0/gtkrc in the theme directory and use it; found
+in the Ubuntu package.
 
 Index: gdm-2.18.1/gui/greeter/greeter_parser.c
 ===================================================================

Modified: desktop/unstable/gdm/debian/patches/60_logname-is-log-name-in-PostLogin.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/60_logname-is-log-name-in-PostLogin.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/60_logname-is-log-name-in-PostLogin.patch (original)
+++ desktop/unstable/gdm/debian/patches/60_logname-is-log-name-in-PostLogin.patch Tue May  8 08:44:15 2007
@@ -1,5 +1,5 @@
-Debian #287725; correct PostLogin sample file comments: the name of the
-environment variable for the login name is $LOGNAME, not $LOGIN
+GNOME #436805; Debian #287725; correct PostLogin sample file comments: the name
+of the environment variable for the login name is $LOGNAME, not $LOGIN
 
 --- gdm-2.16.4.orig/config/PostLogin
 +++ gdm-2.16.4/config/PostLogin

Modified: desktop/unstable/gdm/debian/patches/61_gdm-manpage-section.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/61_gdm-manpage-section.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/61_gdm-manpage-section.patch (original)
+++ desktop/unstable/gdm/debian/patches/61_gdm-manpage-section.patch Tue May  8 08:44:15 2007
@@ -1,3 +1,5 @@
+GNOME #436807
+
 --- gdm-2.16.4.orig/docs/gdm.1
 +++ gdm-2.16.4/docs/gdm.1
 @@ -38,7 +38,7 @@

Modified: desktop/unstable/gdm/debian/patches/63_buf-decl.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/63_buf-decl.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/63_buf-decl.patch (original)
+++ desktop/unstable/gdm/debian/patches/63_buf-decl.patch Tue May  8 08:44:15 2007
@@ -1,6 +1,4 @@
-Switch a "buf" declaration from char to unsigned char.
-
-XXX clarify and send upstream
+GNOME #436808; Switch a "buf" declaration from char to unsigned char.
 
 Index: gdm-2.18.1/daemon/misc.c
 ===================================================================

Modified: desktop/unstable/gdm/debian/patches/65_french-translation-typo.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/65_french-translation-typo.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/65_french-translation-typo.patch (original)
+++ desktop/unstable/gdm/debian/patches/65_french-translation-typo.patch Tue May  8 08:44:15 2007
@@ -1,4 +1,4 @@
-Debian #392611; typo in french translation.
+GNOME #436809; Debian #392611; typo in french translation.
 
 Index: gdm-2.18.1/po/fr.po
 ===================================================================

Modified: desktop/unstable/gdm/debian/patches/67_C-locale-fallback.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/67_C-locale-fallback.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/67_C-locale-fallback.patch (original)
+++ desktop/unstable/gdm/debian/patches/67_C-locale-fallback.patch Tue May  8 08:44:15 2007
@@ -1,7 +1,7 @@
-Prepend the "C" locale instead of "en_US" as "C" is always available while
-"en_US" might not be.
+GNOME #436811; Prepend the "C" locale instead of "en_US" as "C" is always
+available while "en_US" might not be.
 
-XXX Can probably be sent upstream; this is pre 2.6.0.8-1.
+This is pre 2.6.0.8-1.
 
 Index: gdm-2.18.1/gui/gdmlanguages.c
 ===================================================================

Modified: desktop/unstable/gdm/debian/patches/68_pam-authinfo-unavail.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/68_pam-authinfo-unavail.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/68_pam-authinfo-unavail.patch (original)
+++ desktop/unstable/gdm/debian/patches/68_pam-authinfo-unavail.patch Tue May  8 08:44:15 2007
@@ -1,5 +1,5 @@
-Debian #157792, #160578, #184218; handle PAM's AUTHINFO_UNAVAIL in incorrect
-password error handler.
+GNOME #436812; Debian #157792, #160578, #184218; handle PAM's AUTHINFO_UNAVAIL
+in incorrect password error handler.
 
 Index: gdm-2.18.1/daemon/verify-pam.c
 ===================================================================

Modified: desktop/unstable/gdm/debian/patches/69_misc-config-typos.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/69_misc-config-typos.patch?rev=10860&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/69_misc-config-typos.patch (original)
+++ desktop/unstable/gdm/debian/patches/69_misc-config-typos.patch Tue May  8 08:44:15 2007
@@ -1,3 +1,5 @@
+GNOME #436814
+
 Index: gdm-2.18.1/config/gdm.conf.in
 ===================================================================
 --- gdm-2.18.1.orig/config/gdm.conf.in	2007-05-02 10:38:10.000000000 +0200




More information about the pkg-gnome-commits mailing list