diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-19 23:50:48 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-19 23:51:10 +0200 |
commit | 2e0f6a52f29188c20eee8d0d43c0b3e440a16a25 (patch) | |
tree | 2eacf9b021f8f26a574e291b100c1f59a311a9b7 | |
parent | cafc3daaa506b1dfbff59e73c9c49827d95a41cb (diff) | |
download | installation-guide-2e0f6a52f29188c20eee8d0d43c0b3e440a16a25.zip |
Bump debhelper compat to 12, no change in the resulting binary packages
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index acbae9346..a3ae9c9d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +installation-guide (20200716) UNRELEASED; urgency=medium + + * Bump debhelper compat to 12, no change in the resulting binary packages. + + -- Samuel Thibault <sthibault@debian.org> Sun, 19 Jul 2020 23:27:19 +0200 + installation-guide (20200715) unstable; urgency=medium [ Holger Wansing ] diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 1e8b31496..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/debian/control b/debian/control index 7b980a0f7..ea211b98f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Samuel Thibault <sthibault@debian.org> Standards-Version: 4.1.4 Vcs-Git: https://salsa.debian.org/installer-team/installation-guide.git Vcs-Browser: https://salsa.debian.org/installer-team/installation-guide -Build-Depends: debhelper (>= 6) +Build-Depends: debhelper-compat (= 12) 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 |