diff options
author | Frank Lichtenheld <djpig@debian.org> | 2006-05-19 21:54:22 +0000 |
---|---|---|
committer | Frank Lichtenheld <djpig@debian.org> | 2006-05-19 21:54:22 +0000 |
commit | 67ab4215102e480cabc80322669845933019a2e4 (patch) | |
tree | 4225ca89bf66fae3b9a0e4da6e4810625576f38f /lib | |
parent | 81242df279d31cd7025a4487b9370b95a070cccd (diff) | |
download | dpkg-67ab4215102e480cabc80322669845933019a2e4.tar.gz |
Update archtable to reflect current archive: Add amd64 and remove
sh. Closes: #367329
Diffstat (limited to 'lib')
-rw-r--r-- | lib/database.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/database.c b/lib/database.c index 61e02baf0..49013b7cb 100644 --- a/lib/database.c +++ b/lib/database.c @@ -110,7 +110,6 @@ int informative(struct pkginfo *pkg, struct pkginfoperfile *info) { nes(info->bugs) || nes(info->installedsize) || nes(info->source) || - nes(info->architecture) || informativeversion(&info->version) || info->conffiles || info->arbs) return 1; |