Bug 226731 - gnome-extra/lock-keys-applet: patch (lock-keys-applet-1.0-gtk-disable-deprecated.patch) changes both autotools source and result
Bug#: 226731 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: gnome-extra/lock-keys-applet: patch (lock-keys-applet-1.0-gtk-disable-deprecated.patch) changes both autotools source and result
Keywords:  
Status Whiteboard: 
Opened: 2008-06-14 16:25 0000
Description:   Opened: 2008-06-14 16:25 0000
The patch in summary is touching both Makefile.in and Makefile.am, probably to
avoid autotools rebuild.

This treatment is usually reserved for a few selected system packages that
cannot have their autotool scripts rebuilt.

This _could_ cause maintainermode-driven rebuild (see
http://blog.flameeyes.eu/articles/2008/06/13/maintaner-mode ), which is
something we should be avoiding as much as possible.

Please just patch Makefile.am and/or configure.in/.ac and rebuild autotools,
unless you have very good reasons not to.

------- Comment #1 From Gilles Dartiguelongue 2008-06-15 13:19:07 0000 -------
fixed, thanks for reporting.