[Debian GNUstep maintainers] Bug#629885: batmon.app: patch for the issue
Andreas Moog
amoog at ubuntu.com
Sat Jun 25 18:39:22 UTC 2011
Package: batmon.app
Version: 0.5-1
Followup-For: Bug #629885
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
*** /tmp/tmpnNSBtN
In Ubuntu, the attached patch was applied to achieve the following:
* BatteryModel.m: add missing #include to fix FTBFS (LP: #765978)
Thanks for considering the patch.
- -- System Information:
Debian Release: wheezy/sid
APT prefers oneiric
APT policy: (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-999-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBAgAGBQJOBitVAAoJEGHzRCZ03mYkXg0P/1iUznys6yMuOIgyse7ereGw
E9r6bknQUcJ3+t8BL/WFat5IVV7O27bM/HZr5aX9xqIiczHN3kgRW7NpEEACRHoQ
ZcvCXKbh9ER3z6vDn/M+p9Dc6//UyL7Ct6DYLu5zgA7Dc1D3Gn6P9aGc6+L35gjD
YuLmHrIgWQCwJfJhjpJuYP0ssSDH5uSLvAHyVq9508/mpgX88Wd2jHGL7Gbx+y2C
3biopsQ+4EjE3MC8WHjwc8W6g4kVDhiHalWOzj7vtZdmBYw/5j8nI9QNfbYt319G
if++eZutF0/cNgoGzg9Skz9BQJS513A2g15QlTrdFmJdwzGtNWdFmENT+9sBaout
7akxD+/ZY0QOawS1i9o9v0qXHdRPTwv6iFoxGKR4T05NwfE3O2FvicKNzRpjonYg
IP9tMo+vWuA2fFG8aeVmORWzWHR6DkwxfgzKMqpuW4HgHvY6oilIgba+A1iObEfy
/1mLB8gl7/aN6zwFP3WOwGqnZ/zv3h2HDoAaI1VBU3CtjADT2cZx8XMvxxhWxee7
RcLhtwHyLEZht5Iluo+H+aHmsOBawloetr1xl7/J8dag03fnZN4G5VNtP8/108p6
hK0kdKPQXGGUz9GO/EzW56PvP7eZCXcDxEaDbbIYwTNit2K76+F61Aw9z+VPCSkh
12/ySnD10sXMQ6gsHip9
=zw/6
-----END PGP SIGNATURE-----
-------------- next part --------------
=== modified file 'BatteryModel.m'
--- BatteryModel.m 2010-06-27 11:46:48 +0000
+++ BatteryModel.m 2011-06-25 18:35:20 +0000
@@ -30,6 +30,8 @@
# define ACPIDEV "/dev/acpi"
#endif
+#include <assert.h>
+
#if defined (linux)
#define DEV_SYS_POWERSUPPLY @"/sys/class/power_supply"
#endif
More information about the pkg-GNUstep-maintainers
mailing list