~ubuntu-branches/ubuntu/karmic/sbuild/karmic-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-05-09 16:06:44 UTC
  • mfrom: (8.1.6 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090509160644-9k0fgp6c2ajcu54h
Tags: 0.58.2-1ubuntu1
* Merge from debian unstable, remaining changes:
  - bin/sbuild, lib/Sbuild/{Base,Conf,Options}.pm: add --setup-hook
    to allow pre-build modifications to underlying chroots (needed
    to adjust pockets and components in sources.list).  (debian bug
    500746).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
sbuild (0.57.7-1ubuntu2) jaunty; urgency=low
2
 
 
3
 
  * bin/sbuild, lib/Sbuild.pm, lib/Sbuild/Conf.pm: add --setup-cmd
4
 
    to allow pre-build modifications to underlying chroots (needed
5
 
    to adjust pockets and components in sources.list).  (debian bug
6
 
    500746).
7
 
 
8
 
 -- Kees Cook <kees@ubuntu.com>  Wed, 18 Feb 2009 16:31:54 -0800
9
 
 
10
 
sbuild (0.57.7-1ubuntu1) jaunty; urgency=low
11
 
 
12
 
  * Merge from debian unstable, remaining changes:
13
 
    - Sbuild.pm: force an install of a package when the current version
14
 
      is Provided, so that versioned Build-Deps can be correctly satisfied
15
 
      (debian bug 505747).
16
 
 
17
 
 -- Kees Cook <kees@ubuntu.com>  Fri, 14 Nov 2008 13:21:48 -0800
18
 
 
19
 
sbuild (0.57.7-1) unstable; urgency=low
20
 
 
21
 
  * New release.
22
 
  * sbuild-checkpackages handles --list and --set options correctly
23
 
    (Closes: #495490).
24
 
  * sbuild-createchroot: Correctly parse --arch option (Closes: #495517).
25
 
    Thanks to Cyril Brulebois for this patch.
26
 
  * sbuild-setup.7.in: Change permissions of /build to 02775
27
 
    (Closes: #494076).  Thanks to Lucas Nussbaum for finding this missing
28
 
    step.
29
 
 
30
 
 -- Roger Leigh <rleigh@debian.org>  Mon, 18 Aug 2008 11:15:05 +0100
31
 
 
32
 
sbuild (0.57.6-1) unstable; urgency=low
33
 
 
34
 
  * New release.
35
 
  * Sbuild::Build: ~*=PROVIDED=*= no longer breaks Build-Conflicts
36
 
    (Closes: #483338).  Thanks to Lucas Nussbaum for this patch.
37
 
 
38
 
 -- Roger Leigh <rleigh@debian.org>  Sat, 16 Aug 2008 11:47:21 +0100
39
 
 
40
 
sbuild (0.57.5-1ubuntu1) intrepid; urgency=low
41
 
 
42
 
  * Merge from debian unstable, remaining changes:
43
 
   + Sbuild.pm: 
44
 
    - If we're trying to compare versions against a provided package, 
45
 
      always return "not satisfied", forcing an install attempt.
46
 
 
47
 
 -- Kees Cook <kees@ubuntu.com>  Sun, 03 Aug 2008 09:59:51 -0700
 
1
sbuild (0.58.2-1ubuntu1) karmic; urgency=low
 
2
 
 
3
  * Merge from debian unstable, remaining changes:
 
4
    - bin/sbuild, lib/Sbuild/{Base,Conf,Options}.pm: add --setup-hook
 
5
      to allow pre-build modifications to underlying chroots (needed
 
6
      to adjust pockets and components in sources.list).  (debian bug
 
7
      500746).
 
8
 
 
9
 -- Kees Cook <kees@ubuntu.com>  Sat, 09 May 2009 16:06:44 -0700
 
10
 
 
11
sbuild (0.58.2-1) unstable; urgency=low
 
12
 
 
13
  [ Roger Leigh ]
 
14
  * New release.
 
15
  * etc/50sbuild: Don't create user home directory inside the build
 
16
    chroot.  Home directories are not required for building.
 
17
  * lib/Sbuild/ChrootInfoSchroot.pm: Run schroot in a C locale, to
 
18
    avoid localisation of the output which breaks parsing
 
19
    (Closes: #520755).  This was preventing the detection of chroots
 
20
    in some locales.
 
21
  * debian/buildd.cron.d: Move example crontab here, with entries
 
22
    commented out for now. 
 
23
  * debian/rules: Use dh_installcrontab to install crontabs.
 
24
  * Remove buildd package for this release, because it's not yet
 
25
    ready for use. 
 
26
 
 
27
 -- Roger Leigh <rleigh@debian.org>  Sat, 11 Apr 2009 10:20:25 +0100
 
28
 
 
29
sbuild (0.58.1-1) unstable; urgency=low
 
30
 
 
31
  [ Roger Leigh ]
 
32
  * debian/rules: Run configure setting DCMD, SUDO and SCHROOT.
 
33
    (Closes: #519097). It's not possible to install sudo as a
 
34
    build-dependency due to it not allowing automatic removal, and
 
35
    none of the commands are actually needed for the build, just
 
36
    setting the default path.
 
37
  * sbuild: Don't erase default chroot environment (Closes: #519276).
 
38
    This removed APT_CONFIG, preventing sbuild from working correctly.
 
39
    Thanks to Francois-Denis Gonthier.
 
40
 
 
41
 -- Roger Leigh <rleigh@debian.org>  Wed, 11 Mar 2009 23:16:41 +0000
 
42
 
 
43
sbuild (0.58.0-1) unstable; urgency=low
 
44
 
 
45
  [ Roger Leigh ]
 
46
  * New release.
 
47
  * debian/rules:
 
48
    - Clean up old unused code.
 
49
    - Correct patching of config.status and config.guess.
 
50
    - Add functional binary-arch target.
 
51
    - Use dh_prep in place of dh_clean -k.
 
52
    - Don't configure with --with-postgresql (debversion code moved
 
53
      to postgresql-debversion).
 
54
  * debian/compat: Update to debhelper version 7.
 
55
  * debian/control:
 
56
    - Build-Depend on debhelper 7.
 
57
    - wanna-build recommends postgresql-8.3-debversion.
 
58
  * debian/NEWS: Document incompatible changes from previous versions.
 
59
  * debian/sbuild.docs: New file.  Add NEWS.
 
60
  * debian/wanna-build.docs: New file.  Add NEWS.
 
61
  * buildd-mail-wrapper: Use more portable BSD getloadavg in place of
 
62
    Linux-specific sysinfo.  Thanks to Robert Millan for this
 
63
    patch (Closes: #511095).
 
64
  * wanna-build: --help output now documents --create-db, since --help
 
65
    now displays the full manual page (Closes: #511314).
 
66
 
 
67
  [ Kees Cook ]
 
68
  * lib/Sbuild.pm: always perform version checks on provided packages
 
69
    (Closes: #505747).
 
70
 
 
71
 -- Roger Leigh <rleigh@debian.org>  Sun, 08 Mar 2009 21:53:54 +0000
48
72
 
49
73
sbuild (0.57.5-1) unstable; urgency=low
50
74
 
68
92
 
69
93
 -- Roger Leigh <rleigh@debian.org>  Sat, 02 Aug 2008 21:23:13 +0100
70
94
 
71
 
sbuild (0.57.4-1ubuntu1) intrepid; urgency=low
72
 
 
73
 
  * Merge from debian unstable, remaining changes:
74
 
   + Sbuild.pm: 
75
 
    - If we're trying to compare versions against a provided package, 
76
 
      always return "not satisfied", forcing an install attempt.
77
 
   + debian/control:
78
 
    - Modify Maintainer value to comply with Debian-Maintainer-Field Spec.
79
 
 
80
 
 -- Emanuele Gentili <emgent@ubuntu.com>  Mon, 14 Jul 2008 02:45:58 +0200
81
 
 
82
95
sbuild (0.57.4-1) unstable; urgency=low
83
96
 
84
97
  * New release.
102
115
 
103
116
 -- Roger Leigh <rleigh@debian.org>  Sun, 06 Jul 2008 12:21:06 +0100
104
117
 
105
 
sbuild (0.57.3-1ubuntu1) intrepid; urgency=low
106
 
 
107
 
  * Merge from debian unstable (LP: #229374), remaining changes:
108
 
    - Sbuild.pm: If we're trying to compare versions against a provided
109
 
      package, always return "not satisfied", forcing an install attempt.
110
 
    - Modify Maintainer value to comply with Debian-Maintainer-Field Spec.
111
 
 
112
 
 -- Nicolas Valcárcel <nvalcarcel@ubuntu.com>  Sun, 11 May 2008 17:07:58 -0500
113
 
 
114
118
sbuild (0.57.3-1) unstable; urgency=low
115
119
 
116
120
  * New release.
166
170
 
167
171
 -- Roger Leigh <rleigh@debian.org>  Thu, 27 Mar 2008 20:42:56 +0000
168
172
 
169
 
sbuild (0.57.0-1ubuntu2) hardy; urgency=low
170
 
 
171
 
  * Sbuild.pm: Using "eq" instead of "==" for string comparisons tends
172
 
    to work a little bit better (and fixes a regression from -1ubuntu1)
173
 
 
174
 
 -- Adam Conrad <adconrad@ubuntu.com>  Tue, 22 Jan 2008 16:38:15 -0700
175
 
 
176
 
sbuild (0.57.0-1ubuntu1) hardy; urgency=low
177
 
 
178
 
  * Sbuild.pm: If we're trying to compare versions against a provided
179
 
    package, always return "not satisfied", forcing an install attempt.
180
 
  * Modify Maintainer value to comply with Debian-Maintainer-Field Spec.
181
 
 
182
 
 -- Adam Conrad <adconrad@ubuntu.com>  Fri, 18 Jan 2008 11:44:16 -0700
183
 
 
184
173
sbuild (0.57.0-1) unstable; urgency=low
185
174
 
186
175
  * Sbuild/*.pm: Reindent to increase readability.
1474
1463
  * Initial package
1475
1464
 
1476
1465
 -- Rick Younie <younie@debian.org>  Thu,  8 Nov 2001 00:18:34 -0800
1477