summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-03-10 21:20:17 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-03-10 21:20:17 -0400
commit0b41174f71cc088da5eee811874dd993fcf244c4 (patch)
tree28554d148b13aab21fba609508989f73d6c446aa /debian/control
parentc29d132351cbb720d8bb0b5edfb72813e4fa51d4 (diff)
Make multiarch aware
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index ea3cd277..73b6e2d1 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Homepage: http://impredicative.com/ur/
Package: urweb
Architecture: any
+Multi-Arch: foreign
Depends:
liburweb0,
liburweb-cgi0,
@@ -41,6 +42,8 @@ Description: purely functional language for web programming
Package: liburweb0
Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests:
liburweb-cgi0,
@@ -60,6 +63,8 @@ Description: urweb runtime system
Package: liburweb-cgi0
Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: urweb CGI backend
Ur is a pure, functional, statically typed, strict programming language in the
@@ -72,6 +77,8 @@ Description: urweb CGI backend
Package: liburweb-fastcgi0
Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: urweb FastCGI backend
Ur is a pure, functional, statically typed, strict programming language in the
@@ -84,6 +91,8 @@ Description: urweb FastCGI backend
Package: liburweb-http0
Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: urweb standalone backend
Ur is a pure, functional, statically typed, strict programming language in the
@@ -97,6 +106,8 @@ Description: urweb standalone backend
Package: liburweb-static0
Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: urweb static backend
Ur is a pure, functional, statically typed, strict programming language in the
@@ -111,6 +122,7 @@ Description: urweb static backend
Package: urweb-doc
Section: doc
Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: pdf-viewer | xpdf
Description: Ur/Web reference manual