diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
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 |