diff options
author | Roger Leigh <rleigh@debian.org> | 2011-06-25 00:16:30 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2011-06-25 00:16:30 +0100 |
commit | 4c473d97f162e79e227620656d3b805e23982627 (patch) | |
tree | 5e923e5bda2db6372565cad58b3acc6ddd61f452 | |
parent | 8690e147f2a539cce370c664c6964ada0d642158 (diff) | |
download | schroot-4c473d97f162e79e227620656d3b805e23982627.tar.gz |
debian: Break older sbuild versions not having /var/lib/sbuild/buildrelease/schroot-1.4.23debian/schroot-1.4.23-1
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a32e4312..9b6049dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ schroot (1.4.23-1) unstable; urgency=low * New upstream stable release. + * schroot: Breaks sbuild (<< 0.62.4-1) due to requirement for + /var/lib/sbuild/build to exist when using the sbuild or + buildd profiles. /var/lib/sbuild/build is bind mounted on + /build in the build chroot. - -- Roger Leigh <rleigh@debian.org> Fri, 24 Jun 2011 23:25:52 +0100 + -- Roger Leigh <rleigh@debian.org> Fri, 24 Jun 2011 23:30:01 +0100 schroot (1.4.22-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 00fa6569..90bdd132 100644 --- a/debian/control +++ b/debian/control @@ -95,6 +95,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, schroot-common (=${source:Version}) Conflicts: dchroot (<< 0.13) Replaces: buildd (<< 0.62.3-1), sbuild (<< 0.62.3-1) Enhances: sbuild +Breaks: sbuild (<< 0.62.4-1) Suggests: debootstrap, lvm2, btrfs-tools, unzip, aufs-modules | unionfs-modules Description: Execute commands in a chroot environment schroot allows users to execute commands or interactive shells in |