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

[texlive-nonbin] 01/01: fix wrong direction of file move directive (Closes: #866108)



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

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

commit 7a379da90f03b67a0e278e571f3f8bd9a0cc07f1
Author: Norbert Preining <preining@debian.org>
Date:   Tue Jun 27 23:03:45 2017 +0900

    fix wrong direction of file move directive (Closes: #866108)
---
 all/debian/tpm2debcommon.pm    | 4 ++--
 texlive-extra/debian/changelog | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/all/debian/tpm2debcommon.pm b/all/debian/tpm2debcommon.pm
index 005c3a1..ebbe4d0 100755
--- a/all/debian/tpm2debcommon.pm
+++ b/all/debian/tpm2debcommon.pm
@@ -611,9 +611,9 @@ sub read_one_config_file {
 			# in A: breaks B (<< V)
 			# in B: breaks A (<< V)
 			#       replaces A (<< V)
-			$Config{'breaks'}{$a} = [ @{$Config{'breaks'}{$a}}, "$b (<< $v)" ];
-			$Config{'replaces'}{$a} = [ @{$Config{'replaces'}{$a}}, "$b (<< $v)" ];
 			$Config{'breaks'}{$b} = [ @{$Config{'breaks'}{$b}}, "$a (<< $v)" ];
+			$Config{'replaces'}{$b} = [ @{$Config{'replaces'}{$b}}, "$a (<< $v)" ];
+			$Config{'breaks'}{$a} = [ @{$Config{'breaks'}{$a}}, "$b (<< $v)" ];
 			next;
 		}
 		if ($type eq "execute") {
diff --git a/texlive-extra/debian/changelog b/texlive-extra/debian/changelog
index a269039..33566b0 100644
--- a/texlive-extra/debian/changelog
+++ b/texlive-extra/debian/changelog
@@ -1,3 +1,9 @@
+texlive-extra (2017.20170627-2) UNRELEASED; urgency=medium
+
+  * fix wrong direction of file move directive (Closes: #866108)
+
+ -- Norbert Preining <preining@debian.org>  Tue, 27 Jun 2017 23:03:04 +0900
+
 texlive-extra (2017.20170627-1) unstable; urgency=medium
 
   * new upstream checkout

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


Reply to: