~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): Roger Leigh, Roger Leigh
  • Date: 2009-05-17 15:52:53 UTC
  • mfrom: (8.1.7 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090517155253-fbxadfsyaf940ete
Tags: 0.58.3-1
[ Roger Leigh ]
* New release.
* debian/control:
  - Update to Standards Version 3.8.1.
  - Add buildd package.
  - Add libsbuild-perl package.
  - All packages depend upon libsbuild-perl.
* Add support for appending a tag to version numbers (Closes: #475777).
  Thanks to Timothy G Abbott for this patch.
* When using the --help or --version options, don't abort if not
  in the sbuild group (Closes: #523670).  Group membership is now
  only performed after options parsing, and only if required.
* Allow config files to use $HOME (Closes: #524564).  Thanks to
  James Vega for this patch.
* Restore buildd package.
* Split common library functions into new libsbuild-perl package.
* debian/sbuild.(preinst|postinst|postrm):
  - Remove special cases for versions older than oldstable.  Update
    addition and removal of sbuild group to use return value of getent
    rather than parsing getent output.
  - Use addgroup/delgroup in place of adduser/deluser.
  - Use --system when adding and deleting group, to ensure creation
    of a system group.  Migrate existing non-system group and group
    members if the system group is not present.
  - Handle removal of 50sbuild setup script.
* debian/buildd.(preinst|postinst|postrm): Add maintainer scripts for
  buildd package.  Move configuration file from /etc/buildd.conf to
  /etc/buildd/buildd.conf if present.  Also create buildd user and
  group for running the buildd daemon.
* Sbuild::Conf: Don't default MAINTAINER_NAME to $DEBEMAIL if unset
  in the configuration file (Closes: #520158).
* /etc/schroot/setup.d/50sbuild: Remove.  The setup tasks performed by
  this script are now handled internally by sbuild.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
sbuild (0.58.2-1ubuntu2) karmic; urgency=low
2
 
 
3
 
  * Re-add historical changelog entries lost doing manual merge.
4
 
 
5
 
 -- Kees Cook <kees@ubuntu.com>  Sat, 09 May 2009 17:49:12 -0700
6
 
 
7
 
sbuild (0.58.2-1ubuntu1) karmic; urgency=low
8
 
 
9
 
  * Merge from debian unstable, remaining changes:
10
 
    - bin/sbuild, lib/Sbuild/{Base,Conf,Options}.pm: add --setup-hook
11
 
      to allow pre-build modifications to underlying chroots (needed
12
 
      to adjust pockets and components in sources.list).  (debian bug
13
 
      500746).
14
 
 
15
 
 -- Kees Cook <kees@ubuntu.com>  Sat, 09 May 2009 16:06:44 -0700
 
1
sbuild (0.58.3-1) unstable; urgency=low
 
2
 
 
3
  [ Roger Leigh ]
 
4
  * New release.
 
5
  * debian/control:
 
6
    - Update to Standards Version 3.8.1.
 
7
    - Add buildd package.
 
8
    - Add libsbuild-perl package.
 
9
    - All packages depend upon libsbuild-perl.
 
10
  * Add support for appending a tag to version numbers (Closes: #475777).
 
11
    Thanks to Timothy G Abbott for this patch.
 
12
  * When using the --help or --version options, don't abort if not
 
13
    in the sbuild group (Closes: #523670).  Group membership is now
 
14
    only performed after options parsing, and only if required.
 
15
  * Allow config files to use $HOME (Closes: #524564).  Thanks to
 
16
    James Vega for this patch.
 
17
  * Restore buildd package.
 
18
  * Split common library functions into new libsbuild-perl package.
 
19
  * debian/sbuild.(preinst|postinst|postrm):
 
20
    - Remove special cases for versions older than oldstable.  Update
 
21
      addition and removal of sbuild group to use return value of getent
 
22
      rather than parsing getent output.
 
23
    - Use addgroup/delgroup in place of adduser/deluser.
 
24
    - Use --system when adding and deleting group, to ensure creation
 
25
      of a system group.  Migrate existing non-system group and group
 
26
      members if the system group is not present.
 
27
    - Handle removal of 50sbuild setup script.
 
28
  * debian/buildd.(preinst|postinst|postrm): Add maintainer scripts for
 
29
    buildd package.  Move configuration file from /etc/buildd.conf to
 
30
    /etc/buildd/buildd.conf if present.  Also create buildd user and
 
31
    group for running the buildd daemon.
 
32
  * Sbuild::Conf: Don't default MAINTAINER_NAME to $DEBEMAIL if unset
 
33
    in the configuration file (Closes: #520158).
 
34
  * /etc/schroot/setup.d/50sbuild: Remove.  The setup tasks performed by
 
35
    this script are now handled internally by sbuild.
 
36
 
 
37
 -- Roger Leigh <rleigh@debian.org>  Sun, 17 May 2009 15:52:53 +0100
16
38
 
17
39
sbuild (0.58.2-1) unstable; urgency=low
18
40
 
76
98
 
77
99
 -- Roger Leigh <rleigh@debian.org>  Sun, 08 Mar 2009 21:53:54 +0000
78
100
 
79
 
sbuild (0.57.7-1ubuntu2) jaunty; urgency=low
80
 
 
81
 
  * bin/sbuild, lib/Sbuild.pm, lib/Sbuild/Conf.pm: add --setup-cmd
82
 
    to allow pre-build modifications to underlying chroots (needed
83
 
    to adjust pockets and components in sources.list).  (debian bug
84
 
    500746).
85
 
 
86
 
 -- Kees Cook <kees@ubuntu.com>  Wed, 18 Feb 2009 16:31:54 -0800
87
 
 
88
 
sbuild (0.57.7-1ubuntu1) jaunty; urgency=low
89
 
 
90
 
  * Merge from debian unstable, remaining changes:
91
 
    - Sbuild.pm: force an install of a package when the current version
92
 
      is Provided, so that versioned Build-Deps can be correctly satisfied
93
 
      (debian bug 505747).
94
 
 
95
 
 -- Kees Cook <kees@ubuntu.com>  Fri, 14 Nov 2008 13:21:48 -0800
96
 
 
97
 
sbuild (0.57.7-1) unstable; urgency=low
98
 
 
99
 
  * New release.
100
 
  * sbuild-checkpackages handles --list and --set options correctly
101
 
    (Closes: #495490).
102
 
  * sbuild-createchroot: Correctly parse --arch option (Closes: #495517).
103
 
    Thanks to Cyril Brulebois for this patch.
104
 
  * sbuild-setup.7.in: Change permissions of /build to 02775
105
 
    (Closes: #494076).  Thanks to Lucas Nussbaum for finding this missing
106
 
    step.
107
 
 
108
 
 -- Roger Leigh <rleigh@debian.org>  Mon, 18 Aug 2008 11:15:05 +0100
109
 
 
110
 
sbuild (0.57.6-1) unstable; urgency=low
111
 
 
112
 
  * New release.
113
 
  * Sbuild::Build: ~*=PROVIDED=*= no longer breaks Build-Conflicts
114
 
    (Closes: #483338).  Thanks to Lucas Nussbaum for this patch.
115
 
 
116
 
 -- Roger Leigh <rleigh@debian.org>  Sat, 16 Aug 2008 11:47:21 +0100
117
 
 
118
 
sbuild (0.57.5-1ubuntu1) intrepid; urgency=low
119
 
 
120
 
  * Merge from debian unstable, remaining changes:
121
 
   + Sbuild.pm: 
122
 
    - If we're trying to compare versions against a provided package, 
123
 
      always return "not satisfied", forcing an install attempt.
124
 
 
125
 
 -- Kees Cook <kees@ubuntu.com>  Sun, 03 Aug 2008 09:59:51 -0700
126
 
 
127
101
sbuild (0.57.5-1) unstable; urgency=low
128
102
 
129
103
  * New release.
146
120
 
147
121
 -- Roger Leigh <rleigh@debian.org>  Sat, 02 Aug 2008 21:23:13 +0100
148
122
 
149
 
sbuild (0.57.4-1ubuntu1) intrepid; urgency=low
150
 
 
151
 
  * Merge from debian unstable, remaining changes:
152
 
   + Sbuild.pm: 
153
 
    - If we're trying to compare versions against a provided package, 
154
 
      always return "not satisfied", forcing an install attempt.
155
 
   + debian/control:
156
 
    - Modify Maintainer value to comply with Debian-Maintainer-Field Spec.
157
 
 
158
 
 -- Emanuele Gentili <emgent@ubuntu.com>  Mon, 14 Jul 2008 02:45:58 +0200
159
 
 
160
123
sbuild (0.57.4-1) unstable; urgency=low
161
124
 
162
125
  * New release.
180
143
 
181
144
 -- Roger Leigh <rleigh@debian.org>  Sun, 06 Jul 2008 12:21:06 +0100
182
145
 
183
 
sbuild (0.57.3-1ubuntu1) intrepid; urgency=low
184
 
 
185
 
  * Merge from debian unstable (LP: #229374), remaining changes:
186
 
    - Sbuild.pm: If we're trying to compare versions against a provided
187
 
      package, always return "not satisfied", forcing an install attempt.
188
 
    - Modify Maintainer value to comply with Debian-Maintainer-Field Spec.
189
 
 
190
 
 -- Nicolas Valcárcel <nvalcarcel@ubuntu.com>  Sun, 11 May 2008 17:07:58 -0500
191
 
 
192
146
sbuild (0.57.3-1) unstable; urgency=low
193
147
 
194
148
  * New release.
244
198
 
245
199
 -- Roger Leigh <rleigh@debian.org>  Thu, 27 Mar 2008 20:42:56 +0000
246
200
 
247
 
sbuild (0.57.0-1ubuntu2) hardy; urgency=low
248
 
 
249
 
  * Sbuild.pm: Using "eq" instead of "==" for string comparisons tends
250
 
    to work a little bit better (and fixes a regression from -1ubuntu1)
251
 
 
252
 
 -- Adam Conrad <adconrad@ubuntu.com>  Tue, 22 Jan 2008 16:38:15 -0700
253
 
 
254
 
sbuild (0.57.0-1ubuntu1) hardy; urgency=low
255
 
 
256
 
  * Sbuild.pm: If we're trying to compare versions against a provided
257
 
    package, always return "not satisfied", forcing an install attempt.
258
 
  * Modify Maintainer value to comply with Debian-Maintainer-Field Spec.
259
 
 
260
 
 -- Adam Conrad <adconrad@ubuntu.com>  Fri, 18 Jan 2008 11:44:16 -0700
261
 
 
262
201
sbuild (0.57.0-1) unstable; urgency=low
263
202
 
264
203
  * Sbuild/*.pm: Reindent to increase readability.
1552
1491
  * Initial package
1553
1492
 
1554
1493
 -- Rick Younie <younie@debian.org>  Thu,  8 Nov 2001 00:18:34 -0800
1555