From 703ea7fd6d93a608d5c668b86fe662bd28a78957 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Mon, 24 Aug 2015 00:11:45 -0400 Subject: [PATCH] wmbattery: Bump to version 2.49. --- wmbattery/ChangeLog | 9 +++++++++ wmbattery/configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/wmbattery/ChangeLog b/wmbattery/ChangeLog index 5506dcb..852d10d 100644 --- a/wmbattery/ChangeLog +++ b/wmbattery/ChangeLog @@ -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]. diff --git a/wmbattery/configure.ac b/wmbattery/configure.ac index 8673139..6d4f2e1 100644 --- a/wmbattery/configure.ac +++ b/wmbattery/configure.ac @@ -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) -- 2.11.4.GIT