wmbattery: Bump to version 2.49.
This commit is contained in:
parent
60476ab087
commit
703ea7fd6d
|
@ -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].
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue