diff -Nru /tmp/7VWhiSqjxf/laptop-detect-0.13.1/debian/changelog /tmp/xeXA1y0sxB/laptop-detect-0.13.1ubuntu1/debian/changelog --- /tmp/7VWhiSqjxf/laptop-detect-0.13.1/debian/changelog 2007-05-26 15:27:57.000000000 +0200 +++ /tmp/xeXA1y0sxB/laptop-detect-0.13.1ubuntu1/debian/changelog 2007-07-09 10:52:48.000000000 +0200 @@ -1,3 +1,10 @@ +laptop-detect (0.13.1ubuntu1) gutsy; urgency=low + + * New Debian version, all patches applied upstream + * Load battery module before probing for acpi battery + + -- Tormod Volden Mon, 9 Jul 2007 10:45:35 +0200 + laptop-detect (0.13.1) unstable; urgency=low * Change package priority to important to match override. diff -Nru /tmp/7VWhiSqjxf/laptop-detect-0.13.1/debian/control /tmp/xeXA1y0sxB/laptop-detect-0.13.1ubuntu1/debian/control --- /tmp/7VWhiSqjxf/laptop-detect-0.13.1/debian/control 2007-05-26 14:59:08.000000000 +0200 +++ /tmp/xeXA1y0sxB/laptop-detect-0.13.1ubuntu1/debian/control 2007-07-09 10:49:28.000000000 +0200 @@ -1,7 +1,8 @@ Source: laptop-detect Section: utils Priority: important -Maintainer: Thom May +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Thom May Uploaders: Otavio Salvador Build-Depends: cdbs, debhelper (>= 5) Standards-Version: 3.7.2 diff -Nru /tmp/7VWhiSqjxf/laptop-detect-0.13.1/laptop-detect.in /tmp/xeXA1y0sxB/laptop-detect-0.13.1ubuntu1/laptop-detect.in --- /tmp/7VWhiSqjxf/laptop-detect-0.13.1/laptop-detect.in 2007-05-25 15:36:50.000000000 +0200 +++ /tmp/xeXA1y0sxB/laptop-detect-0.13.1ubuntu1/laptop-detect.in 2007-07-09 10:47:32.000000000 +0200 @@ -62,6 +62,7 @@ fi # check for any ACPI batteries +modprobe battery || true if [ -d /proc/acpi/battery ]; then results=`find /proc/acpi/battery/ -mindepth 1 -type d` if [ ! -z "$results" ]; then