File: changelog

package info (click to toggle)
ldap-git-backup 1.0.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 452 kB
  • sloc: perl: 753; sh: 501; makefile: 31
file content (127 lines) | stat: -rw-r--r-- 4,473 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
ldap-git-backup (1.0.8-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <holger@debian.org>  Wed, 06 Jan 2021 19:44:00 +0100

ldap-git-backup (1.0.8-1) unstable; urgency=medium

  * New minor upstream release
    + Documentation updates and fixes
    + One additional test added to the test suite
    + No code changes
  * Declare compliance with Debian Policy 4.1.2.
    + Switch debian/copyright DEP5 format URL to HTTPS.
  * Switch Vcs-Git header from git:// to https://.
  * Apply "wrap-and-sort -a".
  * debian/copyright: Switch GPL URL to HTTPS.
  * Bump debhelper compatibility level to 10.
    + Update versioned debhelper build-dependency accordingly.
    + Drop "--with autoreconf" and dependency on dh-autoreconf, both are
      now implicit.
  * Set "Rules-Requires-Root: no".

 -- Axel Beckert <abe@debian.org>  Wed, 20 Dec 2017 00:58:15 +0100

ldap-git-backup (1.0.7-1) unstable; urgency=medium

  * fix git tests when no global user/email config is set
    (Closes: #749189)
    Thanks: Michael Tautschnig <mt@debian.org>
  * use explicit path for perl in scripts (Closes: #747222)
    Thanks: Andras Korn <korn-debbugs@elan.rulez.org>
  * added some examples to man page (Closes: #729623)
    Thanks: Paul Wise <pabs@debian.org>
  * support relative path in --backup-dir (Closes: #729662)
    Thanks: Axel Beckert <abe@debian.org>
  * Bump Standards-Version to 3.9.5

 -- Elmar S. Heeb <elmar@heebs.ch>  Mon, 02 Jun 2014 15:17:47 +0200

ldap-git-backup (1.0.6-2) unstable; urgency=low

  * Bump Standards-Version to 3.9.4 (no changes)
  * Remove override for dh_installchangelogs. Was only necessary for one
    day due to a bug in debhelper. See #711131.
  * Use dh_autoreconf, update build-dependencies accordingly.
  * Bump debhelper compatibility to 9
    + Gets rid of the dh_pysupport deprecation warning.
    + Update versioned debhelper build-dependency accordingly
  * Update authors and years in debian/copyright
  * Also check for executable /usr/sbin/slapcat in default cron-job.
  * Use "if [ … ]; then …; fi" instead of "[ … ] && …" in cron-job.

 -- Axel Beckert <abe@debian.org>  Thu, 17 Oct 2013 17:25:03 +0200

ldap-git-backup (1.0.6-1) unstable; urgency=low

  * added option --no-gc to suppress git garbage collection

 -- Elmar S. Heeb <elmar@heebs.ch>  Thu, 02 May 2013 14:06:34 +0200

ldap-git-backup (1.0.5-1) unstable; urgency=low

  * issue warning for world read/writable backup directory

 -- Elmar S. Heeb <elmar@heebs.ch>  Wed, 30 Jan 2013 17:57:33 +0000

ldap-git-backup (1.0.4-1) unstable; urgency=low

  * create backup directory with default mode of 0700
    fixes CVE-2013-1425 (local information disclosure)
    Thanks to Hans Spaans <hans.spaans@nexit.nl>
    (Closes: #699227)

 -- Elmar S. Heeb <elmar@heebs.ch>  Mon, 28 Jan 2013 19:05:13 +0000

ldap-git-backup (1.0.3-2) unstable; urgency=low

  * clean up of Depends and Build-Depends

 -- Elmar S. Heeb <elmar@heebs.ch>  Thu, 03 Jan 2013 15:07:33 +0100

ldap-git-backup (1.0.3-1) unstable; urgency=low

  * fixed autoconf directory variables
  * better watch file. Thanks to Bart Martens.
  * mention co-maintainer in debian/control
  * mention people/thanks in README
  * use .mdown file ending for README

 -- Elmar S. Heeb <elmar@heebs.ch>  Sun, 16 Dec 2012 15:11:46 +0100

ldap-git-backup (1.0.2-1) unstable; urgency=low

  * remove option to use Modern::Perl (Closes: #689290)
  * fixed watch file to include final slash

 -- Elmar S. Heeb <elmar@heebs.ch>  Mon, 01 Oct 2012 15:03:12 +0200

ldap-git-backup (1.0.1-1) unstable; urgency=low

  * allow extra files to go into Git repo and be untouched by backups

 -- Elmar S. Heeb <elmar@heebs.ch>  Tue, 18 Sep 2012 18:20:21 +0200

ldap-git-backup (1.0-3) unstable; urgency=low

  * dependency on git (build + package)
  * document installation from source

 -- Elmar S. Heeb <elmar@heebs.ch>  Thu, 05 Jul 2012 11:00:52 +0200

ldap-git-backup (1.0-2) unstable; urgency=low

  * fix typo backup vs. backups in default settings
  * add reference to upstream ChangeLog
  * make check, make distcheck, and tests in debuild should
    all work properly

 -- Elmar S. Heeb <elmar@heebs.ch>  Wed, 04 Jul 2012 12:16:33 +0200

ldap-git-backup (1.0-1) unstable; urgency=low

  * Initial release (Closes: #678980)

 -- Elmar S. Heeb <elmar@heebs.ch>  Mon, 25 Jun 2012 14:08:13 +0200