diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-03-10 21:29:36 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-03-10 21:29:36 -0400 |
commit | b29f23f2d2f2dd587eccb9c84a77501dc9746adb (patch) | |
tree | 48044ce1d4344a402f59f210bc55a430342c8b07 | |
parent | 0b41174f71cc088da5eee811874dd993fcf244c4 (diff) |
Fix Recommends priority
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 73b6e2d1..dbf82349 100644 --- a/debian/control +++ b/debian/control @@ -124,7 +124,7 @@ Section: doc Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} -Recommends: pdf-viewer | xpdf +Recommends: xpdf | pdf-viewer Description: Ur/Web reference manual Ur is a pure, functional, statically typed, strict programming language in the tradition of ML and Haskell; however, it features a significantly richer type |