summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Fouces <marcos@debian.org>2022-10-25 23:05:29 +0200
committerMarcos Fouces <marcos@debian.org>2022-10-25 23:05:29 +0200
commit6efa7560c16be5aea4cde802117506d0c07ede14 (patch)
treec7995ce2e7a075fa8cfc6a663ac13323b8c0c580
parent3853445c516a554ae9849e1bb9fd105c106b4dc0 (diff)
Expand and clarify d/changelog.
-rw-r--r--debian/changelog57
1 files changed, 41 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index 8b4f8bd0c..7eedeb4e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,22 +1,47 @@
manpages (6.01-1) UNRELEASED; urgency=medium
- * Fix groff warning in glob.7.
- * Update posix manual pages packaging history in
- d/POSIX-MANPAGES (Closes: #1016415).
* New upstream version 6.01
- * Refresh patches for new upstream release.
- * Rename and update install files (*.install => *.manpages).
- * Execute dh_installman before testing for broken links.
- * Adjust non-standard subsection dir names to FHS.
- * manpages-dev breaks manpages (<< 6.01-1) because FILE.3 is no
- longer a link to SYSTEM_DATA_TYPES.7 and is not moved to
- manpages package.
- * Define --language=C option in dh_installman to avoid *.so suffix
- being interpreted as a translation.
- * Update list of files in d/move_links_to_correct_package and adjust
- to handle non-FHS directories and its manual pages.
- * Update copyright file.
- * Fix mismatched Lintian overrides.
+ * man*/*
+ ~ Fix groff warning in glob.7.
+ * d/POSIX-MANPAGES:
+ ~ Update posix manual pages packaging history in
+ d/POSIX-MANPAGES (Closes: #1016415).
+ *d/patches/*:
+ ~ Refresh patches for new upstream release.
+ * d/manpages(-dev)?.manpages:
+ ~ Rename from install files (*.install => *.manpages).
+ ~ Add new non-FHS dirs to manpages-dev.install: man3type,
+ man2type, man3head and man3const.
+ * d/rules:
+ ~ Run dh_installman before testing for broken links.
+ ~ Define --language=C option in dh_installman to avoid *.so
+ suffix being interpreted as a translation.
+ ~ Change destination of links pointing to non-FHS dirs
+ i.e. .so man3type/*.3type => .so man3/*.3type.
+ * d/move_links_to_correct_package:
+ ~ Update list of known files.
+ ~ Handle non-FHS directories and manual pages extensions.
+ * d/control:
+ because FILE.3 is no longer a link to SYSTEM_DATA_TYPES.7
+ and is not moved to manpages package.
+ ~ Update descriptions to reflect the fact that manpages
+ package also includes manual pages from
+ * d/LICENSES/*. Add missing licenses used in this package:
+ ~ GPL-1+
+ ~ BSD-2-clause
+ ~ Linux-man-pages-copyleft
+ * d/update-copyright:
+ ~ Search for "SPDX-License-Identifier: " string instead of
+ the previous "%%%LICENSE_START" to check the manual pages
+ license.
+ ~ Add missing licenses and their upstream names.
+ ~ Handle manual pages on non-FHS directories.
+ * d/copyright:
+ ~ Automatic update running d/update-copyright python script.
+ ~ Minor manual tweaks.
+ * d/manpages(-dev)?.lintian-overrides
+ ~ Fix mismatched overrides by fixing line numbering of
+ occurrences.
-- Marcos Fouces <marcos@debian.org> Fri, 21 Oct 2022 22:55:41 +0200