diff options
author | root <root@bf0aeeb6f301> | 2022-02-25 22:49:06 +0000 |
---|---|---|
committer | root <root@bf0aeeb6f301> | 2022-02-25 22:49:06 +0000 |
commit | 8680c85ca5f2b6eb971dfb9bb5d827ff46b8936a (patch) | |
tree | 84128be6ab5f0563d956fdfe9366e384c855c0e7 | |
parent | b510f6a584b67fb66e361c0966fc8c8daf45bf74 (diff) | |
download | installation-guide-8680c85ca5f2b6eb971dfb9bb5d827ff46b8936a.zip |
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
-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 |