summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules4
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