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

[tex-common] 01/01: use texlive-base:all in dpkg-query (Closes: #865300)



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

preining pushed a commit to branch master
in repository tex-common.

commit 90292c50d2249afdfd74623d41b290c54166425c
Author: Norbert Preining <preining@debian.org>
Date:   Tue Jun 20 21:46:36 2017 +0900

    use texlive-base:all in dpkg-query (Closes: #865300)
---
 debian/changelog        | 7 +++++++
 scripts/update-language | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d8a9668..59f1a95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tex-common (6.07) UNRELEASED; urgency=medium
+
+  * use texlive-base:all in dpkg query, to make sure no rogue :ARCH
+    package interferes with the output (Closes: #865300)
+
+ -- Norbert Preining <preining@debian.org>  Tue, 20 Jun 2017 21:45:54 +0900
+
 tex-common (6.06) unstable; urgency=medium
 
   * add mfluajit to the no-error-if-no-engine args as with upstream
diff --git a/scripts/update-language b/scripts/update-language
index bdf0194..901e0e8 100755
--- a/scripts/update-language
+++ b/scripts/update-language
@@ -101,7 +101,7 @@ sub main {
   }
 
   # if texlive-base is not properly installed, we do nothing
-  my $stat = `dpkg-query -W -f=\'\${Status}\' texlive-base 2>/dev/null`;
+  my $stat = `dpkg-query -W -f=\'\${Status}\' texlive-base:all 2>/dev/null`;
   if ($stat ne "install ok installed") {
     printf "$progname: texlive-base not installed and configured, doing nothing!\n";
     exit 0;

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


Reply to: