diff options
author | Guillem Jover <guillem@debian.org> | 2011-08-14 22:45:20 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2011-08-20 14:46:24 +0200 |
commit | ffc6888c5721e5e4451d8135827936fca761b157 (patch) | |
tree | 3eaf9808ca4a64662512afd44a050c7cf692575c | |
parent | 187025628d46bd737bd22242b857ae91e6922103 (diff) | |
download | dpkg-ffc6888c5721e5e4451d8135827936fca761b157.tar.gz |
deb-src-control(5): Use linux-any in example control stanza
Instead of using the negated list of not supported architectures, just
use the positive form, which should be considered current best practice.
-rw-r--r-- | man/deb-src-control.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/deb-src-control.5 b/man/deb-src-control.5 index 6fc32f944..76e2f9ebc 100644 --- a/man/deb-src-control.5 +++ b/man/deb-src-control.5 @@ -300,7 +300,7 @@ Vcs\-Browser: http://git.debian.org/?p=dpkg/dpkg.git Vcs\-Git: git://git.debian.org/git/dpkg/dpkg.git Standards\-Version: 3.7.3 Build\-Depends: pkg\-config, debhelper (>= 4.1.81), - libselinux1\-dev (>= 1.28\-4) [!hurd\-i386 !kfreebsd\-i386 !kfreebsd\-amd64] + libselinux1\-dev (>= 1.28\-4) [!linux\-any] Package: dpkg\-dev Section: utils |