~ubuntu-branches/ubuntu/raring/sbuild/raring-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2011-06-19 20:27:25 UTC
  • mfrom: (8.1.20 upstream) (3.3.18 sid)
  • Revision ID: james.westby@ubuntu.com-20110619202725-pzvrs6kdcdjphkp6
Tags: 0.62.3-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/patches/do-not-install-debfoster-into-chroots.patch:
    do not install debfoster into the chroots because it is in universe and
    not needed for package building itself.
  - debian/patches/run-pre-build-hooks-as-root.patch:
    run pre-build hooks as root (Closes: #607228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sbuild (0.62.3-1ubuntu1) oneiric; urgency=low
 
2
 
 
3
  * Merge from debian unstable, Remaining changes:
 
4
    - debian/patches/do-not-install-debfoster-into-chroots.patch:
 
5
      do not install debfoster into the chroots because it is in universe and
 
6
      not needed for package building itself.
 
7
    - debian/patches/run-pre-build-hooks-as-root.patch:
 
8
      run pre-build hooks as root (Closes: #607228)
 
9
 
 
10
 -- Bhavani Shankar <bhavi@ubuntu.com>  Sun, 19 Jun 2011 20:27:25 +0530
 
11
 
 
12
sbuild (0.62.3-1) unstable; urgency=low
 
13
 
 
14
  * New release.
 
15
  * sbuild:
 
16
    - The apt and internal resolvers will resolve some alternatives
 
17
      even when resolving alternative dependencies is disabled
 
18
      (Closes: #622832).  For relations involving the same package,
 
19
      the alternative will be permitted when the package names are
 
20
      the same for each alternative.  For example,
 
21
        foo (<< x) | foo (>= y) | bar
 
22
      will be reduced to
 
23
        foo (<< x) | foo (>= y)
 
24
      while
 
25
        foo | bar
 
26
      will be reduced to
 
27
        foo
 
28
    - The sbuild-schroot wrapper program has been removed; sbuild is
 
29
      now an arch-all package again.
 
30
    - Move lock directory to /var/lib/sbuild/chroot-lock, rather than
 
31
      using /var/lock/sbuild which could be a symlink to /run/lock on
 
32
      the host (Closes: #626826).  This means parallel builds won't
 
33
      block due to sharing the same lockfile.
 
34
    - Remove schroot buildd profile.  This will now be provided by
 
35
      the schroot package itself directly.  This requires schroot
 
36
      1.4.22 or greater.
 
37
    - Add lintian and piuparts results to build summary
 
38
      (Closes: #617450).
 
39
    - Remove directory correctly in postrm (Closes: #627641).  Thanks
 
40
      to Daniel Baumann.
 
41
    - Lock sbuild account on purge, and unlock on install
 
42
      (Closes: #619892).
 
43
    - Add -j option to run parallel builds (Closes: #626357).
 
44
    - Log build environment prior to starting a build.  This will be
 
45
      useful in diagnosing problems with a misconfigured chroot, such
 
46
      as missing HOME which can lead to misbuilds.
 
47
  * sbuild-createchroot:
 
48
    - Don't call ChrootSetup::basesetup after initial bootstrap; wait
 
49
      until actually running sbuild.  The users and groups used for
 
50
      chown don't exist at this point, leading to (harmless) failure.
 
51
      Closes: #622735.
 
52
    - Don't overwrite existing symlinks under /etc/sbuild/chroot
 
53
      (Closes: #608416).
 
54
  * sbuild-update:
 
55
    - Don't try to end the current chroot session if a signal is
 
56
      received and no session is in progress (Closes: #629005).
 
57
  * buildd:
 
58
    - init script starts buildd in runlevels 2-5 rather than S, and
 
59
      stops in 0, 1 and 6.
 
60
    - Lock buildd account on purge, and unlock on install.
 
61
  * buildd-mail:
 
62
    - Remove empty newline from .changes (Closes: #627854).
 
63
      ftp-master started refusing .changes files which have a trailing
 
64
      empty line (after the GPG end of signature).  It happens that
 
65
      mutt introduces one when signing GPG in traditional mode.  Other
 
66
      tools probably do too.  buildd-mail-wrapper should probably drop
 
67
      it automatically.  Thanks to Samuel Thibault.
 
68
 
 
69
 -- Roger Leigh <rleigh@debian.org>  Sat, 04 Jun 2011 00:01:13 +0100
 
70
 
1
71
sbuild (0.62.2-1ubuntu1) oneiric; urgency=low
2
72
 
3
73
  * Merge from debian unstable, remaining changes:
2287
2357
  * Initial package
2288
2358
 
2289
2359
 -- Rick Younie <younie@debian.org>  Thu,  8 Nov 2001 00:18:34 -0800
 
2360