wmbattery: Bump to version 2.49.

This commit is contained in:
Doug Torrance 2015-08-24 00:11:45 -04:00 committed by Carlos R. Mafra
parent 60476ab087
commit 703ea7fd6d
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
wmbattery (2.49)
* Add config.h.in to `make distclean`. Its absence created a problem for the
Debian package. During the build, dh_auto_clean results in a call to
autoheader, which creates config.h.in. If this isn't then removed, we get
a dpkg-source error. Obtained from [1].
[1] https://sources.debian.net/src/wmbattery/2.48-1/debian/patches/
clean_config.h.in.patch/
wmbattery (2.48)
* Escape hyphen in manpage. Fixes hyphen-used-as-minus-sign Lintian warning
in the Debian package. Patch from [1].

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(wmbattery.c, 2.48)
AC_INIT(wmbattery.c, 2.49)
AC_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR(autoconf)