aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-04-15 07:05:57 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-04-15 07:05:57 +0900
commit49f6dfe1a4270e47e3547326e23cc88895d0e05d (patch)
tree98dc4f51c0ae895607db43f8b617a7cacfbdc34b
parente40c851b3017b09a609e2e36af6ae8a20b8ffff3 (diff)
downloadpbuilder-49f6dfe1a4270e47e3547326e23cc88895d0e05d.tar
pbuilder-49f6dfe1a4270e47e3547326e23cc88895d0e05d.tar.gz
do not build pbuilder-uml for amd64
currently i386 is the only arch in Debian that supports user-mode-linux
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 75e21b3..9ed19e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ pbuilder (0.166) UNRELEASED; urgency=low
* Manual page SEE ALSO fix, '.RI'->'.BR' (closes: #409135)
* minor update to documentation.
* remove CVS Id banners since they have no meaning on git trees.
+ * pbuilder-uml: do not build for amd64, dependencies are not satisfied (yet).
[ Loic Minier ]
* New pbuilder-satisfydepends-aptitude resolver based on aptitude; based on
diff --git a/debian/control b/debian/control
index 015bb80..05e5270 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 amd64
+Architecture: i386
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