~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): Laurent Bigonville
  • Date: 2011-06-26 13:59:34 UTC
  • mfrom: (8.1.21 upstream) (3.3.19 sid)
  • Revision ID: james.westby@ubuntu.com-20110626135934-8blyh9rnoiiqflgt
Tags: 0.62.4-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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sbuild (0.62.4-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
 
9
 
 
10
 -- Laurent Bigonville <bigon@ubuntu.com>  Sun, 26 Jun 2011 13:59:34 +0200
 
11
 
 
12
sbuild (0.62.4-1) unstable; urgency=low
 
13
 
 
14
  * New release.
 
15
  * sbuild:
 
16
    - Failing lintian checks are highlighted in red, and passes in
 
17
      green (Closes: #631060).
 
18
    - The distribution in the build summary is coloured yellow if it
 
19
      does not match the distribution in the changelog.  This is to
 
20
      indicate that there may be a potential problem, such as
 
21
      potentially uploading a package intended for experimental to
 
22
      unstable by building for unstable by accident.
 
23
    - lintian test results are also coloured to highlight success and
 
24
      failure.
 
25
    - Log colouring may now be disabled using $log_colour.
 
26
    - sbuild only permits building one source package at once.
 
27
      Previously sbuild would allow building of more than one package
 
28
      in a single invocation.  Making this change means that the exit
 
29
      status will always be the status of the build rather than the
 
30
      last build, and it also means the logging is simplified and may
 
31
      be started earlier.
 
32
    - Now that the main log has been removed, and packing of a source
 
33
      tree takes place before starting the build for real, we no longer
 
34
      create a log file in the build tree, confusing "dpkg-source -b"
 
35
      (Closes: #612324).
 
36
    - Added new directory /var/lib/sbuild/build to hold build trees for
 
37
      sbuild when building.  This will be bind mounted on /build inside
 
38
      the chroot following an update to the schroot sbuild and buildd
 
39
      fstab configuration for schroot.  This saves significant amounts
 
40
      of space when using LVM snapshot chroots, and it also makes it
 
41
      easier to preserve build trees for failing builds when using
 
42
      snapshots.
 
43
    - Extra environment variables to be set when running
 
44
      dpkg-buildpackage may now be set using $build_environment
 
45
      (Closes: #631595).  These variables will supplement the existing
 
46
      environment (e.g. PATH, LD_LIBRARY_PATH), and will not be subject
 
47
      to filtering with $environment_filter.
 
48
    - Existing hard-coded .dsc/.changes/dpkg-parsechangelog parsing has
 
49
      been replaced with use of Dpkg::Control.  Existing reimplmentation
 
50
      of the dpkg version comparison and regexes to split versions into
 
51
      epoch/version/revision have been replaced with use of
 
52
      Dpkg::Version.
 
53
  * sbuild-adduser: Use current sbuild-update options in example
 
54
    (Closes: #630791).
 
55
 
 
56
 -- Roger Leigh <rleigh@debian.org>  Sat, 25 Jun 2011 11:39:44 +0100
 
57
 
1
58
sbuild (0.62.3-1ubuntu1) oneiric; urgency=low
2
59
 
3
60
  * Merge from debian unstable, Remaining changes:
2357
2414
  * Initial package
2358
2415
 
2359
2416
 -- Rick Younie <younie@debian.org>  Thu,  8 Nov 2001 00:18:34 -0800
2360