Your message dated Sun, 07 Jul 2019 18:08:27 +0000
with message-id <[email protected]>
and subject line Bug#929319: fixed in mkvtoolnix 35.0.0-1
has caused the Debian Bug report #929319,
regarding Move mkvtoolnix-gui.1 from package mkvtoolnix to mkvtoolnix-gui
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
929319: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929319
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mkvtoolnix
Severity: minor
Tags: patch

Hi,

The manpage of mkvtoolnix-gui is not provided by the package which
provides the binary of mkvtoolnix-gui. Currently, manpage of
mkvtoolnix-gui is provided by mkvtoolnix. I guess is should be better
to move the manpage to the package which provides the binary. Please
find attached a patch to do this (you will have to adapt Breaks and
Replaces according to the new version).

Best,
Dylan
From 500f99b99dac97932d24c42164ad63c3a2a8a468 Mon Sep 17 00:00:00 2001
From: Dylan Aïssi <[email protected]>
Date: Sat, 4 May 2019 09:34:07 +0200
Subject: [PATCH] Move mkvtoolnix-gui.1 from package mkvtoolnix to mkvtoolnix-gui

---
 debian/control                | 4 +++-
 debian/mkvtoolnix-gui.install | 2 ++
 debian/mkvtoolnix.install     | 9 ++++++++-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b5d3d766..172b40e8 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: debhelper-compat (= 12), libboost-math-dev, libboost-regex-dev,
 Package: mkvtoolnix
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: mkvtoolnix-gui (<< 31.0.0-2)
 Suggests: mkvtoolnix-gui
 Description: Set of command-line tools to work with Matroska files
  Matroska is a new multimedia container format, based on EBML (Extensible
@@ -30,7 +31,8 @@ Description: Set of command-line tools to work with Matroska files
 Package: mkvtoolnix-gui
 Architecture: any
 Depends: mkvtoolnix (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Replaces: mkvtoolnix (<= 4.6.0-1)
+Breaks: mkvtoolnix (<< 31.0.0-2)
+Replaces: mkvtoolnix (<< 31.0.0-2)
 Description: Set of tools to work with Matroska files - GUI frontend
  Matroska is a new multimedia container format, based on EBML (Extensible 
  Binary Meta Language), which is a kind of binary XML.
diff --git a/debian/mkvtoolnix-gui.install b/debian/mkvtoolnix-gui.install
index e9716086..179a142e 100644
--- a/debian/mkvtoolnix-gui.install
+++ b/debian/mkvtoolnix-gui.install
@@ -6,3 +6,5 @@ usr/share/mkvtoolnix/sounds/finished-2.ogg
 usr/share/mkvtoolnix/sounds/finished-3.ogg
 usr/share/mime/packages/org.bunkus.mkvtoolnix-gui.xml
 usr/share/metainfo/org.bunkus.mkvtoolnix-gui.appdata.xml
+usr/share/man/man1/mkvtoolnix-gui.1
+usr/share/man/*/man1/mkvtoolnix-gui.1
diff --git a/debian/mkvtoolnix.install b/debian/mkvtoolnix.install
index 65a94d5f..5c174d53 100644
--- a/debian/mkvtoolnix.install
+++ b/debian/mkvtoolnix.install
@@ -2,7 +2,14 @@ usr/bin/mkvmerge
 usr/bin/mkvinfo
 usr/bin/mkvextract
 usr/bin/mkvpropedit
-usr/share/man
+usr/share/man/man1/mkvextract.1
+usr/share/man/man1/mkvinfo.1
+usr/share/man/man1/mkvmerge.1
+usr/share/man/man1/mkvpropedit.1
+usr/share/man/*/man1/mkvextract.1
+usr/share/man/*/man1/mkvinfo.1
+usr/share/man/*/man1/mkvmerge.1
+usr/share/man/*/man1/mkvpropedit.1
 usr/share/locale
 usr/share/icons/hicolor/*/apps/mkvpropedit.png
 usr/share/icons/hicolor/*/apps/mkvextract.png
-- 
2.11.0


--- End Message ---
--- Begin Message ---
Source: mkvtoolnix
Source-Version: 35.0.0-1

We believe that the bug you reported is fixed in the latest version of
mkvtoolnix, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Marillat <[email protected]> (supplier of updated mkvtoolnix 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 03 Jul 2019 18:33:23 +0200
Source: mkvtoolnix
Binary: mkvtoolnix mkvtoolnix-dbgsym mkvtoolnix-gui mkvtoolnix-gui-dbgsym
Architecture: source amd64
Version: 35.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Christian Marillat <[email protected]>
Changed-By: Christian Marillat <[email protected]>
Description:
 mkvtoolnix - Set of command-line tools to work with Matroska files
 mkvtoolnix-gui - Set of tools to work with Matroska files - GUI frontend
Closes: 927236 929319
Changes:
 mkvtoolnix (35.0.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Move mkvtoolnix-gui manpages to mkvtoolnix-gui package (CLoses: #929319)
   * Build Depends on nlohmann-json3-dev (was nlohmann-json-dev) (Closes: 
#927236)
   * libmatroska-dev 1.5.0 is required
Checksums-Sha1:
 08c99bd15c2f19958cb36271f6f9c774c7af4345 2260 mkvtoolnix_35.0.0-1.dsc
 7f0f05afe5ec4542530aeb8fb9537309c3a75509 7297244 mkvtoolnix_35.0.0.orig.tar.xz
 64910fa5e2b0b2af507eef9703c4346c10e450e9 6752 mkvtoolnix_35.0.0-1.debian.tar.xz
 5fab425041423b88be085e016f28a6f03866ca58 123300904 
mkvtoolnix-dbgsym_35.0.0-1_amd64.deb
 e0ee6cd5718534695108135e4ecf711aeb16460f 51584376 
mkvtoolnix-gui-dbgsym_35.0.0-1_amd64.deb
 6081ef64635896edf01862ad07066d84e524e82a 2933804 
mkvtoolnix-gui_35.0.0-1_amd64.deb
 a38ea889273d05218efa8cda6153839f4bfd1942 14765 
mkvtoolnix_35.0.0-1_amd64.buildinfo
 aebe2020bf46787f58c5f30637249dd96129bdc3 3850936 mkvtoolnix_35.0.0-1_amd64.deb
Checksums-Sha256:
 d61e10d824085175bf3c8390137b85b563a3d5ed6162d0f4248d9bc6ff288d8a 2260 
mkvtoolnix_35.0.0-1.dsc
 5144e77ce0bd4653733bd07eed143870fb5cdcda31c5e943a3f22a069da4e6fd 7297244 
mkvtoolnix_35.0.0.orig.tar.xz
 4316999e147af7aaab7dff50835158f6669444e9b8f803ed94315da70cb2a394 6752 
mkvtoolnix_35.0.0-1.debian.tar.xz
 f17f0044b7fd3c3a44d03f2ebd6fea91f80c6c03980dcfdfcb6ccab07f7be90b 123300904 
mkvtoolnix-dbgsym_35.0.0-1_amd64.deb
 6cb66011f1dbfe05aa4d7a63b20537be98f310da0f1e1f18987943d83f2bb902 51584376 
mkvtoolnix-gui-dbgsym_35.0.0-1_amd64.deb
 2cb1db1c7e633ff66f1e8349ab7c0c7937b24f43c8719c2bc8004b643dbbe3a3 2933804 
mkvtoolnix-gui_35.0.0-1_amd64.deb
 9941b2b00f52576df0743283fc60f0ac761c83cc3ac715d9d6c1436a560c4815 14765 
mkvtoolnix_35.0.0-1_amd64.buildinfo
 6fdbef84b5e5e9c256e280e17a642f6ab776251c320e79b8591edcf5f1c85a91 3850936 
mkvtoolnix_35.0.0-1_amd64.deb
Files:
 bb9317cd4baa98a5063785d1c0ced363 2260 graphics optional mkvtoolnix_35.0.0-1.dsc
 915c728e7ba3fc5dd42110db5e89c703 7297244 graphics optional 
mkvtoolnix_35.0.0.orig.tar.xz
 1758643ffed6ad903057db3d9cf24a62 6752 graphics optional 
mkvtoolnix_35.0.0-1.debian.tar.xz
 795268192fa6f50f0666f100fd04b2f3 123300904 debug optional 
mkvtoolnix-dbgsym_35.0.0-1_amd64.deb
 952b4023a3af1f13411551b83c0dfb3d 51584376 debug optional 
mkvtoolnix-gui-dbgsym_35.0.0-1_amd64.deb
 3470b7541b46c10316e70b7eae935b9d 2933804 graphics optional 
mkvtoolnix-gui_35.0.0-1_amd64.deb
 3b097319637ad6f150abcd205737d416 14765 graphics optional 
mkvtoolnix_35.0.0-1_amd64.buildinfo
 fa384a41e263e803bc7cd4b42a3d4ede 3850936 graphics optional 
mkvtoolnix_35.0.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEpAH/mTaPofmBUt51XICMK2VVgRcFAl0iMqkACgkQXICMK2VV
gRfxKhAAj+Wlfe3Dq0F+RPTjH5FnTYaxcUs0jRoFnf8BMBMnzxShXgfporhc1SuA
4XPhf8kvC/6bBWPJW018nzA3QdnOqZgKbVzPVKbw5w20mY8J+Hy24kNaWoRcq74A
zuktm1IapJ9mcSyPvkXaRulHLnh95Vxkpf2uEYl18az+xxqOF852uFFR68os+cZb
0S/2qNQYqVqvI/+R2TQgzxvYmRwo7S21EiGN8GzbltkovHCBOZ1Oku3SeziCPv2n
gkeJlcEjmVXB4nEioD9Um7LwlTVQYdUGwtRQvLn0xvt8Cd/yq89KaMOS7C55M89q
T//1sAODhtZMCJH01gYGgwhF+1TwNSlfISTFLaARiqn7nwrIgOcBq2CJiaMUXMDk
TsH8gWwAO/6ZIZMTLjLriFH+EP5SbUoyTGz17wGMmzojBryGNZHIkplsytO+dyQK
vII3U1dCzmr2q31nUtdIM9R88W7dTEuG4ht2dlGIF0SshfqaX3CmhstAixxThPzC
xUvnDMBxQw1amfxFwh1yyVPPpW0Hff5s7TyoqTcU7Us9oldb+NC/IvjvmFqJ3/qN
4UU0MsVQs5TqzcDXsIJ//QHAez2gxRkjcPVTybo/Gv+C2PghuKlj0AJ1GMh5j/Pi
OHBLBpRh/jEXOBBTUT8RTtwLT8n4+Njn86FXZCLaL9xLM7cUJcg=
=OQU4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to