diff options
| author | Sebastien Bacher <[email protected]> | 2024-11-15 13:20:10 +0100 |
|---|---|---|
| committer | git-ubuntu importer <[email protected]> | 2024-11-15 12:22:11 +0000 |
| commit | 025eb0cb150d0fbc5e0466449803baa547d4ebe7 (patch) | |
| tree | 526463d6634fbcb49a76238fce6a49e2f22da782 | |
| parent | cdad1924b62d51acfe434373a4b5959a3975d9b3 (diff) | |
25.04.1-0ubuntu1 (patches unapplied)HEADimport/25.04.1-0ubuntu1ubuntu/resolute-develubuntu/resoluteubuntu/questing-develubuntu/questingubuntu/plucky-proposedubuntu/plucky-develubuntu/pluckyubuntu/devel
Imported using git-ubuntu import.
Notes
Notes:
* debian/rules: Update the version string for plucky
| -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 830efc0e..4a30a45f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +unity-greeter (25.04.1-0ubuntu1) plucky; urgency=medium + + * debian/rules: Update the version string for plucky + + -- Sebastien Bacher <[email protected]> Fri, 15 Nov 2024 13:20:10 +0100 + unity-greeter (24.10.1-0ubuntu1) oracular; urgency=medium * debian/rules: update the Ubuntu version string (lp: #2063557) diff --git a/debian/rules b/debian/rules index 768b5ad0..6188456f 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 ' 24.10' --output logo.png + ./src/logo-generator --logo data/logo-bare.png --text ' 25.04' --output logo.png override_dh_auto_install: dh_auto_install |
