summaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: 3e885924d9fae43067eb967a1dfebe1e102d6e1e (plain)
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
crmsh (4.6.0-1) unstable; urgency=medium

  * New upstream version 4.6.0
  * d/control: drop depends on python3-parallax (Closes: #1061552)
  * d/patches: refresh for new version
  * d/patches: fix build with Python 3.12 (Closes: #1061794)
  * d/control: update pkgconf dependency
  * d/patches: fix bootstrap with dash as /bin/sh
  * d/postinst: create log dir and file unless they exists

 -- Valentin Vidic <vvidic@debian.org>  Sat, 17 Feb 2024 13:58:22 +0100

crmsh (4.5.0-1) unstable; urgency=medium

  * New upstream version 4.5.0
  * d/patches: refresh for new version
  * d/tests: refresh for new version
  * d/postinst: create a logging directory (Closes: #1042448)
  * d/clean: remove generated files (Closes: #1044302)
  * d/patches: add fix for ssh error

 -- Valentin Vidic <vvidic@debian.org>  Tue, 10 Oct 2023 22:57:14 +0200

crmsh (4.4.1-1) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Mark spelling-errors.patch as Applied-Upstream.
  * Mark getargspec.patch as Applied-Upstream.

  [ Valentin Vidic ]
  * New upstream version 4.4.1
  * d/patches: refresh for new version

 -- Valentin Vidic <vvidic@debian.org>  Fri, 03 Mar 2023 22:48:41 +0100

crmsh (4.4.0-5) unstable; urgency=medium

  [ Lucas Kanashiro ]
  * d/tests: use fence-virt in utils.sh test

  [ Valentin Vidic ]
  * d/control: update Standards-Version to 4.6.2
  * d/copyright: update year

 -- Valentin Vidic <vvidic@debian.org>  Sat, 14 Jan 2023 01:45:45 +0100

crmsh (4.4.0-4) unstable; urgency=medium

  * Team upload.
  * Add patch to not use inspect.getargspec, removed from python3.11.
  * Add gbp.conf to use pristine-tar & --source-only-changes by default.
  * Add patch to fix spelling errors.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 12 Jan 2023 09:54:32 +0100

crmsh (4.4.0-3) unstable; urgency=medium

  * d/patches: fix crmadmin parsing (Closes: #1023824)
  * d/tests: add test for resource restart

 -- Valentin Vidic <vvidic@debian.org>  Sun, 13 Nov 2022 13:18:35 +0100

crmsh (4.4.0-2) unstable; urgency=medium

  * d/tests: update node status test
  * d/patches: fix build with new version of setuptools
  * d/patches: fix typo in patch description
  * d/lintian-overrides: update format for new lintian

 -- Valentin Vidic <vvidic@debian.org>  Sat, 15 Oct 2022 14:49:18 +0200

crmsh (4.4.0-1) unstable; urgency=medium

  * New upstream version 4.4.0
  * d/patches: refresh for new version
  * d/tests: refresh for new version
  * d/control: add iputils-ping dependency
  * d/control: update Standards-Version to 4.6.1
  * d/lintian-overrides: refresh for new version

 -- Valentin Vidic <vvidic@debian.org>  Sat, 28 May 2022 12:06:50 +0200

crmsh (4.3.1-3) unstable; urgency=medium

  [ Athos Ribeiro ]
  * d/p/0020-Use-crmsh-hb_report.patch: use the crmsh shipped hb_report script
    when available
  * d/p/0021-Support-python-310.patch: support Python 3.10
    (Closes: #1009087, #1009092)

  [ Valentin Vidic ]
  * d/patches: cleanup duplicate patch
  * d/rules: fix timestamps on patched files for reproducible build

 -- Valentin Vidic <vvidic@debian.org>  Sun, 10 Apr 2022 09:48:28 +0200

crmsh (4.3.1-2) unstable; urgency=medium

  * d/tests: fix cluster init test
  * d/patches: add fix for python 3.10 (Closes: #1009087, #1009087)

 -- Valentin Vidic <vvidic@debian.org>  Sun, 10 Apr 2022 07:11:23 +0200

crmsh (4.3.1-1) unstable; urgency=medium

  [ Valentin Vidic ]
  * New upstream version 4.3.1 (Closes: #992708)
  * d/patches: refresh for new version
  * d/tests: update for new version
  * d/control: update Standards-Version
  * d/copyright: update year
  * d/watch: update github url
  * d/rules: fix installation of vim syntax plugin (Closes: #990222)

  [ Athos Ribeiro ]
  * d/t/testsuite.sh: set timezone for time conversion tests
  * d/p/0017-Fix-health-scripts-python-38-support.patch: remove deprecated
    function usage
  * d/p/0018-Replace-crmd.patch: replace crmd calls with pacemaker-controld
  * d/p/0019-Add-hb_report-dpkg-support.patch: Add dpkg support to hb_report

 -- Valentin Vidic <vvidic@debian.org>  Wed, 19 Jan 2022 21:13:36 +0100

crmsh (4.2.1-3) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest regression with Pacemaker 2.1
    Caused by the fix of https://bugs.clusterlabs.org/show_bug.cgi?id=5395
    (commit 0923b405030820daef3474ac2ae07187a7dd97f7)

 -- Ferenc Wágner <wferi@debian.org>  Sat, 30 Oct 2021 15:37:37 +0200

crmsh (4.2.1-2) unstable; urgency=medium

  * d/patches: include fix for CVE-2020-35459 (Closes: #985376)

 -- Valentin Vidic <vvidic@debian.org>  Sun, 21 Mar 2021 21:23:08 +0100

crmsh (4.2.1-1) unstable; urgency=medium

  * New upstream version 4.2.1
  * d/patches: refresh for new version
  * d/control: update Standards-Version
  * d/watch: update version to 4
  * d/lintian-overrides: ignore text files
  * d/tests: update for new version

 -- Valentin Vidic <vvidic@debian.org>  Wed, 03 Feb 2021 22:05:33 +0100

crmsh (4.2.0-4) unstable; urgency=medium

  * d/patches: fix flaky autopkgtest (Closes: #972619)
  * d/control: use debhelper v13
  * d/lintian-overrides: update override name

 -- Valentin Vidic <vvidic@debian.org>  Wed, 21 Oct 2020 20:42:26 +0200

crmsh (4.2.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Valentin Vidic ]
  * debian/tests: use isolation-machine for cluster init (Closes: #953944)
  * d/control: update Standards-Version to 4.5.0
  * d/patches: refresh patches

 -- Valentin Vidic <vvidic@debian.org>  Sun, 15 Mar 2020 20:22:51 +0100

crmsh (4.2.0-2) unstable; urgency=medium

  * d/patches: fix tests failing in 2020

 -- Valentin Vidic <vvidic@debian.org>  Sat, 04 Jan 2020 11:30:00 +0100

crmsh (4.2.0-1) unstable; urgency=medium

  * New upstream version 4.2.0
  * d/salsa-ci.yml: enable CI
  * d/tests: update for pacemaker 2.0.3
  * d/tests: ufw broken without /sbin/iptables symlink
  * d/patches: refresh for new upstream version
  * d/control: add Rules-Requires-Root
  * d/lintian-overrides: ignore manpage warning

 -- Valentin Vidic <vvidic@debian.org>  Thu, 26 Dec 2019 16:05:33 +0100

crmsh (4.1.0-4) unstable; urgency=medium

  * d/tests: skip some tests in uprivileged containers
  * d/control: update Standards-Version to 4.4.1

 -- Valentin Vidic <vvidic@debian.org>  Mon, 18 Nov 2019 20:22:57 +0100

crmsh (4.1.0-3) unstable; urgency=medium

  * d/control: use debhelper v12
  * d/patches: fix new testsuite errors
  * d/patches: fix YAML warning for unsafe loader

 -- Valentin Vidic <vvidic@debian.org>  Sun, 01 Sep 2019 10:39:19 +0200

crmsh (4.1.0-2) unstable; urgency=medium

  * d/control: drop python 2 packages from Build-Depends
  * d/rules: clean using python 3
  * d/patches: build documentation using python 3
  * d/patches: fix spelling problems reported by lintian

 -- Valentin Vidic <vvidic@debian.org>  Fri, 16 Aug 2019 19:07:42 +0200

crmsh (4.1.0-1) unstable; urgency=medium

  * New upstream version 4.1.0
  * d/control: update Standards-Version to 4.4.0
  * d/patches: update for new version

 -- Valentin Vidic <vvidic@debian.org>  Sat, 13 Jul 2019 23:26:42 +0200

crmsh (4.0.0~git20190108.3d56538-3) unstable; urgency=medium

  * d/tests: disable regression tests for now
  * d/tests: cleanup regexp

 -- Valentin Vidic <vvidic@debian.org>  Sun, 20 Jan 2019 10:59:14 +0100

crmsh (4.0.0~git20190108.3d56538-2) unstable; urgency=medium

  * d/tests: try to fix regression testsuite

 -- Valentin Vidic <vvidic@debian.org>  Sat, 19 Jan 2019 23:53:26 +0100

crmsh (4.0.0~git20190108.3d56538-1) unstable; urgency=medium

  * New upstream version 4.0.0~git20190108.3d56538 (Closes: #883171)
  * d/control: update for python3
  * d/rules: update for python3
  * d/postinst,prerm: autogenerated with python3
  * d/patches: update for new version
  * d/tests: update for new version
  * d/tests: run testsuite
  * d/control: link fonts from fonts-font-awesome
  * d/rules: install README into /usr/share/doc/crmsh

 -- Valentin Vidic <vvidic@debian.org>  Sat, 19 Jan 2019 12:39:02 +0100

crmsh (3.0.3-2) unstable; urgency=medium

  * d/patches: use knet for unicast bootstrap
  * d/tests: use unicast for cluster bootstrap
  * d/tests: fix default node name
  * d/control: update Standards-Version to 4.3.0
  * d/control: update my email address

 -- Valentin Vidic <vvidic@debian.org>  Thu, 27 Dec 2018 21:05:17 +0100

crmsh (3.0.3-1) unstable; urgency=medium

  * New upstream version 3.0.3
  * d/rules: install bash completion
  * d/rules: install vim plugin
  * d/patches: refresh for new upstream version

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Mon, 02 Jul 2018 14:35:45 +0200

crmsh (3.0.1-4) unstable; urgency=medium

  * d/control: update Vcs URLs to use salsa
  * d/rules: cleanup trailing whitespace
  * d/copyright: use https in Format url
  * d/control: update Standards-Version to 4.1.4

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Wed, 11 Apr 2018 09:40:22 +0200

crmsh (3.0.1-3) unstable; urgency=medium

  * d/patches: fix crm cluster stop/start on Debian
  * d/tests: use vim for testing package removal (Closes: #883524)
  * d/tests: update Depends list for dmidecode (Closes: #883524)
  * d/patches: drop patches merged upstream
  * d/compat: update debhelper to v11
  * d/control: update Standards-Version to 4.1.3
  * d/changelog: cleanup trailing whitespace
  * d/control: cleanup trailing whitespace

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Thu, 25 Jan 2018 21:40:26 +0100

crmsh (3.0.1-2) unstable; urgency=medium

  * d/control: add fdisk to Depends (Closes: #872129)
  * d/control: replace deprecated priority extra
  * d/control: move tools used by bootstrap to Suggests
  * d/patches: disable watchdog when generating corosync.conf

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Fri, 01 Sep 2017 20:32:26 +0200

crmsh (3.0.1-1) unstable; urgency=medium

  * New upstream version 3.0.1
  * d/patches: refresh for new upstream version
  * d/control: remove dh-autoreconf from Depends
  * d/patches: add fixes for cluster init on Debian
  * d/tests: add test for cluster init

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Tue, 25 Jul 2017 15:32:31 +0200

crmsh (3.0.0-1) unstable; urgency=medium

  [ Christoph Berg ]
  * debian/tests/utils.sh: Make test more robust against environment changes.

  [ Valentin Vidic ]
  * New upstream version 3.0.0
  * d/patches: refresh for new upstream version
  * d/control: remove ${shlibs:Depends} from Depends
  * d/rules: use dh_missing --fail-missing
  * d/control: update Standards-Version to 4.0.0
  * d/control: update debhelper to version 10

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Tue, 27 Jun 2017 23:50:54 +0200

crmsh (2.3.2-4) unstable; urgency=medium

  * Remove uninstall file list

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Mon, 19 Dec 2016 10:45:25 +0100

crmsh (2.3.2-3) unstable; urgency=medium

  * Make crm.8.html generation reproducible
  * Cleanup debian/rules

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Mon, 12 Dec 2016 10:46:36 +0100

crmsh (2.3.2-2) unstable; urgency=medium

  [ Valentin Vidic ]
  * Use https for Vcs-Browser link (lintian fix)
  * Update debian/copyright for moved files (lintian fix)
  * crmsh: Change Architecture to all
  * Drop unused libraries from build-depends
  * Make generated documentation reproducible
  * Remove unused packages from Build-Depends
  * Fix crm manpage spelling
  * crmsh-doc: add Multi-Arch: foreign
  * d/tests: add basic crm node tests
  * Patch scripts in utils to work on Debian
  * d/tests: add tests for package management scripts
  * Add patch to make 'cluster init' work on Debian
  * Add python-parallax to Depends (Closes: #819545)
  * Add patch to fix crm history on Debian systems

  [ Christoph Berg ]
  * Remove Martin and myself from Uploaders.

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Sun, 04 Dec 2016 18:57:50 +0100

crmsh (2.3.2-1) unstable; urgency=medium

  [ Christoph Berg ]
  * Fix changelog for previous upload, d/tests got lost.

  [ Arturo Borrero Gonzalez ]
  * Refresh 0004-Fix-privacy-breach-generic-caused-by-footer-template.patch
    patch

  [ Valentin Vidic ]
  * Imported upstream version 2.3.2 (Closes: #815823, #815346)
  * crm report: add gawk to Depends
  * crm report: upstream fix for dash (Closes: #772269)
  * Add myself to Uploaders list

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Thu, 03 Nov 2016 10:20:56 +0100

crmsh (2.2.1-1) unstable; urgency=medium

  [ Adrian Vondendriesch ]
  * New upstream release
  * patches:
    - drop 0001-Remove-AM_CONDITIONAL-for-UNAME_IS_DEBIAN.patch
    - drop 0002-Remove-fix-for-Debian.patch
  * Add myself to uploaders.
  * Bump standars version.

  [ Arturo Borrero Gonzalez ]
  * d/tests: add basic crm and pacemaker tests
    Check that the crm utility can run without issues, locating all of the
    libraries it needs, and check the integration between crmsh and pacemaker
    (and corosync). We build a cluster and then add a basic IP resource to it.

 -- Adrian Vondendriesch <adrian.vondendriesch@credativ.de>  Tue, 03 May 2016 20:05:28 +0200

crmsh (2.2.0-1) unstable; urgency=high

  [ Richard B Winters ]
  * New upstream release
  * debian/clean: Added
    - In order to incorporate the recommended strategy for
      handling Python eggs
  * debian/rules: Multiple changes;
    - Updated hardening implementation
    - Added an export for ensuring a link against all needed
      libraries (cf. Policy 10.2)
    - Override configure to properly set paths for build
    - Override dh_auto_build to add instruction for building
      html documentation
    - Override dh_auto_install to remove duplicate files
    - Override dh_compress to strip compiled bytecode from the
      package
    - Added --single-version-externally-managed as recommended
      for handling Python eggs
  * debian/control: Multiple changes;
    - Updated uploaders list and formatted for folding
    - Added Vcs-Git and Vcs-Browser entries
    - Updated Build-Depends to reflect current dependencies;
    - Python updated to Python2.7 as > Python27 not supported
    - Dropped hardening-wrapper; not necessary any longer
    - Formatted Build-Depends and Depends entries for folding
    - Updated Build-Depends to not use transitional packages
    - Updated description
    - Bumped standards version to 3.9.6; No changes required
    - Added crmsh-doc to package offering
  * debian/copyright: Multiple edits
    - Updated source field to current upstream source location
    - Consolidated copyright notices for authors added to upstreams
      author list found in AUTHORS
    - Updated copyright for debian/* to include myself and Debian-HA
      team
    - Added License paragraph to remove need for including a paragraph
      for each copyright/license entry present
  * debian/crmsh.install: Added since multiple package build requires
    it
  * debian/crmsh.doc-base: Added for crmsh html documents
  * debian/crmsh-doc.install: Add to support crmsh-doc package
  * debian/crmsh-doc.doc-base: Added for crmsh-doc html documents
  * debian/patches/*: Added for resolving privacy-breach-generic
    lintian informational warnings;
    - Includes binary png file in source to remove need for remote
      resource
    - Patches crm.conf file for asciidoc, to fix remove remote
      resource in .html files
    - Patch python file to fix resource links in atom.xml template
    - Series file added
  * debian/postinst: Added to compile bytecode for *.py files
  * debian/prerm: Added to removed compiled bytecode
  * debian/pycompat: Added as recommended by packaging tools
  * debian/source/include-binaries: Added to allow patch which adds
    a binary png file to the upstream source
  * debian/source/options: Added
    - Added to incorporate the recommended strategy for handling
      Python eggs
  * debian/watch: Added for monitoring upstream releases

  [ Adrian Vondendriesch ]
  * debian/control: Add python-dateutil to Build-Depends

 -- Richard B Winters <rik@mmogp.com>  Thu, 28 Jan 2016 21:22:05 +0100

crmsh (1.2.6+git+e77add-2) unstable; urgency=medium

  * Update control for new pacemaker dev packages.

 -- Christoph Berg <myon@debian.org>  Sat, 16 Jan 2016 16:26:36 +0100

crmsh (1.2.6+git+e77add-1.4) unstable; urgency=medium

  * Non-maintainer upload.
  * Port from python-support to dh_python2 (Closes: #785973)

 -- Stefano Rivera <stefanor@debian.org>  Thu, 20 Aug 2015 15:31:26 +0200

crmsh (1.2.6+git+e77add-1.3) unstable; urgency=low

  * Non-maintainer upload.
  * Build-Depend on docbook-xsl to fix FTBFS
    Closes: 770132

 -- Johann Felix Soden <johfel@debian.org>  Sat, 22 Nov 2014 13:09:35 +0100

crmsh (1.2.6+git+e77add-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Depend on python-yaml to fix grave bug (Closes: #745219)

 -- Stefan Bauer (Cubewerk GmbH) <stefan.bauer@cubewerk.de>  Fri, 25 Apr 2014 17:46:39 +0200

crmsh (1.2.6+git+e77add-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add pkg-config to Build-Depends. Closes: 741772

 -- Chris Boot <debian@bootc.net>  Sat, 22 Mar 2014 15:50:25 +0000

crmsh (1.2.6+git+e77add-1) unstable; urgency=medium

  * New upstream checkout
  * debian/control: Bump Standards-Version
  * debian/control: Add Breaks & Replaces for Pacemaker << 1.1.8
    Closes: 717986
  * debian/control: Depend on python-lxml
    Closes: 738651

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 21 Feb 2014 15:51:13 +0000

crmsh (1.2.5+hg1034-1) unstable; urgency=low

  * New upstream checkout

 -- Martin Loschwitz <madkiss@debian.org>  Mon, 05 Aug 2013 05:21:29 +0000

crmsh (1.2.5+hg1006-1) unstable; urgency=low

  * New upstream checkout for Pacemaker 1.1.10

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 02 Aug 2013 07:37:50 +0000

crmsh (1.2.5+hg953-3) unstable; urgency=low

  * Upload to unstable instead of experimental

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 02 Aug 2013 06:52:11 +0000

crmsh (1.2.5+hg953-2) experimental; urgency=low

  * Build-Depend on libcib3-dev instead of libcib2-dev

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 19 Apr 2013 07:08:47 +0000

crmsh (1.2.5+hg953-1) experimental; urgency=low

  * New upstream release

 -- Martin Loschwitz <madkiss@debian.org>  Wed, 20 Mar 2013 23:11:44 +0000

crmsh (1.2.0+hg20121010-1) unstable; urgency=low

  * New upstream checkout to catch some additional bugfixes
  * debian/control: Depend on version 1.1.8+git20121010 of libcib as well
    as libcrmcommon and libpengine to make sure we get the versions with
    proper .pc files (Closes: #690055)

 -- Martin Loschwitz <madkiss@debian.org>  Wed, 10 Oct 2012 11:39:06 +0000

crmsh (1.2.0+hg20121009-3) unstable; urgency=low

  * debian/control: Fix possible circular build dependency by using the
    real library package names instead of pacemaker-dev (Closes: #690055)

 -- Martin Loschwitz <madkiss@debian.org>  Tue, 09 Oct 2012 17:29:01 +0000

crmsh (1.2.0+hg20121009-2) unstable; urgency=low

  * debian/control: Set the maintainer field to the HA group instead of me
    personally. (Closes: #690055)

 -- Martin Loschwitz <madkiss@debian.org>  Tue, 09 Oct 2012 16:20:15 +0000

crmsh (1.2.0+hg20121009-1) unstable; urgency=low

  * Initial release (Closes: #690055)  <nnnn is the bug number of your ITP>

 -- Martin Loschwitz <madkiss@debian.org>  Tue, 09 Oct 2012 14:36:09 +0000