Package: dpkg-dev
Version: 1.15.3.1
Severity: minor
Tags: patch

Hi,

I recently added a symbols file for libX11, and since it has some
symbols specific to 64bit arches I copied the example given for that in
dpkg-gensymbols(1), only to figure out a few days later I was missing
kfreebsd-amd64 :)

Cheers,
Julien

From: Julien Cristau <[email protected]>
Date: Fri, 7 Aug 2009 17:49:30 +0200
Subject: [PATCH] dpkg-gensymbols.man: add kfreebsd-amd64 to the "64bit arches" 
symbol example

This makes it less likely that this arch will be forgotten when
maintainers copy/paste from the example.

Signed-off-by: Julien Cristau <[email protected]>
---
 man/dpkg-gensymbols.1 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/dpkg-gensymbols.1 b/man/dpkg-gensymbols.1
index 87a7ba4..fd6952d 100644
--- a/man/dpkg-gensymbols.1
+++ b/man/dpkg-gensymbols.1
@@ -144,10 +144,10 @@ in template mode.
 The format of \fIarchitecture list\fR is the same as the one used in the
 \fIBuild-Depends\fR field of \fIdebian/control\fR (except the enclosing
 square brackets []). For example, the first symbol from the list below
-will be considered only on alpha, amd64 and ia64 architectures while the
-second one anywhere except on armel.
+will be considered only on alpha, amd64, kfreebsd-amd64 and ia64 architectures
+while the second one anywhere except on armel.
 
- (arch=alpha amd64 ia64)a_64bit_specific_sym...@base 1.0
+ (arch=alpha amd64 kfreebsd-amd64 ia64)a_64bit_specific_sym...@base 1.0
  (arch=!armel)symbol_armel_does_not_h...@base 1.0
 .TP
 .B ignore\-blacklist
-- 
1.6.3.3





-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to