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

[texlive-nonbin] 01/01: set all packages to M-A: foreign (Closes: #792281)



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

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

commit 0e25456131c5919b3b3a2febba35e342b9122707
Author: Norbert Preining <preining@debian.org>
Date:   Sun Sep 20 11:01:54 2015 +0900

    set all packages to M-A: foreign (Closes: #792281)
---
 texlive-base/debian/changelog  | 6 ++++++
 texlive-extra/debian/changelog | 6 ++++++
 texlive-lang/debian/changelog  | 6 ++++++
 tpm2deb-source.pl              | 3 +++
 4 files changed, 21 insertions(+)

diff --git a/texlive-base/debian/changelog b/texlive-base/debian/changelog
index ea56352..84e46ad 100644
--- a/texlive-base/debian/changelog
+++ b/texlive-base/debian/changelog
@@ -1,3 +1,9 @@
+texlive-base (2015.20150917-2) UNRELEASED; urgency=medium
+
+  * set all packages to M-A: foreign (Closes: #792281)
+
+ -- Norbert Preining <preining@debian.org>  Sun, 20 Sep 2015 11:01:13 +0900
+
 texlive-base (2015.20150917-1) unstable; urgency=medium
 
   * new upstream checkout
diff --git a/texlive-extra/debian/changelog b/texlive-extra/debian/changelog
index d7d1bc5..b5be697 100644
--- a/texlive-extra/debian/changelog
+++ b/texlive-extra/debian/changelog
@@ -1,3 +1,9 @@
+texlive-extra (2015.20150917-2) UNRELEASED; urgency=medium
+
+  * set all packages to M-A: foreign
+
+ -- Norbert Preining <preining@debian.org>  Sun, 20 Sep 2015 11:01:40 +0900
+
 texlive-extra (2015.20150917-1) unstable; urgency=medium
 
   * new upstream checkout
diff --git a/texlive-lang/debian/changelog b/texlive-lang/debian/changelog
index 36663a5..6340c09 100644
--- a/texlive-lang/debian/changelog
+++ b/texlive-lang/debian/changelog
@@ -1,3 +1,9 @@
+texlive-lang (2015.20150917-2) UNRELEASED; urgency=medium
+
+  * set all packages to M-A: foreign
+
+ -- Norbert Preining <preining@debian.org>  Sun, 20 Sep 2015 11:01:42 +0900
+
 texlive-lang (2015.20150917-1) unstable; urgency=medium
 
   * new upstream checkout
diff --git a/tpm2deb-source.pl b/tpm2deb-source.pl
index 3f2f309..3aa5586 100755
--- a/tpm2deb-source.pl
+++ b/tpm2deb-source.pl
@@ -570,6 +570,9 @@ sub make_deb_control {
 			print CONTROL "Priority: $TeXLive{$type_of_package}{$pkg}{'priority'}\n";
 		}
 		print CONTROL "Architecture: $arch\n";
+		# Multi-arch setup, see discussion at bug #792281
+		print CONTROL "Multi-Arch: foreign\n";
+		#
 		my @AllDepends = @{$TeXLive{$type_of_package}{$pkg}{'depends'}};
 		# in case that we have binaries included we add the dep
 		# onto texlive-bin-$source

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


Reply to: