Package: wmbattery Version: 2.41 Followup-For: Bug #613166 User: [email protected] Usertags: origin-ubuntu saucy ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Stop building simplehal backend, as hal is being removed soon. I suspect this is fairly self-explanatory, so I'll let it speak for itself. ... Adam -- System Information: Debian Release: wheezy/sid APT prefers saucy-updates APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.9.0-0-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru wmbattery-2.41/autoconf/makeinfo.in wmbattery-2.41ubuntu1/autoconf/makeinfo.in --- wmbattery-2.41/autoconf/makeinfo.in 2011-07-25 06:38:27.000000000 -0600 +++ wmbattery-2.41ubuntu1/autoconf/makeinfo.in 2013-04-29 17:47:03.000000000 -0600 @@ -14,5 +14,3 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ - -USE_HAL = 1 diff -Nru wmbattery-2.41/debian/changelog wmbattery-2.41ubuntu1/debian/changelog diff -Nru wmbattery-2.41/debian/control wmbattery-2.41ubuntu1/debian/control --- wmbattery-2.41/debian/control 2012-03-30 08:25:22.000000000 -0600 +++ wmbattery-2.41ubuntu1/debian/control 2013-04-29 17:51:27.000000000 -0600 @@ -1,7 +1,7 @@ Source: wmbattery Section: x11 Priority: extra -Build-Depends: debhelper (>= 9), libxext-dev, libxpm-dev, autoconf, libapm-dev, dpkg-dev (>= 1.9.0), libxt-dev, libhal-dev +Build-Depends: debhelper (>= 9), libxext-dev, libxpm-dev, autoconf, libapm-dev, dpkg-dev (>= 1.9.0), libxt-dev Maintainer: Joey Hess <[email protected]> Standards-Version: 3.9.3 Vcs-Git: git://git.kitenet.net/wmbattery

