The following commit has been merged in the master branch:
commit d31094b551ec0e7eea5e389f6791ff835eab6760
Author: Julien Cristau <[email protected]>
Date: Fri Aug 7 17:49:30 2009 +0200
dpkg-gensymbols(1): 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.
diff --git a/debian/changelog b/debian/changelog
index f034bda..a3e10c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,8 @@ dpkg (1.15.4) UNRELEASED; urgency=low
be installed due to a conflicting file instead of quoting the master link.
* Add support for extra override file in dpkg-scanpackages. Thanks to Robert
Millan for the patch. Closes: #537559
+ * Update sample in dpkg-gensymbols(1) to give an accurate listing of
+ 64 bit arches. Thanks to Julien Cristau for the patch. Closes: #540382
[ Modestas Vainius ]
* Provide a meaningful label for dpkg-gensymbols diff.
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
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]