diff options
| author | Sebastien Bacher <[email protected]> | 2024-09-09 12:38:50 +0200 |
|---|---|---|
| committer | git-ubuntu importer <[email protected]> | 2024-09-13 15:35:05 +0000 |
| commit | e91855d2e7b60cd8636305d50d3773aa05aae94b (patch) | |
| tree | 64968bf6804eb9184380b80b464f78b6ca65964e | |
| parent | af1abed4f4ccf8df1db6fff7f30d9b883c286681 (diff) | |
24.04.1-0ubuntu1 (patches unapplied)import/24.04.1-0ubuntu1ubuntu/noble-updatesubuntu/noble-proposedubuntu/noble-devel
Imported using git-ubuntu import.
Notes
Notes:
* debian/rules: update the Ubuntu version string (lp: #2063557)
| -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 |
