From abbddfa0e7a976c8a61cbda0a94cc2df935518fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Thu, 24 Jun 2021 15:50:08 +0000
Subject: [PATCH] Adjust liferea helper to nabia's release

---
 helpers/make-liferea | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/helpers/make-liferea b/helpers/make-liferea
index 6866a471..e89c98b3 100644
--- a/helpers/make-liferea
+++ b/helpers/make-liferea
@@ -17,14 +17,12 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=5
+VERSION=6
 
 . ./config
 
-rm debian/patches/ubuntu-example-feeds.patch debian/patches/debian-example-feeds.patch
-sed '/ubuntu-example-feeds/d; /debian-example-feeds/d;' debian/patches/series -i
-sed '/ubuntu-example-feeds/d;' debian/patches/ubuntu.additions -i
-sed '/ubuntu-example-feeds/d; /debian-example-feeds/d;' debian/patches/ubuntu.series -i
+rm debian/patches/debian-example-feeds.patch
+sed '/debian-example-feeds/d;' debian/patches/series -i
 
 cat << EOF > opml/feedlist
 <?xml version="1.0"?>
-- 
GitLab