From 109fa65149834fe971d8270c453688fa9b820747 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Fri, 3 Jun 2022 17:56:20 +0000
Subject: [PATCH] distro info: Update test distro-info trisquel for aramo

---
 helpers/DATA/distro-info/test-trisquel-distro-info | 4 ++--
 helpers/make-distro-info                           | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/helpers/DATA/distro-info/test-trisquel-distro-info b/helpers/DATA/distro-info/test-trisquel-distro-info
index d6ba8507..535ab508 100755
--- a/helpers/DATA/distro-info/test-trisquel-distro-info
+++ b/helpers/DATA/distro-info/test-trisquel-distro-info
@@ -129,9 +129,9 @@ Options:
       --days=[MILESTONE] (created, release, eol)
   -a  --all              list all known versions
   -d  --devel            latest development version
-      --lts              latest long term support (LTS) version
   -s  --stable           latest stable version
-      --supported        list of all supported stable versions
+      --lts              latest long term support (LTS) version
+      --supported        list of all supported versions (including development)
       --unsupported      list of all unsupported stable versions
   -c  --codename         print the codename (default)
   -f  --fullname         print the full name
diff --git a/helpers/make-distro-info b/helpers/make-distro-info
index f30eeeed..599b20bb 100644
--- a/helpers/make-distro-info
+++ b/helpers/make-distro-info
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 DEPENDS=distro-info-data
 
 . ./config
@@ -51,6 +51,8 @@ cp $DATA/test.pl perl/
 #shell
 mv shell/ubuntu-distro-info.in shell/trisquel-distro-info.in
 
+mv haskell/UbuntuDistroInfo.hs haskell/TrisquelDistroInfo.hs
+
 changelog "Reworking and branding Trisquel GNU/Linux distro info."
 
 compile
-- 
GitLab