Update target distros

Add 24.04, drop EOL versions

Change-Id: I6207607a5847d006d036a02dfdcbcf63655ee5f7
diff --git a/README.md b/README.md
index 5ddd600..ee077ad 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,10 @@
 
 To build a specific package, go to the package's folder and run the same `make dput` command.
 
-## Advanced uses
+## Advanced usage
 
 By default, the scripts will create source packages for Ubuntu 20.04 (focal), 22.04 (jammy),
-and 22.10 (kinetic). If necessary, the default actions and distributions can be overriden,
+and 24.04 (noble). If necessary, the default actions and distributions can be overriden,
 for example:
 
 * To only build source packages (no upload), only for Ubuntu 12.04:
diff --git a/packaging.mk b/packaging.mk
index f25bda7..4de9795 100644
--- a/packaging.mk
+++ b/packaging.mk
@@ -2,7 +2,7 @@
 PPA=ppa:named-data/ppa-dev
 
 # List of target distributions
-DISTROS=focal jammy lunar mantic
+DISTROS=focal jammy noble
 
 DEBUILD=debuild -S -d