summaryrefslogtreecommitdiff
path: root/p/frown/debian
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2015-08-03 19:53:03 +0200
committerHelmut Grohne <helmut@subdivi.de>2015-08-03 19:53:03 +0200
commit290bf8e427e85d219aca41a3816df9ebf7a2178d (patch)
treeea2d8a77e8080dea501d1c420a0957c6a0f09717 /p/frown/debian
parent45da7acc738cd4f4164ef9621260a4b9c6e3efda (diff)
downloadDHG_packages-290bf8e427e85d219aca41a3816df9ebf7a2178d.tar.gz
mark 7 command line packages as Multi-Arch:foreign
Diffstat (limited to 'p/frown/debian')
-rw-r--r--p/frown/debian/changelog6
-rw-r--r--p/frown/debian/control1
2 files changed, 7 insertions, 0 deletions
diff --git a/p/frown/debian/changelog b/p/frown/debian/changelog
index 391a7ce36..f0aa76361 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@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 9bebbe961..6344c1330 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)