[PATCH 2/2] wmbattery: Bump to version 2.49.
Doug Torrance <[email protected]>
| Newsgroups | gmane.compw.window-managers.windowmaker.devel |
|---|---|
| Message-ID | <[email protected]> |
---
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.1.4
--
To unsubscribe, send mail to [email protected].