update for t11, and fixes for find file
[distro-functions] / src / identify-distros
index 67d960820e6463cc1f6068b94de2c7da01933c11..a3bc4028f26c6559e4d4901cddc5aef2a17da82d 100644 (file)
@@ -93,7 +93,7 @@ EOF
   echo "$shortest"
 }
 
-# formatted for use in pfile in brc
+# formatted for use in pfile() in package-manager-abstractions
 positive-origins() {
   isdeb || return 0
   local archive expression pri name highpri shortest
@@ -146,6 +146,9 @@ debian-codename-compat() {
     nabia)
       echo focal
       ;;
+    aramo)
+      echo jammy
+      ;;
     *)
       echo $n
       ;;