File: changelog

package info (click to toggle)
ceilometer 1%3A7.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,752 kB
  • sloc: python: 47,903; sh: 703; xml: 342; pascal: 317; makefile: 191; sql: 52
file content (615 lines) | stat: -rw-r--r-- 20,283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
ceilometer (1:7.0.1-5) unstable; urgency=medium

  * Fix ceilometer-api: add "--" as DAEMON_ARGS (Closes: #861199).
  * Also fix the default port to 8777 as it should (instead of the default
    port 8000 which is wrong).

 -- Thomas Goirand <zigo@debian.org>  Fri, 28 Apr 2017 10:51:50 +0200

ceilometer (1:7.0.1-4) unstable; urgency=medium

  * Fix ceilometer-agent-central .service file (Closes: #861202).
  * Fix ceilometer-agent-compute .service file (Closes: #861203).

 -- Thomas Goirand <zigo@debian.org>  Wed, 26 Apr 2017 15:36:56 +0000

ceilometer (1:7.0.1-3) unstable; urgency=medium

  * Re-integrate NMU from Piotr fixing SQLAlchemy << 1.1 dependency.
  * German debconf translation update (Closes: #842484).

 -- Thomas Goirand <zigo@debian.org>  Mon, 03 Apr 2017 17:53:05 +0200

ceilometer (1:7.0.1-2) unstable; urgency=medium

  * Team upload.
  * Use --gecos instead of -gecos with adduser (Closes: #846247).
  * Bump build dependency on openstack-pkg-tools (Closes: #858684).

 -- David Rabel <david.rabel@noresoft.com>  Sat, 01 Apr 2017 11:20:23 +0200

ceilometer (1:7.0.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Patch requirements.txt to drop SQLAlchemy << 1.1 dependency

 -- Piotr Ożarowski <piotr@debian.org>  Fri, 03 Feb 2017 23:21:31 +0100

ceilometer (1:7.0.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * New upstream release
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Use correct branch in Vcs-* fields
  * Bumped debhelper compat version to 10

  [ Thomas Goirand ]
  * Install missing files (Closes: #848586).

 -- Thomas Goirand <zigo@debian.org>  Mon, 19 Dec 2016 16:57:59 +0100

ceilometer (1:7.0.0-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Thu, 06 Oct 2016 17:30:44 +0200

ceilometer (1:7.0.0~rc1-2) unstable; urgency=medium

  * Uploading to unstable.
  * Build-Depends on openstack-pkg-tools (>= 53~).
  * Fixed EPOCH for oslotest.
  * Debconf translation:
    - it (Closes: #838500).

 -- Thomas Goirand <zigo@debian.org>  Wed, 28 Sep 2016 09:37:20 +0200

ceilometer (1:7.0.0~rc1-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.
  * Using OpenStack's Gerrit as VCS URLs.
  * Points .gitreview to OpenStack packaging-deb's Gerrit.
  * Fixed installation of files in /etc/ceilometer for this release.
  * Also install /usr/bin/ceilometer-upgrade.

 -- Thomas Goirand <zigo@debian.org>  Thu, 15 Sep 2016 22:58:16 +0200

ceilometer (1:7.0.0~b2-1) experimental; urgency=medium

  * Updated Danish translation of the debconf templates (Closes: #830640).
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Add debian/function.sh as it's gone away upstream.
  * Black list failed unit test:
    - agent.test_manager.TestRunTasks.test_batching_polled_samples_false
  * Also package /usr/bin/ceilometer-db-legacy-clean.

 -- Thomas Goirand <zigo@debian.org>  Mon, 18 Jul 2016 19:57:15 +0200

ceilometer (1:6.0.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Standards-Version is 3.9.8 now (no change)
  * d/copyright: Changed source URL to new one

  [ Thomas Goirand ]
  * Updated Japanese debconf templates (Closes: #820760).
  * Updated Dutch debconf templates (Closes: #822966).
  * Added Brazilian Portuguese debconf templates (Closes: #824295).
  * Check if /usr/bin/ceilometer-collector is there before attempting to call
    /usr/bin/ceilometer-expirer in the daily cron, so that there's no risk to
    have an output if the ceilometer-collector package is removed
    (Closes: #822897).

 -- Thomas Goirand <zigo@debian.org>  Thu, 19 May 2016 10:48:09 +0200

ceilometer (1:6.0.0-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Thu, 07 Apr 2016 21:30:44 +0200

ceilometer (1:6.0.0~rc3-1) unstable; urgency=medium

  [ Ivan Udovichenko ]
  * d/ceilometer-agent-*.init.in: Fix DAEMON_ARGS for
    central, compute and ipmi agents.

  [ Thomas Goirand ]
  * New upstream release.
  * Uploading to unstable.
  * Updated ja.po debconf translation (Closes: #816342).

 -- Thomas Goirand <zigo@debian.org>  Tue, 05 Apr 2016 10:27:08 +0200

ceilometer (1:6.0.0~rc1-2) experimental; urgency=medium

  * Do not use keystone admin auth token to register the API endpoint.

 -- Thomas Goirand <zigo@debian.org>  Tue, 29 Mar 2016 12:22:36 +0000

ceilometer (1:6.0.0~rc1-1) experimental; urgency=medium

  * New upstream release.
  * Added git to build-depends-indep.
  * Fixed (build-)depends for this release.
  * Fixed unit test runner (upstream script ./setup-test-env-mongodb.sh isn't
    available anymore: using one in the debian folder).
  * Standards-Version: 3.9.7 (no change).

 -- Thomas Goirand <zigo@debian.org>  Thu, 10 Mar 2016 13:17:08 +0100

ceilometer (1:6.0.0~b3-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URLs (https).

  [ Thomas Goirand ]
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Disable test:
    meter.test_notifications.TestMeterProcessing.test_fallback_meter_path

 -- Thomas Goirand <zigo@debian.org>  Fri, 04 Mar 2016 00:05:14 +0800

ceilometer (1:6.0.0~b2-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.
  * The alarm packages are now transition packages to Aodh.
  * Fixed debian/copyright ordering.
  * Updated namespaces when generating the config file.

 -- Thomas Goirand <zigo@debian.org>  Tue, 08 Dec 2015 11:53:07 +0100

ceilometer (1:5.0.0-5) unstable; urgency=medium

  * Added q-text-as-data as depends for ceilometer-api.

 -- Thomas Goirand <zigo@debian.org>  Tue, 03 Nov 2015 11:28:44 +0000

ceilometer (1:5.0.0-4) unstable; urgency=medium

  * Rebuilt with openstack-pkg-tools to use Keystone API v3.

 -- Thomas Goirand <zigo@debian.org>  Tue, 03 Nov 2015 09:30:52 +0000

ceilometer (1:5.0.0-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 16 Oct 2015 13:37:36 +0000

ceilometer (1:5.0.0-2) experimental; urgency=medium

  * Fixed ceilometer-common.postinst.

 -- Thomas Goirand <zigo@debian.org>  Thu, 15 Oct 2015 19:41:24 +0200

ceilometer (1:5.0.0-1) experimental; urgency=medium

  * New upstream release.
  * Now checking for libvirt or libvirtd group existance before guessing it
    with "dpkg-vendor --derives-from ubuntu".

 -- Thomas Goirand <zigo@debian.org>  Mon, 12 Oct 2015 10:50:26 +0200

ceilometer (1:5.0.0~rc1-1) experimental; urgency=medium

  * New upstream release.
  * Get the ceilometer-agent-central use "ceilometer-polling --central".
  * Get the ceilometer-agent-compute to use "ceilometer-polling --namespace
    compute".
  * Updated nl.po
  * Now ceilometer-api depends on python-openstackclient.
  * Fixed (build-)depends for this release.

 -- Thomas Goirand <zigo@debian.org>  Sat, 12 Sep 2015 15:26:48 +0000

ceilometer (1:5.0.0~b3-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.
  * Realign Ceilometer packaging with MOS.
  * Not using transition packages for sphinxcontrib stuff.
  * Do not run functiona tests when building.

 -- Thomas Goirand <zigo@debian.org>  Mon, 31 Aug 2015 20:55:14 +0200

ceilometer (1:5.0.0~b2-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.
  * Not using sphinxcontrib transition packages anymore.

 -- Thomas Goirand <zigo@debian.org>  Wed, 05 Aug 2015 13:05:25 +0200

ceilometer (2015.1.0-6) unstable; urgency=medium

  * Updated French debconf translations thanks to Julien Patriarca
    (Closes: #789902).

 -- Thomas Goirand <zigo@debian.org>  Fri, 26 Jun 2015 15:11:26 +0200

ceilometer (2015.1.0-5) unstable; urgency=medium

  * Added debconf screen to ask if dbsync should be done (Closes: #787536).
  * Put ceilometer-doc in the doc section.

 -- Thomas Goirand <zigo@debian.org>  Thu, 11 Jun 2015 09:18:13 +0200

ceilometer (2015.1.0-4) unstable; urgency=medium

  * Added a documentation package with the sphinx docs.

 -- Thomas Goirand <zigo@debian.org>  Thu, 04 Jun 2015 09:40:08 +0000

ceilometer (2015.1.0-3) unstable; urgency=medium

  * Added ceilometer-polling as new package.
  * Removed Pre-Depends on dpkg.

 -- Thomas Goirand <zigo@debian.org>  Thu, 04 Jun 2015 11:10:31 +0200

ceilometer (2015.1.0-2) unstable; urgency=medium

  * Added missing --namespace oslo.policy when generating default conf.

 -- Thomas Goirand <zigo@debian.org>  Fri, 15 May 2015 16:22:51 +0200

ceilometer (2015.1.0-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Thu, 30 Apr 2015 21:17:17 +0000

ceilometer (2015.1~rc2-1) unstable; urgency=medium

  * New upstream release.
  * Uploading to unstable.
  * Reviewed (build-)depends for this release.
  * Fixed default connection sed command line.

 -- Thomas Goirand <zigo@debian.org>  Tue, 23 Dec 2014 14:47:10 +0800

ceilometer (2014.2.1-1) experimental; urgency=medium

  * New upstream release.
  * Using auth_protocol=http by default.

 -- Thomas Goirand <zigo@debian.org>  Sun, 14 Dec 2014 16:04:27 +0800

ceilometer (2014.2-3) experimental; urgency=medium

  * Added argparse & ordereddict to debian/pydist-overrides.

 -- Thomas Goirand <zigo@debian.org>  Sun, 19 Oct 2014 10:58:28 +0000

ceilometer (2014.2-2) experimental; urgency=medium

  * Added missing python-posix-ipc as (build-)depends.

 -- Thomas Goirand <zigo@debian.org>  Sun, 19 Oct 2014 15:13:52 +0800

ceilometer (2014.2-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Thu, 16 Oct 2014 14:47:57 +0000

ceilometer (2014.2~rc3-1) experimental; urgency=medium

  * New upstream release.
  * Added missing configuration files in ceilometer-common.
  * Removed Add_oslo.db_to_config_generator.patch applied upstream.

 -- Thomas Goirand <zigo@debian.org>  Wed, 15 Oct 2014 14:02:53 +0800

ceilometer (2014.2~rc1-4) experimental; urgency=medium

  * Adds patch for generating the config file correctly.

 -- Thomas Goirand <zigo@debian.org>  Fri, 10 Oct 2014 14:32:36 +0000

ceilometer (2014.2~rc1-3) experimental; urgency=medium

  * Using a single unique ceilometer-common logrotate file.

 -- Thomas Goirand <zigo@debian.org>  Tue, 07 Oct 2014 13:45:40 +0800

ceilometer (2014.2~rc1-2) experimental; urgency=medium

  * Mangling upstream rc and beta versions in watch file.
  * Added missing binaries.
  * Now packaging ceilometer-agent-ipmi.
  * Using templated init, upstart and systemd scripts from
    openstack-pkg-tools >= 13.
  * Fixed upstream files gone in debian/copyright.
  * Standards-Version is now 3.9.6 (no change).

 -- Thomas Goirand <zigo@debian.org>  Tue, 07 Oct 2014 00:49:22 +0000

ceilometer (2014.2~rc1-1) experimental; urgency=medium

  * New upstream release.
  * Updated (build-)depends for this release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 24 Sep 2014 09:39:11 +0800

ceilometer (2014.2~b3-1) experimental; urgency=medium

  * New upstream release.
  * Generating config file from script, since it's gone from upstream.
  * Removed all patches, all applied upstream.
  * Removed sources.json, as it's gone away upstream.

 -- Thomas Goirand <zigo@debian.org>  Tue, 01 Jul 2014 15:01:05 +0800

ceilometer (2014.1.1-2) unstable; urgency=medium

  * Updated de.po thanks to Chris Leick <c.leick@vollbio.de> (Closes: #751164).

 -- Thomas Goirand <zigo@debian.org>  Wed, 11 Jun 2014 12:29:07 +0800

ceilometer (2014.1.1-1) unstable; urgency=medium

  * New upstream release.
  * Bumped python-six minimal version to 1.6.0.

 -- Thomas Goirand <zigo@debian.org>  Mon, 09 Jun 2014 21:46:22 +0800

ceilometer (2014.1-7) unstable; urgency=medium

  * Switched from restarting daemons to copytruncate for logrotate.

 -- Thomas Goirand <zigo@debian.org>  Thu, 29 May 2014 13:51:53 +0800

ceilometer (2014.1-6) unstable; urgency=medium

  * Adds Add_aggregator_transformer.patch.

 -- Thomas Goirand <zigo@debian.org>  Thu, 22 May 2014 00:06:15 +0800

ceilometer (2014.1-5) unstable; urgency=medium

  * Added Opencontrail_network_statistics_driver.patch.
  * Added version depends for python-pysnmp4 (now >= 4.2.1).

 -- Thomas Goirand <zigo@debian.org>  Wed, 21 May 2014 08:20:48 +0800

ceilometer (2014.1-4) unstable; urgency=medium

  * ceilometer now depends on version >= 2:2.17.0 of novaclient.

 -- Thomas Goirand <zigo@debian.org>  Fri, 09 May 2014 22:59:36 +0800

ceilometer (2014.1-3) unstable; urgency=medium

  * Sets /etc/ceilometer/pipeline.yaml as conffile and remove handling from the
    from maintainer scripts (Closes: #747216).
  * Did the same for etc/ceilometer/{policy,sources}.json.

 -- Thomas Goirand <zigo@debian.org>  Tue, 06 May 2014 23:00:59 +0800

ceilometer (2014.1-2) unstable; urgency=medium

  * Fixed long description typo (Closes: #745321).
  * Delete var/lib/ceilometer & /var/log/ceilometer on purge (Closes: #732457).
  * Updated it.po debconf translation (Closes: #745387).

 -- Thomas Goirand <zigo@debian.org>  Fri, 02 May 2014 19:20:36 +0800

ceilometer (2014.1-1) unstable; urgency=medium

  * New upstream release.
  * Uploading to unstable.
  * Documents: using mongodb by default.
  * Added selection of logging (to file or syslog) thanks to Sylvain Baubeau                                                        
    <sylvain.baubeau@enovance.com>.

 -- Thomas Goirand <zigo@debian.org>  Fri, 18 Apr 2014 00:23:00 +0800

ceilometer (2014.1~rc1-1) experimental; urgency=low

  * New upstream release.
  * Better testr/subunit output.

 -- Thomas Goirand <zigo@debian.org>  Sun, 30 Mar 2014 13:25:59 +0800

ceilometer (2014.1~b3-1) experimental; urgency=low

  * New upstream release (Icehouse beta 3).
  * Removes now applied upstream CVE-2013-6384 patch, refreshes
    removes-sqlalchemy-restriction.patch
  * Added msgpack_python python-msgpack in pydist-overrides, as otherwise the
    python-msgpack-python is automatically added as dependency.

 -- Thomas Goirand <zigo@debian.org>  Sat, 22 Mar 2014 14:19:25 +0800

ceilometer (2013.2.2-2) unstable; urgency=medium

  * Rebuilt Ceilometer with the new openstack-pkg-tools >= 9.

 -- Thomas Goirand <zigo@debian.org>  Fri, 14 Feb 2014 17:24:30 +0000

ceilometer (2013.2.2-1) unstable; urgency=medium

  * New upstream point release.
  * refreshed patches.

 -- Thomas Goirand <zigo@debian.org>  Fri, 14 Feb 2014 10:19:27 +0800

ceilometer (2013.2.1-5) unstable; urgency=medium

  * Added missing postrotate scripts to restart daemons after logrotate
    (Closes: #736930).

 -- Thomas Goirand <zigo@debian.org>  Mon, 03 Feb 2014 15:41:29 +0800

ceilometer (2013.2.1-4) unstable; urgency=medium

  * Fix ${LIBVIRT_GROUP} when doing adduser ceilometer libvirt, so that it
  * also
    works on Ubuntu.

 -- Thomas Goirand <zigo@debian.org>  Wed, 15 Jan 2014 17:37:07 +0800

ceilometer (2013.2.1-3) unstable; urgency=medium

  * Adds ceilometer/api/app.wsgi to /usr/share/ceilometer.
  * Added/updated debconf templates thanks to:
    - German: Martin E. Schauer (Closes: #734739)
    - Swedish: Martin Bagge (Closes: #734583)
    - French: Julien Patriarca (Closes: #733092)
    - Spanish: Matias A. Bellone (Closes: #732534)

 -- Thomas Goirand <zigo@debian.org>  Mon, 09 Dec 2013 17:09:32 +0800

ceilometer (2013.2-5) unstable; urgency=medium

  * Adds call to ceilometer-expirer every day.

 -- Thomas Goirand <zigo@debian.org>  Thu, 05 Dec 2013 00:30:09 +0800

ceilometer (2013.2-4) unstable; urgency=low

  * CVE-2013-6384: applied upstream patch mongodb, db2: do not print full
    URL in logs (Closes: #730227).
  * Switches from msgpack-python to python-msgpack in dependencies, as the
    package has been renamed (Closes: #730874).
  * Updates some debconf translations, with warm thanks to:
    - French, Julien Patriarca <leatherface@debian.org> (Closes: #728771).
    - Russian, Yuri Kozlov <yuray@komyakino.ru> (Closes: #729774).

 -- Thomas Goirand <zigo@debian.org>  Wed, 04 Dec 2013 19:41:05 +0800

ceilometer (2013.2-3) unstable; urgency=medium

  * Added missing (build-)depends: python-six (>= 1.4.1).

 -- Thomas Goirand <zigo@debian.org>  Tue, 26 Nov 2013 22:37:47 +0800

ceilometer (2013.2-2) unstable; urgency=low

  * Added configuration of the keystone_authtoken through Debconf.
  * Fixed ${LIBVIRT_GROUP} instead of just libvirt in postinst to have it work
    as well on Ubuntu.

 -- Thomas Goirand <zigo@debian.org>  Mon, 28 Oct 2013 22:34:50 +0800

ceilometer (2013.2-1) unstable; urgency=low

  * New upstream release.
  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 17 Oct 2013 23:37:48 +0800

ceilometer (2013.2~rc2-3) experimental; urgency=low

  * Ceilometer needs python-wsme at least 0.5b6, fixed (build-)depends.

 -- Thomas Goirand <zigo@debian.org>  Thu, 17 Oct 2013 15:04:01 +0800

ceilometer (2013.2~rc2-2) experimental; urgency=low

  * Added the 2 new services: alarm-evaluator and alarm-notifier.

 -- Thomas Goirand <zigo@debian.org>  Mon, 14 Oct 2013 23:52:15 +0800

ceilometer (2013.2~rc2-1) experimental; urgency=low

  * New upstream pre-release.
  * Increased python-keystoneclient (build-)depends to 0.4.0.

 -- Thomas Goirand <zigo@debian.org>  Mon, 14 Oct 2013 16:47:55 +0800

ceilometer (2013.2~rc1-1) experimental; urgency=low

  * New upstream pre-release 2013.2.rc1.

 -- Thomas Goirand <zigo@debian.org>  Sat, 29 Jun 2013 01:45:17 +0800

ceilometer (2013.1.3-2) unstable; urgency=low

  * Added new Debconf translations:
    - FR (Closes: #722418).
    - DA (Closes: #721548).
    - RU (Closes: #721302).

 -- Thomas Goirand <zigo@debian.org>  Wed, 25 Sep 2013 16:19:22 +0800

ceilometer (2013.1.3-1) unstable; urgency=low

  * New upstream point release.
  * Added several Debconf translations:
    - Italian, thanks to Beatrice Torracca (Closes: #719709).
    - Japanese, thanks to victory (Closes: #719722).
    - Portuguese, thanks to the Traduz team (Closes: #720382).
    - Czech, thanks to Michal Šimůnek (Closes: #721218).

 -- Thomas Goirand <zigo@debian.org>  Fri, 30 Aug 2013 11:19:44 +0800

ceilometer (2013.1.2-4) unstable; urgency=low

  * Ran debconf-updatepo.

 -- Thomas Goirand <zigo@debian.org>  Thu, 11 Jul 2013 01:07:43 +0800

ceilometer (2013.1.2-3) unstable; urgency=low

  * Added debian-l10n-english review (Closes #708747).
  * Do not fail on directory removal on purge (Closes: #710910).

 -- Thomas Goirand <zigo@debian.org>  Wed, 10 Jul 2013 14:17:03 +0800

ceilometer (2013.1.2-2) unstable; urgency=low

  * Added some Should-Start / Should-Stop so that Ceilometer starts after Mongo
    and RabbitMQ.
  * Removed version-depends for sqlalchemy.

 -- Thomas Goirand <zigo@debian.org>  Sat, 22 Jun 2013 15:50:03 +0800

ceilometer (2013.1.2-1) unstable; urgency=low

  * New upstream release.
  * Added configuration to each init scripts so that they log in their own log
    file, added the corresponding purge postrm and logrotate.
  * Removed applied upstream patch: modify-limitation-on-request-version.patch
  * Build-depends on python-happybase and python-swift.
  * Now runs the unit tests at build time.

 -- Thomas Goirand <zigo@debian.org>  Mon, 03 Jun 2013 16:26:14 +0800

ceilometer (2013.1.1-1) unstable; urgency=low

  * New upstream release.
  * rmdir --ignore-fail-on-non-empty of few folders owned by nova after purge.
    Thanks to Andreas Beckmann for reporting (Closes: #709876).
  * Ran wrap-and-sort to clean debian/control.
  * Replaced pkgos_var_user_group nova by pkgos_adduser, as we don't want to
    create the log / lib dirs of nova (Closes: #709876).
  * Creates the correct libvirt group if the package is installed in Ubuntu.
  * Bumped Standard-Version to 3.9.4.

 -- Thomas Goirand <zigo@debian.org>  Mon, 27 May 2013 11:07:59 +0800

ceilometer (2013.1-3) unstable; urgency=low

  * Adds modify-limitation-on-request-version.patch without wich Ceilometer
    doesn't work at all.

 -- Thomas Goirand <zigo@debian.org>  Tue, 21 May 2013 17:27:07 +0800

ceilometer (2013.1-2) unstable; urgency=low

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 16 May 2013 07:44:07 +0000

ceilometer (2013.1-1) experimental; urgency=low

  * Initial release (Closes: #693406).

 -- Thomas Goirand <zigo@debian.org>  Wed, 10 Apr 2013 13:19:50 +0800