diff -u gnome-power-manager-2.26.1/debian/rules gnome-power-manager-2.26.1/debian/rules --- gnome-power-manager-2.26.1/debian/rules +++ gnome-power-manager-2.26.1/debian/rules @@ -23,6 +23,7 @@ --enable-applets LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed +CFLAGS += -Wno-cast-align clean:: rm -f po/*.gmo diff -u gnome-power-manager-2.26.1/debian/changelog gnome-power-manager-2.26.1/debian/changelog --- gnome-power-manager-2.26.1/debian/changelog +++ gnome-power-manager-2.26.1/debian/changelog @@ -1,3 +1,11 @@ +gnome-power-manager (2.26.1-0ubuntu4) karmic; urgency=low + + * debian/rules: (LP: #380508) + - Added CFLAGS on -Wno-cast-align to disable a warning on ARM that's + generated when GCC changes the size of a struct due to alignment + + -- Michael Casadevall Mon, 25 May 2009 19:51:39 -0400 + gnome-power-manager (2.26.1-0ubuntu3) karmic; urgency=low * debian/control.in: Drop obsolete build dependency libgnomeui-dev.