diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7942287e8..7db4383da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ installation-guide (20220213) UNRELEASED; urgency=medium + [ Holger Wansing ] * Bump release name to bookworm. + [ Debian Janitor ] + * Trim trailing whitespace. + -- Holger Wansing <hwansing@mailbox.org> Sun, 13 Feb 2022 12:52:45 +0100 installation-guide (20220129) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index f75c82c9b..042fa0104 100755 --- a/debian/rules +++ b/debian/rules @@ -100,5 +100,5 @@ binary-indep: install doc-base # cd .. ; \ # done -binary: binary-indep binary-arch -.PHONY: build build-arch build-indep build-images clean binary-indep binary-arch binary install +binary: binary-indep binary-arch +.PHONY: build build-arch build-indep build-images clean binary-indep binary-arch binary install |