diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-03-17 16:43:29 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-03-17 16:43:29 -0400 |
commit | 707ea040421f1fbdfed19254ec4683bdeb28a117 (patch) | |
tree | 94acfe85a77f539f685c7e678b590c7b675ab4c0 /debian | |
parent | 0acec1b0c954d8a466b9172d932702ca225f832b (diff) |
urweb: Pre-Depend on ${misc:Pre-Depends}
urweb installs data into /usr/lib/${DEB_HOST_MULTIARCH}, so it needs to
Pre-Depend on this.
Thanks to Anders Kaseorg <andersk@mit.edu> for pointing this out to me.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 7557f17b..240bf8d6 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Homepage: http://impredicative.com/ur/ Package: urweb Architecture: any Multi-Arch: foreign +Pre-Depends: ${misc:Pre-Depends} Depends: libmysqlclient-dev, libpq-dev, |