update Debian port to 1.9 - randomcrap - random crap programs of varying quality
 (HTM) git clone git://git.codemadness.org/randomcrap
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 75a4b515443bd7b096621993d20570da6d96af1d
 (DIR) parent 0acdc4f3a5ca8943dd2651ef7ec269eb91bc2ecd
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 20 Aug 2023 12:06:49 +0200
       
       update Debian port to 1.9
       
       Diffstat:
         M ports/debian/sfeed/debian/changelog |      17 +++++++++++++++++
         M ports/debian/sfeed/debian/files     |       6 +++---
       
       2 files changed, 20 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/ports/debian/sfeed/debian/changelog b/ports/debian/sfeed/debian/changelog
       @@ -1,3 +1,20 @@
       +sfeed (1.9-1) unstable; urgency=medium
       +
       +  * Fixes:
       +    * sfeed_atom: for gmtime_r() make the error message consistent.
       +    * sfeed_markread: fail early if creating a temporary file failed.
       +    * Code-cleaning and pedantic fixes.
       +    * Documentation improvements.
       +
       +  * Features:
       +    * sfeed_{curses,frames,gopher,html,plain}: add $SFEED_NEW_MAX_SECS
       +    * sfeed_update/sfeedrc: add url a as parameter to the filter() and order()
       +      function This makes it easier to set filters or ordering by pattern
       +      matching on a group of feeds by the feed URL.
       +    * sfeed_curses: move one line down when marking an item as read or unread.
       +
       + -- Hiltjo Posthuma <hiltjo@codemadness.org>  Sun, 20 Aug 2023 12:34:56 +0100
       +
        sfeed (1.8-1) unstable; urgency=medium
        
          * Fixes:
 (DIR) diff --git a/ports/debian/sfeed/debian/files b/ports/debian/sfeed/debian/files
       @@ -1,3 +1,3 @@
       -sfeed-dbgsym_1.8-1_amd64.deb debug optional automatic=yes
       -sfeed_1.8-1_amd64.buildinfo net optional
       -sfeed_1.8-1_amd64.deb net optional
       +sfeed-dbgsym_1.9-1_amd64.deb debug optional automatic=yes
       +sfeed_1.9-1_amd64.buildinfo net optional
       +sfeed_1.9-1_amd64.deb net optional