Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package apt-dater. It adds missing README.* files and fixes a bug, where you can not create new sessions, because of an old deprecated configuration for tmux. diff -Naur '--exclude=.svn' 1.0.4-1/debian/apt-dater.docs 1.0.4-2/debian/apt-dater.docs --- 1.0.4-1/debian/apt-dater.docs 2019-02-11 10:58:30.644694694 +0100 +++ 1.0.4-2/debian/apt-dater.docs 2019-04-15 10:23:54.946984935 +0200 @@ -1,3 +1,2 @@ README -README.tclfilter -README.xmlreport +README.* diff -Naur '--exclude=.svn' 1.0.4-1/debian/changelog 1.0.4-2/debian/changelog --- 1.0.4-1/debian/changelog 2019-02-11 10:58:30.624694772 +0100 +++ 1.0.4-2/debian/changelog 2019-04-15 10:23:54.906985186 +0200 @@ -1,3 +1,12 @@ +apt-dater (1.0.4-2) unstable; urgency=medium + + * Install missing docs. + Closes: #924176 + * Add patch 01-tmux-options to fix an error with tmux 2.4, because of an old + invalid option. + + -- Patrick Matthäi <pmatth...@debian.org> Mon, 15 Apr 2019 10:07:25 +0200 + apt-dater (1.0.4-1) unstable; urgency=medium * New upstream release. diff -Naur '--exclude=.svn' 1.0.4-1/debian/patches/01-tmux-options.diff 1.0.4-2/debian/patches/01-tmux-options.diff --- 1.0.4-1/debian/patches/01-tmux-options.diff 1970-01-01 01:00:00.000000000 +0100 +++ 1.0.4-2/debian/patches/01-tmux-options.diff 2019-04-15 10:23:54.906985186 +0200 @@ -0,0 +1,15 @@ +# tmux 2.4 changed this option, we need it for new created sessions +# or tmux will fail with an unknown option error. + +diff -Naur apt-dater-1.0.4.orig/conf/tmux.conf apt-dater-1.0.4/conf/tmux.conf +--- apt-dater-1.0.4.orig/conf/tmux.conf 2019-02-10 22:16:03.000000000 +0100 ++++ apt-dater-1.0.4/conf/tmux.conf 2019-04-15 10:02:11.499131926 +0200 +@@ -11,7 +11,7 @@ + set -g terminal-overrides 'xterm*:smcup@:rmcup@' + + set-option -g history-limit 10000 +-set-option -g set-remain-on-exit on ++set-hook -g session-created 'set remain-on-exit on' + + # Make C-a q kill the pane (simular to GNU screen) + bind-key q confirm-before -p "kill-pane #P? (y/n)" kill-pane diff -Naur '--exclude=.svn' 1.0.4-1/debian/patches/series 1.0.4-2/debian/patches/series --- 1.0.4-1/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ 1.0.4-2/debian/patches/series 2019-04-15 10:23:54.906985186 +0200 @@ -0,0 +1 @@ +01-tmux-options.diff unblock apt-dater/1.0.4-2 -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled