Add submodules to the superrepo if a package has never been built
[invirt/packages/invirt-dev.git] / debian / changelog
1 invirt-dev (0.1.12) unstable; urgency=low
2
3   * Add submodules to the superrepo if a package has never been built
4     before
5   * Bug fixes for multi-distro support
6
7  -- Quentin Smith <quentin@mit.edu>  Sat, 15 Oct 2011 18:24:28 -0400
8
9 invirt-dev (0.1.11) unstable; urgency=low
10
11   * Add a prefix to binary package versions based on the distribution they
12     are built for, allowing the same version to coexist for multiple
13     distributions
14
15  -- Quentin Smith <quentin@mit.edu>  Sat, 15 Oct 2011 11:30:57 -0400
16
17 invirt-dev (0.1.10) unstable; urgency=low
18
19   * Improve zephyr notifications
20
21  -- Quentin Smith <quentin@mit.edu>  Wed, 25 Aug 2010 21:04:43 -0400
22
23 invirt-dev (0.1.9.1) unstable; urgency=low
24
25   * Revert 0.1.9: our sbuild is not new enough to support that.
26
27  -- Geoffrey Thomas <geofft@mit.edu>  Sat, 09 Jul 2011 02:57:28 -0400
28
29 invirt-dev (0.1.9) unstable; urgency=low
30
31   * Call sbuild with --apt-update and --apt-distupgrade
32
33  -- Geoffrey Thomas <geofft@mit.edu>  Fri, 08 Jul 2011 22:06:58 -0400
34
35 invirt-dev (0.1.8.1) unstable; urgency=low
36
37   * Further improve reporting scripts
38
39  -- Greg Brockman <gdb@mit.edu>  Tue, 24 Aug 2010 02:31:51 -0400
40
41 invirt-dev (0.1.8) unstable; urgency=low
42
43   * Use single generalized hook script
44
45  -- Greg Brockman <gdb@mit.edu>  Tue, 24 Aug 2010 00:29:34 -0400
46
47 invirt-dev (0.1.7) unstable; urgency=low
48
49   * Save build log to file containing package name
50   * Use shared git repositories
51
52  -- Greg Brockman <gdb@mit.edu>  Mon, 23 Aug 2010 18:12:45 -0400
53
54 invirt-dev (0.1.6) unstable; urgency=low
55
56   * Use correct call signature for authz.expandAdmin
57
58  -- Greg Brockman <gdb@mit.edu>  Mon, 23 Aug 2010 17:53:40 -0400
59
60 invirt-dev (0.1.5) unstable; urgency=low
61
62   * Log output of all shell calls
63
64  -- Greg Brockman <gdb@mit.edu>  Mon, 23 Aug 2010 16:46:40 -0400
65
66 invirt-dev (0.1.4) unstable; urgency=low
67
68   [ Anders Kaseorg ]
69   * Make the default build notifications more useful.
70
71   [ Greg Brockman ]
72   * Use version as the tag name
73
74  -- Greg Brockman <gdb@mit.edu>  Thu, 05 Aug 2010 01:43:12 -0400
75
76 invirt-dev (0.1.3) unstable; urgency=low
77
78   * Remove stray 'not' in builder.py
79
80  -- Greg Brockman <gdb@mit.edu>  Wed, 04 Aug 2010 23:55:25 -0400
81
82 invirt-dev (0.1.2) unstable; urgency=low
83
84   * Corrected required version of git-core dependency
85   * Don't put globs in quotes
86
87  -- Greg Brockman <gdb@mit.edu>  Sun, 11 Jul 2010 17:58:36 -0400
88
89 invirt-dev (0.1.1) unstable; urgency=low
90
91   * Added missing imports
92   * Other minor functional changes
93   * Added zephyr and email reporting
94   * Added script for creating new repositories
95
96  -- Greg Brockman <gdb@mit.edu>  Mon, 05 Jul 2010 01:43:45 -0400
97
98 invirt-dev (0.1.0) unstable; urgency=low
99
100   * Switch to using git instead of svn.
101   * Start a git-daemon to serve the git repositories.
102   * Generate the apt repository configuration using gen-files instead of
103     rolling our own.
104   * Since the prerm code to remove the repo group from sudoers runs on
105     upgrades, make sure the postinst code to add it back runs on all
106     upgrades, too.
107   * Use the .. Perl operator to simplify the prerm.
108
109  -- Evan Broder <broder@mit.edu>  Thu, 27 May 2010 11:55:06 -0400
110
111 invirt-dev (0.0.14) unstable; urgency=low
112
113   * When building an architecture: any package, pass --arch-all to sbuild
114     for one of the builds.
115
116  -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 12:43:30 -0400
117
118 invirt-dev (0.0.13) unstable; urgency=low
119
120   * Add a UDebComponents definition so that we can upload the invirtified
121     ssh
122
123  -- Evan Broder <broder@mit.edu>  Sun, 26 Apr 2009 11:25:22 -0400
124
125 invirt-dev (0.0.12) unstable; urgency=low
126
127   * Add a invirt-system component for invirtified packages.
128
129  -- Evan Broder <broder@mit.edu>  Sat, 25 Apr 2009 20:02:50 -0400
130
131 invirt-dev (0.0.11) unstable; urgency=low
132
133   * add i386 to apt repo
134   * extend invirt-build-release to handle amd64 + i386
135   * invirt-build-release: clean up some shell and some perl
136   * invirt-build-release: separate distribution, architecture
137
138  -- Greg Price <price@mit.edu>  Mon, 22 Dec 2008 00:04:34 -0500
139
140 invirt-dev (0.0.10) unstable; urgency=low
141
142   * Clean up /etc/sudoers in the prerm instead of the postinst
143
144  -- Evan Broder <broder@mit.edu>  Tue, 25 Nov 2008 23:09:03 -0500
145
146 invirt-dev (0.0.9) unstable; urgency=low
147
148   * Don't add the same line a bunch of times to /etc/sudoers
149
150  -- Evan Broder <broder@mit.edu>  Tue, 25 Nov 2008 08:16:17 -0500
151
152 invirt-dev (0.0.8) unstable; urgency=low
153
154   * Support building multiple packages in sequence
155
156  -- Evan Broder <broder@mit.edu>  Sat, 15 Nov 2008 23:19:38 -0500
157
158 invirt-dev (0.0.7) unstable; urgency=low
159
160   * Undo my attempts at correctly splitting the package list; do it less
161     correctly
162
163  -- Evan Broder <broder@mit.edu>  Mon, 10 Nov 2008 04:01:09 -0500
164
165 invirt-dev (0.0.6) unstable; urgency=low
166
167   * Punt duplicate dirs file and unused docs file in package
168   * Add invirt-ood-build for building out of date packages
169
170  -- Evan Broder <broder@mit.edu>  Mon, 10 Nov 2008 03:43:41 -0500
171
172 invirt-dev (0.0.5) unstable; urgency=low
173
174   * Add new invirt-ood-packages script
175
176  -- Evan Broder <broder@mit.edu>  Sat, 08 Nov 2008 23:52:09 -0500
177
178 invirt-dev (0.0.4) unstable; urgency=low
179
180   * Get the svn repo from the config file, instead of /srv/checkout
181
182  -- Evan Broder <broder@mit.edu>  Sat, 01 Nov 2008 02:11:59 -0400
183
184 invirt-dev (0.0.3) unstable; urgency=low
185
186   * sipb-xen-base -> invirt-base
187
188  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 04:23:25 -0400
189
190 invirt-dev (0.0.2) unstable; urgency=low
191
192   * document need to add users to sbuild group
193
194  -- Greg Price <price@mit.edu>  Sun, 26 Oct 2008 00:03:03 -0400
195
196 invirt-dev (0.0.1) unstable; urgency=low
197
198   * sipb-xen-dev -> invirt-dev
199   * sx-build-release -> invirt-build-release
200
201  -- Greg Price <price@mit.edu>  Sat, 25 Oct 2008 23:23:26 -0400
202
203 sipb-xen-dev (26.2) unstable; urgency=low
204
205   * remove vacuous README files
206   * remove sipb-xen-repository Apache config file,
207     which has been in sipb-xen-www, now invirt-web, since May
208
209  -- Greg Price <price@mit.edu>  Sat, 25 Oct 2008 22:48:33 -0400
210
211 sipb-xen-dev (26.1) unstable; urgency=low
212
213   * Fix a typo where the source package didn't get uploaded
214
215  -- Evan Broder <broder@mit.edu>  Thu, 23 Oct 2008 22:03:40 -0400
216
217 sipb-xen-dev (26) unstable; urgency=low
218
219   * Update sx-build-release and reprepro-env to work with sbuild instead
220     of dpkg-buildpackage
221
222  -- Evan Broder <broder@mit.edu>  Thu, 23 Oct 2008 21:56:17 -0400
223
224 sipb-xen-dev (25) unstable; urgency=low
225
226   * Don't sign packages when they're built
227
228  -- Evan Broder <broder@mit.edu>  Sun, 05 Oct 2008 00:25:52 -0400
229
230 sipb-xen-dev (24) unstable; urgency=low
231
232   * depend on quilt, patchutils, config-package-dev
233
234  -- Greg Price <price@mit.edu>  Wed, 01 Oct 2008 01:00:40 -0400
235
236 sipb-xen-dev (23) unstable; urgency=low
237
238   * in postinst, create user repository and group repo
239     and add /etc/sudoers line
240
241  -- Greg Price <price@mit.edu>  Tue, 30 Sep 2008 23:06:04 -0400
242
243 sipb-xen-dev (22) unstable; urgency=low
244
245   [ Sam Hartman ]
246   * Do not include a key id for dpkg-buildpackage per discussion on class xvm
247
248   [ Greg Price ]
249   * depend on equivs
250
251  -- Greg Price <price@mit.edu>  Sun, 24 Aug 2008 15:58:14 -0400
252
253 sipb-xen-dev (21) unstable; urgency=low
254
255   * Depend on sipb-xen-base
256   * don't require packages be signed on upload
257
258  --  Sam Hartman <hartmans@xvm.mit.edu>  Tue,  5 Aug 2008 21:23:44 +0000
259
260 sipb-xen-dev (20) unstable; urgency=low
261
262   * dumb bugfix in init script
263
264  -- Greg Price <price@mit.edu>  Mon,  4 Aug 2008 02:11:04 -0400
265
266 sipb-xen-dev (19) unstable; urgency=low
267
268   * use CDBS, which doesn't forget dh_installinit like I did
269
270  -- Greg Price <price@mit.edu>  Mon,  4 Aug 2008 02:02:41 -0400
271
272 sipb-xen-dev (18) unstable; urgency=low
273
274   * sign the packages, getting keyid from invirt.config
275
276  -- Greg Price <price@mit.edu>  Mon,  4 Aug 2008 00:43:58 -0400
277
278 sipb-xen-dev (17) unstable; urgency=low
279
280   * use reprepro more correctly (and include in both stable and unstable)
281
282  -- Greg Price <price@mit.edu>  Sat, 26 Apr 2008 23:47:55 -0400
283
284 sipb-xen-dev (16) unstable; urgency=low
285
286   * usage as "sx-build-release <package-name>", no "trunk/packages"
287   * clobber the build-release/<package-name> directory automatically
288
289  -- Greg Price <price@mit.edu>  Sat, 26 Apr 2008 23:12:03 -0400
290
291 sipb-xen-dev (15) unstable; urgency=low
292
293   * Stop requiring the current directory to be in the checkout.
294   * Don't do unnecessary write operations
295     (hence prompt less often for a password.)
296
297  -- Greg Price <price@mit.edu>  Sat, 26 Apr 2008 22:45:42 -0400
298
299 sipb-xen-dev (14) unstable; urgency=low
300
301   * Use the shallower directory structure.
302
303  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Sat, 29 Mar 2008 17:25:20 -0400
304
305 sipb-xen-dev (13) unstable; urgency=low
306
307   * Update the svn uri automatically.
308
309  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Fri, 28 Mar 2008 21:38:37 -0400
310
311 sipb-xen-dev (12) unstable; urgency=low
312
313   * Update the svn uri to point to the new repository
314
315  -- Nelson Elhage <nelhage@mit.edu>  Wed, 15 Aug 2007 22:58:49 -0400
316
317 sipb-xen-dev (11) unstable; urgency=low
318
319   * Use svn export not co to avoid installing .svn directories
320
321  -- Sam Hartman <hartmans@debian.org>  Sat,  4 Aug 2007 19:15:58 -0400
322
323 sipb-xen-dev (10) unstable; urgency=low
324
325   * Use svn export not svn co so we don't get .svn directories installed
326
327  -- Sam Hartman <hartmans@debian.org>  Sat,  4 Aug 2007 19:14:51 -0400
328
329 sipb-xen-dev (9) unstable; urgency=low
330
331   * Add /debian to apache config
332
333  -- Sam Hartman <hartmans@debian.org>  Sat,  4 Aug 2007 18:54:43 -0400
334
335 sipb-xen-dev (8) unstable; urgency=low
336
337   * Can't use ..
338
339  -- Sam Hartman <hartmans@debian.org>  Sun, 15 Jul 2007 17:29:54 -0400
340
341 sipb-xen-dev (7) unstable; urgency=low
342
343   * Can't use ..
344
345  -- Sam Hartman <hartmans@debian.org>  Sun, 15 Jul 2007 17:27:59 -0400
346
347 sipb-xen-dev (6) unstable; urgency=low
348
349   * Can't use ..
350
351  -- Sam Hartman <hartmans@debian.org>  Sun, 15 Jul 2007 17:26:17 -0400
352
353 sipb-xen-dev (5) unstable; urgency=low
354
355   * Bug fix
356
357  -- Sam Hartman <hartmans@debian.org>  Sun, 15 Jul 2007 17:25:00 -0400
358
359 sipb-xen-dev (4) unstable; urgency=low
360
361   * Blah
362
363  -- Sam Hartman <hartmans@debian.org>  Sun, 15 Jul 2007 17:21:28 -0400
364
365 sipb-xen-dev (3) unstable; urgency=low
366
367   * Working sx-build-release
368   
369
370  -- Sam Hartman <hartmans@debian.org>  Sun, 15 Jul 2007 16:58:46 -0400
371
372 sipb-xen-dev (2) unstable; urgency=low
373
374   * Add sipb-xen-repository apache config
375
376  -- Sam Hartman <hartmans@debian.org>  Sun, 15 Jul 2007 14:04:03 -0400
377
378 sipb-xen-dev (1) unstable; urgency=low
379
380   * Add repository config
381   * update dependencies
382
383  --  Sam Hartman <hartmans@debian.org>  Sun, 15 Jul 2007 13:43:08 -0400
384
385 sipb-xen-dev (0) unstable; urgency=low
386
387   * Initial Release.
388
389  -- unknown <hartmans@debian.org>  Fri,  6 Jul 2007 00:52:28 -0400