summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-08-05 10:26:02 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-09-05 10:33:53 +0200
commit3c45899e543af4f571c24f6fc231e3cf7eebcdce (patch)
tree6c46b1b0a6b10e6490e8f862f43f752e791ba3e3 /debian/control
parentca53659030c3c8f3f0ec37b98c84a8ed7f4bac69 (diff)
Import Debian changes 1.3-5
9mount (1.3-5) unstable; urgency=low * Minimalizing rules file. * Sorting depends. * Adding misc depends.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 60c2b87..17fcbee 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Git: git://git.debian.net/git/debian/9mount.git
Package: 9mount
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: plan9 filesystem (v9fs) user mount utilities
9mount is a set of SUID mounting tools for use with v9fs to help cope with
linux's poor mount support.
@@ -23,7 +23,7 @@ Package: 9mount-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: 9mount (= ${binary:Version})
+Depends: ${misc:Depends}, 9mount (= ${binary:Version})
Description: plan9 filesystem (v9fs) user mount utilities (debug)
9mount is a set of SUID mounting tools for use with v9fs to help cope with
linux's poor mount support.