summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2009-08-15 21:45:20 +0200
committerRaphaël Hertzog <hertzog@debian.org>2009-08-15 22:03:16 +0200
commitef51c154b0c4d37c7c6726ce5b4e903397b76c26 (patch)
treee71d16ea023588116fba8032605ee929cc74dd74 /debian
parent126fcaac1eff9b5ae52e9ab80c158fd3aaf214d6 (diff)
downloaddpkg-ef51c154b0c4d37c7c6726ce5b4e903397b76c26.tar.gz
dpkg-architecture: finish support of DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
Enhanced cputable to describe the new columns. Let dpkg-dev depend on dpkg (>= 1.15.4) to ensure that we have an updated cputable (and so that a versioned build-dependency on dpkg-dev is enough to use this new feature). Document the new variables in the manual page dpkg-architecture(1).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 05b7af81c..6844105ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -61,6 +61,13 @@ dpkg (1.15.4) UNRELEASED; urgency=low
information if the version provided is older than the one already listed
in the available file. Thanks to Ian Jackson
<ian@davenant.greenend.org.uk> for the patch. Closes: #496114
+ * dpkg-architecture can now export DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
+ (pointer size and endianness):
+ - cputable (in dpkg) modified to contain those information
+ - dpkg-dev depends on dpkg (>= 1.15.4) to ensure that we have an updated
+ cputable (and so that a versioned build-dependency on dpkg-dev is enough
+ to use this new feature)
+ Closes: #531307
[ Modestas Vainius ]
* Provide a meaningful label for dpkg-gensymbols diff.
diff --git a/debian/control b/debian/control
index 611b5c69d..925a94942 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Package: dpkg-dev
Section: utils
Priority: optional
Architecture: all
-Depends: dpkg (>= 1.14.6), perl5, perl-modules, bzip2, lzma,
+Depends: dpkg (>= 1.15.4), perl5, perl-modules, bzip2, lzma,
patch (>= 2.2-1), make, binutils, libtimedate-perl
Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv
Suggests: debian-keyring, debian-maintainers