diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-08 04:04:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-08 04:04:49 +0000 |
commit | dbe36ad972a86aea7e2fa6a12a0306146c9448da (patch) | |
tree | cf5c314212fd97ac8f20075f193abae8679f03a7 /debian/control | |
parent | Adding debian version 6.8-1. (diff) | |
download | manpages-dbe36ad972a86aea7e2fa6a12a0306146c9448da.tar.xz manpages-dbe36ad972a86aea7e2fa6a12a0306146c9448da.zip |
Adding debian version 6.8-2.debian/6.8-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/debian/control b/debian/control index a1b4719..8ef7b8b 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,11 @@ Source: manpages Section: doc Maintainer: Dr. Tobias Quathamer <toddy@debian.org> -Uploaders: Marcos Fouces <marcos@debian.org> +Uploaders: Marcos Fouces <marcos@debian.org>, Priority: standard -Build-Depends: debhelper-compat (= 13), groff (>= 1.23.0), groff-base, bsdextrautils, bzip2, binutils, clang, clang-tidy, cpp, cppcheck, cpplint, diffoscope, git, iwyu, lzip, man, mandoc, moreutils, pkgconf, xz-utils +Build-Depends: debhelper-compat (= 13), + groff (>= 1.23.0), + mandoc, Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/debian/manpages Vcs-Git: https://salsa.debian.org/debian/manpages.git @@ -13,10 +15,14 @@ Rules-Requires-Root: no Package: manpages Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends} -Suggests: man-browser -Replaces: manpages-dev (<< 5.09-2), inn2-dev (<< 2.6.5-1), initscripts (<< 3.0.0-1) -Breaks: manpages-dev (<< 5.09-2), inn2-dev (<< 2.6.5-1), initscripts (<< 3.0.0-1) +Depends: ${misc:Depends}, +Suggests: man-browser, +Replaces: initscripts (<< 3.0.0-1), + inn2-dev (<< 2.6.5-1), + manpages-dev (<< 5.09-2), +Breaks: initscripts (<< 3.0.0-1), + inn2-dev (<< 2.6.5-1), + manpages-dev (<< 5.09-2), Description: Manual pages about using a GNU/Linux system This package contains GNU/Linux manual pages for these sections: 4 = Devices (e.g. hd, sd). @@ -33,10 +39,15 @@ Description: Manual pages about using a GNU/Linux system Package: manpages-dev Architecture: all Multi-Arch: foreign -Depends: manpages, ${misc:Depends} -Suggests: man-browser -Replaces: inn2-dev (<< 2.7.0-1), manpages (<< 6.7-1) -Breaks: manpages (<< 6.7-1), inn2-dev (<< 2.7.0-1) +Depends: manpages, + ${misc:Depends}, +Suggests: man-browser, +Replaces: glibc-doc (<< 2.37-16), + inn2-dev (<< 2.7.0-1), + manpages (<< 6.7-1), +Breaks: glibc-doc (<< 2.37-16), + inn2-dev (<< 2.7.0-1), + manpages (<< 6.7-1), Priority: optional Description: Manual pages about using GNU/Linux for development These man pages describe the Linux programming interface, including |