Sven Joachim pushed to branch debian-unstable at X Strike Force / app / xterm


Commits:
501382e1 by Sven Joachim at 2023-10-04T17:22:09+02:00
Fix typo in aclocal.m4

New patch wtmp-path.diff, fixing a typo in the CF_WITH_WTMP_PATH macro
which leads to an incorrect path to the wtmp file in the manpage.

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/wtmp-path.diff


Changes:

=====================================
debian/changelog
=====================================
@@ -4,6 +4,8 @@ xterm (385-1) UNRELEASED; urgency=medium
   * Use the new configure options --with-utmp-path=/var/run/utmp and
     --with-wtmp-path=/var/log/wtmp to ensure correct paths to these files
     in the manpage (Closes: #1042767).
+  * Add temporary patch wtmp-path.diff, fixing a typo in aclocal.m4 which
+    leads to an incorrect path to the wtmp file in the manpage.
 
  -- Sven Joachim <svenj...@gmx.de>  Mon, 02 Oct 2023 18:02:34 +0200
 


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 900_debian_xterm.diff
 902_windowops.diff
 904_fontops.diff
+wtmp-path.diff


=====================================
debian/patches/wtmp-path.diff
=====================================
@@ -0,0 +1,20 @@
+Description: Fix typo in aclocal.m4
+ Fix a typo in the CF_WITH_WTMP_PATH macro which leads to an
+ incorrect path to the wtmp file in the manpage.
+Author: Sven Joachim <svenj...@gmx.de>
+
+---
+ aclocal.m4 |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/aclocal.m4
++++ b/aclocal.m4
+@@ -4625,7 +4625,7 @@ dnl CF_WITH_WTMP_PATH version: 1 updated
+ dnl -----------------
+ dnl Like CF_WITH_UTMP_PATH, but for the wtmp file.
+ AC_DEFUN([CF_WITH_WTMP_PATH],[
+-AC_ARG_WITH(utmp-path,
++AC_ARG_WITH(wtmp-path,
+       [  --with-wtmp-path=XXX    use XXX rather than auto for wtmp path],
+       [cf_wtmp_path=$withval],
+       [cf_wtmp_path=auto])



View it on GitLab: 
https://salsa.debian.org/xorg-team/app/xterm/-/commit/501382e1344fa2436c6d4674d39d4019a443ed41

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/app/xterm/-/commit/501382e1344fa2436c6d4674d39d4019a443ed41
You're receiving this email because of your account on salsa.debian.org.


Reply via email to