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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc2-2-gc2b0a49



The following commit has been merged in the master branch:
commit c2b0a49ae75fbbad67e4ee3e2b7edf362987fa8c
Author: Loïc Minier <lool@dooz.org>
Date:   Thu Apr 7 19:01:13 2011 +0200

    Added support for armhf and refreshed architecture data
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/binaries b/checks/binaries
index 4325465..eda994a 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -39,6 +39,7 @@ our %ARCH_REGEX = (
 	'arm'            => qr'ELF 32-bit LSB .* ARM, version \d,',
 	'armeb'          => qr'ELF 32-bit MSB .* ARM',
 	'armel'          => qr'ELF 32-bit LSB .* ARM, .* \(SYSV\)',
+	'armhf'          => qr'ELF 32-bit LSB .* ARM, .* \(SYSV\)',
 #	'avr32'          => qr'ELF 32-bit MSB .* \(SYSV\)',
 	'hppa'           => qr'ELF 32-bit MSB .* PA-RISC',
 	'hppa64'         => qr'ELF 64-bit MSB .* PA-RISC',
diff --git a/data/fields/architectures b/data/fields/architectures
index 04e55da..60ebf11 100644
--- a/data/fields/architectures
+++ b/data/fields/architectures
@@ -1,6 +1,6 @@
 # List of known architectures as provided by dpkg-architecture
-# Last updated: 2011-02-19
-# With: Debian dpkg-architecture version 1.15.8.10.
+# Last updated: 2011-04-07
+# With: Debian dpkg-architecture version 1.16.0.1.
 
 all
 alpha
@@ -9,6 +9,7 @@ any
 arm
 armeb
 armel
+armhf
 avr32
 darwin-alpha
 darwin-amd64
diff --git a/data/files/triplets b/data/files/triplets
index a1a0be0..39d573f 100644
--- a/data/files/triplets
+++ b/data/files/triplets
@@ -1,7 +1,7 @@
 # List of "triplet architecture" relationships as provided by
 # dpkg-architecture
-# Last updated: 2011-02-19
-# With: Debian dpkg-architecture version 1.15.8.10.
+# Last updated: 2011-04-07
+# With: Debian dpkg-architecture version 1.16.0.1.
 
 alpha-darwin darwin-alpha
 alpha-freebsd freebsd-alpha
@@ -23,6 +23,7 @@ arm-knetbsd-gnu knetbsd-arm
 arm-kopensolaris-gnu kopensolaris-arm
 arm-linux-gnu arm
 arm-linux-gnueabi armel
+arm-linux-gnueabihf armhf
 arm-linux-uclibc uclibc-linux-arm
 arm-linux-uclibceabi uclibc-linux-armel
 arm-netbsd netbsd-arm
diff --git a/debian/changelog b/debian/changelog
index 19d7ecb..ad2c9e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+lintian (2.5.0~rc3) UNRELEASED; urgency=low
+
+  * checks/binaries:
+    + [NT] Accepted patch from Loïc Minier to support the armhf
+      architecture.  (Closes: #618587)
+
+  * data/fields/architectures:
+    + [NT] Updated to include armhf.
+  * data/files/triplets:
+    + [NT] Updated to include armhf triplet.
+
+ -- Niels Thykier <niels@thykier.net>  Thu, 07 Apr 2011 19:00:59 +0200
+
 lintian (2.5.0~rc2) unstable; urgency=low
 
   Uploading to unstable.

-- 
Debian package checker


Reply to: