summaryrefslogtreecommitdiffstats
path: root/debian/move_links_to_correct_package
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:41:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:41:09 +0000
commitb1edd6eeb0d1eec24d6731b3dbd4787bffca16b0 (patch)
treea8378c144967c4adc70d5af92baa0f163e5428d1 /debian/move_links_to_correct_package
parentMerging upstream version 6.7. (diff)
downloadmanpages-b1edd6eeb0d1eec24d6731b3dbd4787bffca16b0.tar.xz
manpages-b1edd6eeb0d1eec24d6731b3dbd4787bffca16b0.zip
Adding debian version 6.7-1.debian/6.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/move_links_to_correct_package')
-rw-r--r--debian/move_links_to_correct_package3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/move_links_to_correct_package b/debian/move_links_to_correct_package
index 1503f48..0d98df9 100644
--- a/debian/move_links_to_correct_package
+++ b/debian/move_links_to_correct_package
@@ -26,7 +26,8 @@ check_breaks_replaces () {
man3type/sigevent.3type
man3type/sigval.3type
man3type/siginfo_t.3type
- man3/const/EXIT_FAILURE.3const"
+ man3const/EXIT_FAILURE.3const
+ man7/sigevent.7"
file_is_known="no"
for file in $known_files; do
if [ "x$1" = "x$file" ]; then