[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#584743: Add powerpcspe to architecture list



Package: lintian
Version: 2.4.1ubuntu1
Severity: minor
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch maverick

        Hi

 While using type-handling in one of my packages, the "powerpcspe"
 architecture was added resulting in a lintian error.

 The attached patch updates the list of architectures in lintian,
 splitting the "all" and "any" architectures on top to allow replacing
 the bottom list with `dpkg-architecture -L` output (| sort).

    Thanks
-- 
Loïc Minier
>From 2571572b40916bef810d659041c6341fb84e6115 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Minier?= <lool@dooz.org>
Date: Sun, 6 Jun 2010 10:59:47 +0200
Subject: [PATCH] Update architecture list to add poewrpcspe

---
 data/fields/architectures |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/data/fields/architectures b/data/fields/architectures
index a486731..704dac8 100644
--- a/data/fields/architectures
+++ b/data/fields/architectures
@@ -1,11 +1,13 @@
 # List of known architectures as provided by dpkg-architecture
 # Last updated: 2010-03-21
-# With: Debian dpkg-architecture version 1.15.6.
+# With: Debian dpkg-architecture version 1.15.7.2.
 
+# special architecture names
 all
+any
+# actual architectures, output of dpkg-architecture -L
 alpha
 amd64
-any
 arm
 armeb
 armel
@@ -195,6 +197,7 @@ openbsd-sh4eb
 openbsd-sparc
 openbsd-sparc64
 powerpc
+powerpcspe
 ppc64
 s390
 s390x
-- 
1.7.0.4


Reply to: