diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-03-01 22:30:03 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-03-01 22:30:03 +0000 |
commit | 78e032f4561e109ca0b283e39d591411d0a2710b (patch) | |
tree | dced28b6f1499989be8e8f73fb4e76675593b97b | |
parent | b510f6a584b67fb66e361c0966fc8c8daf45bf74 (diff) | |
parent | 6c0b0ce098b7532f5c727446b4c50675edff0bae (diff) | |
download | installation-guide-78e032f4561e109ca0b283e39d591411d0a2710b.zip |
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian
See merge request installer-team/installation-guide!19
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 7942287e8..0f85598c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,13 @@ installation-guide (20220213) UNRELEASED; urgency=medium + [ Holger Wansing ] * Bump release name to bookworm. + [ Debian Janitor ] + * Trim trailing whitespace. + * Bump debhelper from old 12 to 13. + * Update standards version to 4.6.0, no changes needed. + -- Holger Wansing <hwansing@mailbox.org> Sun, 13 Feb 2022 12:52:45 +0100 installation-guide (20220129) unstable; urgency=medium diff --git a/debian/control b/debian/control index 8477d1eee..ab814a628 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,10 @@ Section: doc Priority: optional Maintainer: Debian Install System Team <debian-boot@lists.debian.org> Uploaders: Samuel Thibault <sthibault@debian.org> -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/installer-team/installation-guide.git Vcs-Browser: https://salsa.debian.org/installer-team/installation-guide -Build-Depends: debhelper-compat (= 12) +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, dblatex, docbook-dsssl, ghostscript, texlive-xetex, lmodern, texlive-lang-chinese, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-european, texlive-lang-french, texlive-lang-german, texlive-lang-greek, texlive-lang-italian, texlive-lang-korean, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, fonts-wqy-microhei, fonts-vlgothic, fonts-noto-cjk, fonts-freefont-ttf # This comment can also be used to generate a Build-Depends-Indep line, by # running the debian/genbuilddeps program. So put each build dep on its own 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 |