[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 05/07: only suggest -doc packages



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texlive-nonbin.

commit 6616c903519d522849e12b1a02743c619f877fe7
Author: Norbert Preining <preining@debian.org>
Date:   Fri Jan 5 14:01:45 2018 +0900

    only suggest -doc packages
---
 all/debian/tpm2debcommon.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/all/debian/tpm2debcommon.pm b/all/debian/tpm2debcommon.pm
index 82ccd91..48c75d8 100755
--- a/all/debian/tpm2debcommon.pm
+++ b/all/debian/tpm2debcommon.pm
@@ -286,7 +286,9 @@ sub build_data_hash {
 				  "texlive-base (>= $TeXLive{'all'}{'tl_common_version'})" 
 				];
 			# add a recommends for the normal package on the doc pkg.
-			$TeXLive{'binary'}{$bin_pkg}{'recommends'} = [ @{$TeXLive{'binary'}{$bin_pkg}{'recommends'}}, "$bin_pkg-doc" ];
+            # NP 20180105 switch to suggests
+			$TeXLive{'binary'}{$bin_pkg}{'suggests'} = [ @{$TeXLive{'binary'}{$bin_pkg}{'suggests'}}, "$bin_pkg-doc" ];
+			$TeXLive{'binary'}{$bin_pkg}{'suggests'} = [ @{$TeXLive{'binary'}{$bin_pkg}{'suggests'}}, "$bin_pkg-doc" ];
 			# add source mapping
 			my $srcpkg = $TeXLive{'binary'}{$bin_pkg}{'source_package'};
 			$TeXLive{'source'}{$srcpkg}{'binary_packages'} = [ @{$TeXLive{'source'}{$srcpkg}{'binary_packages'}}, $doc_pkg ];

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: