[DHG_packages] 01/01: mark 7 command line packages as Multi-Arch:foreign

Helmut Grohne helmutg at moszumanska.debian.org
Tue Aug 4 12:39:57 UTC 2015


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

helmutg pushed a commit to branch master
in repository DHG_packages.

commit 290bf8e427e85d219aca41a3816df9ebf7a2178d
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Mon Aug 3 19:53:03 2015 +0200

    mark 7 command line packages as Multi-Arch:foreign
---
 p/alex/debian/changelog            | 6 ++++++
 p/alex/debian/control              | 1 +
 p/darcs/debian/changelog           | 6 ++++++
 p/darcs/debian/control             | 1 +
 p/frown/debian/changelog           | 6 ++++++
 p/frown/debian/control             | 1 +
 p/haskell-hledger/debian/changelog | 6 ++++++
 p/haskell-hledger/debian/control   | 1 +
 p/hasktags/debian/changelog        | 6 ++++++
 p/hasktags/debian/control          | 1 +
 p/lhs2tex/debian/changelog         | 6 ++++++
 p/lhs2tex/debian/control           | 1 +
 p/shellcheck/debian/changelog      | 6 ++++++
 p/shellcheck/debian/control        | 1 +
 14 files changed, 49 insertions(+)

diff --git a/p/alex/debian/changelog b/p/alex/debian/changelog
index 3f42462..477b1a6 100644
--- a/p/alex/debian/changelog
+++ b/p/alex/debian/changelog
@@ -1,3 +1,9 @@
+alex (3.1.4-2.1) UNRELEASED; urgency=medium
+
+  * Mark alex as Multi-Arch:foreign.
+
+ -- Helmut Grohne <helmut at subdivi.de>  Mon, 03 Aug 2015 19:46:21 +0200
+
 alex (3.1.4-2) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/alex/debian/control b/p/alex/debian/control
index 812ef81..9a3e955 100644
--- a/p/alex/debian/control
+++ b/p/alex/debian/control
@@ -25,6 +25,7 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/alex
 Package: alex
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: foreign
 Description: lexical analyser generator for Haskell
  Alex is a tool for generating lexical analysers in Haskell, given a
  description of the tokens to be recognised in the form of regular
diff --git a/p/darcs/debian/changelog b/p/darcs/debian/changelog
index 9544c2b..763d432 100644
--- a/p/darcs/debian/changelog
+++ b/p/darcs/debian/changelog
@@ -1,3 +1,9 @@
+darcs (2.10.1-3.1) UNRELEASED; urgency=medium
+
+  * Mark darcs as Multi-Arch:foreign.
+
+ -- Helmut Grohne <helmut at subdivi.de>  Mon, 03 Aug 2015 19:50:35 +0200
+
 darcs (2.10.1-3) unstable; urgency=medium
 
   * Try to improve powerpc patch 
diff --git a/p/darcs/debian/control b/p/darcs/debian/control
index 9e898e0..7aa1933 100644
--- a/p/darcs/debian/control
+++ b/p/darcs/debian/control
@@ -61,6 +61,7 @@ Section: vcs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: default-mta | mail-transport-agent
+Multi-Arch: foreign
 Description: distributed, interactive, smart revision control system
  Darcs is a free, open source revision control system.  It is:
  .
diff --git a/p/frown/debian/changelog b/p/frown/debian/changelog
index 391a7ce..f0aa763 100644
--- a/p/frown/debian/changelog
+++ b/p/frown/debian/changelog
@@ -1,3 +1,9 @@
+frown (0.6.1-14.1) UNRELEASED; urgency=medium
+
+  * Mark frown as Multi-Arch:foreign.
+
+ -- Helmut Grohne <helmut at subdivi.de>  Mon, 03 Aug 2015 19:48:48 +0200
+
 frown (0.6.1-14) unstable; urgency=low
 
   * s/^ ,$/^ .$/ in description (Closes: #675088, #675084)
diff --git a/p/frown/debian/control b/p/frown/debian/control
index 9bebbe9..6344c13 100644
--- a/p/frown/debian/control
+++ b/p/frown/debian/control
@@ -14,6 +14,7 @@ Package: frown
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: frown-doc (= ${source:Version})
+Multi-Arch: foreign
 Description: LALR(k) parser generator for Haskell 98
  Frown is inspired by the parser generator Happy and uses a syntax
  quite simular as the syntax used by Happy. Happy only handles LALR(1)
diff --git a/p/haskell-hledger/debian/changelog b/p/haskell-hledger/debian/changelog
index 8c4b151..dec4880 100644
--- a/p/haskell-hledger/debian/changelog
+++ b/p/haskell-hledger/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hledger (0.24.1-1.1) UNRELEASED; urgency=medium
+
+  * Mark hledger as Multi-Arch:foreign.
+
+ -- Helmut Grohne <helmut at subdivi.de>  Mon, 03 Aug 2015 19:50:07 +0200
+
 haskell-hledger (0.24.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hledger/debian/control b/p/haskell-hledger/debian/control
index 1a0cf4a..ce9952a 100644
--- a/p/haskell-hledger/debian/control
+++ b/p/haskell-hledger/debian/control
@@ -76,6 +76,7 @@ Depends: ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
+Multi-Arch: foreign
 Description: command-line double-entry accounting program
  hledger is a Haskell port and friendly fork of John Wiegley's ledger
  accounting tool. This package provides the main hledger command-line
diff --git a/p/hasktags/debian/changelog b/p/hasktags/debian/changelog
index 12da857..446a119 100644
--- a/p/hasktags/debian/changelog
+++ b/p/hasktags/debian/changelog
@@ -1,3 +1,9 @@
+hasktags (0.69.0-4.1) UNRELEASED; urgency=medium
+
+  * Mark hasktags as Multi-Arch:foreign.
+
+ -- Helmut Grohne <helmut at subdivi.de>  Mon, 03 Aug 2015 19:45:11 +0200
+
 hasktags (0.69.0-4) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/hasktags/debian/control b/p/hasktags/debian/control
index b6b6abc..99b66de 100644
--- a/p/hasktags/debian/control
+++ b/p/hasktags/debian/control
@@ -21,6 +21,7 @@ Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
   , ${misc:Depends}
+Multi-Arch: foreign
 Description: Producer of ctags "tags" and etags "TAGS" files for Haskell programs
  This package provides the hasktags program, which provides ctags "tags" and
  etags "TAGS" files for Haskell programs.
diff --git a/p/lhs2tex/debian/changelog b/p/lhs2tex/debian/changelog
index 0465c0e..d699f45 100644
--- a/p/lhs2tex/debian/changelog
+++ b/p/lhs2tex/debian/changelog
@@ -1,3 +1,9 @@
+lhs2tex (1.19-1.1) UNRELEASED; urgency=medium
+
+  * Mark lhs2tex as Multi-Arch: foreign.
+
+ -- Helmut Grohne <helmut at subdivi.de>  Mon, 03 Aug 2015 19:51:28 +0200
+
 lhs2tex (1.19-1) unstable; urgency=low
 
   * Adjust watch file to new hackage layout
diff --git a/p/lhs2tex/debian/control b/p/lhs2tex/debian/control
index 414deba..a2479ce 100644
--- a/p/lhs2tex/debian/control
+++ b/p/lhs2tex/debian/control
@@ -25,6 +25,7 @@ Depends:
  texlive-latex-base,
  texlive-latex-base,
  texlive-math-extra
+Multi-Arch: foreign
 Description: Generates LaTeX code from literate Haskell sources
  lhs2TeX includes the following features:
  .
diff --git a/p/shellcheck/debian/changelog b/p/shellcheck/debian/changelog
index f2308a6..9038649 100644
--- a/p/shellcheck/debian/changelog
+++ b/p/shellcheck/debian/changelog
@@ -1,3 +1,9 @@
+shellcheck (0.3.7-2) UNRELEASED; urgency=medium
+
+  * Mark shellcheck as Multi-Arch:foreign.
+
+ -- Helmut Grohne <helmut at subdivi.de>  Mon, 03 Aug 2015 19:39:55 +0200
+
 shellcheck (0.3.7-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/p/shellcheck/debian/control b/p/shellcheck/debian/control
index 0e7d1da..107e6ba 100644
--- a/p/shellcheck/debian/control
+++ b/p/shellcheck/debian/control
@@ -21,6 +21,7 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/shellche
 Package: shellcheck
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: foreign
 Description: lint tool for shell scripts
  The goals of ShellCheck are:
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list