diff options
author | Loïc Minier <lool@dooz.org> | 2007-05-28 17:10:05 +0200 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2007-05-28 17:10:05 +0200 |
commit | 5c0628653fb9bdd6e4216f8ad21c20964b2237d6 (patch) | |
tree | cce39a5d19dfeda56562b67769845c86ec72b265 | |
parent | 7f980f6b2d0f3b338251605bc38eb6531b0a66fa (diff) | |
download | pbuilder-5c0628653fb9bdd6e4216f8ad21c20964b2237d6.tar pbuilder-5c0628653fb9bdd6e4216f8ad21c20964b2237d6.tar.gz |
List amd64 in pbuilder-uml's Architectures; thanks Mattia Dongili.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2007-05-28 Loic Minier <lool@dooz.org> + + * debian/control: list amd64 in pbuilder-uml's Architectures; thanks + Mattia Dongili. + 2007-05-28 Junichi Uekawa <dancer@debian.org> * examples/C10shell: diff --git a/debian/changelog b/debian/changelog index 6db79e8..29897d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ pbuilder (0.169) UNRELEASED; urgency=low - * + * List amd64 in pbuilder-uml's Architectures; thanks Mattia Dongili. - -- Junichi Uekawa <dancer@debian.org> Mon, 28 May 2007 23:01:51 +0900 + -- Loic Minier <lool@dooz.org> Mon, 28 May 2007 17:08:42 +0200 pbuilder (0.168) unstable; urgency=low diff --git a/debian/control b/debian/control index b423aa5..b7e1de3 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Description: personal package builder for Debian packages pbuilder just like "debuild", as a normal user. Package: pbuilder-uml -Architecture: i386 +Architecture: i386 amd64 Depends: rootstrap (>= 0.3.9-1), user-mode-linux, pbuilder (= ${source:Version}) Description: user-mode-linux version of pbuilder pbuilder-uml uses a User-mode-linux system, and builds Debian packages |