diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 02f4a96b..41b773f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +unity-greeter (24.04.1-0ubuntu1) noble; urgency=medium + + * debian/rules: update the Ubuntu version string (lp: #2063557) + + -- Sebastien Bacher <[email protected]> Mon, 09 Sep 2024 12:38:50 +0200 + unity-greeter (23.10.1-0ubuntu4) noble; urgency=medium * No-change rebuild for CVE-2024-3094 diff --git a/debian/rules b/debian/rules index c781a9ae..5490a57a 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ override_dh_autoreconf: override_dh_auto_build: dh_auto_build - ./src/logo-generator --logo data/logo-bare.png --text ' 23.10' --output logo.png + ./src/logo-generator --logo data/logo-bare.png --text ' 24.04 LTS' --output logo.png override_dh_auto_install: dh_auto_install |
