File: changelog

package info (click to toggle)
postgresql-autodoc 1.41%2B20200921-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 1,406; sh: 153; sql: 103; makefile: 69
file content (211 lines) | stat: -rw-r--r-- 7,651 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
postgresql-autodoc (1.41+20200921-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix template path in executable (Closes: #1006990)

 -- Daniel Grittner <d.grittner@celonis.com>  Fri, 25 Mar 2022 14:22:29 +0100

postgresql-autodoc (1.41+20200921-1) unstable; urgency=medium

  * Repackaged newest version from GitHub (Closes: #970870)
  * New maintainer with permission from old maintainer.

 -- Willi Mann <willi@debian.org>  Fri, 05 Nov 2021 14:45:17 +0100

postgresql-autodoc (1.40-3) unstable; urgency=low

  * debian/control:
    + Update maintainer email address.
    + Add ${misc:Depends} to Depends field.
    + Bump Standards-Version to 3.8.4. (No changes needed.)
  * debian/source/format: Use format 3.0 (quilt).

 -- Tim Retout <diocles@debian.org>  Thu, 28 Jan 2010 23:00:19 +0000

postgresql-autodoc (1.40-2) unstable; urgency=low

  * debian/control:
    + Update Standards-Version to 3.8.3. (No changes needed.)
    + Use quilt instead of dpatch in Build-Depends.
  * debian/rules: include quilt makefile instead of dpatch.
  * debian/patches/:
    + Rename '02_synopsis_correction.dpatch' to 'synopsis-correction'.
    + Use 'series' instead of '00list' file.
  * debian/patches/synopsis-correction: Clean up description.
  * debian/README.source: New file.

 -- Tim Retout <tim@retout.co.uk>  Sat, 31 Oct 2009 22:23:05 +0000

postgresql-autodoc (1.40-1) unstable; urgency=low

  [ Peter Eisentraut ]
  * New upstream version. (Closes: #532614)
  * debian/watch:
    + Fix to work with upstream web site.
  * debian/rules:
    + Removed autoconf-related stuff that is no longer used.
  * debian/copyright:
    + Update the years in the copyright field.
  * debian/control:
    + Standards-Version bumped to 3.8.1 (no changes required).

  [ Tim Retout ]
  * debian/compat: Update compat level to 7.
  * debian/control:
    + Build-Depend on debhelper 7.
    + Standards-Version bumped to 3.8.2.
    + Section is now 'database'.
  * debian/rules: Use dh_prep, not dh_clean -k.

 -- Tim Retout <tim@retout.co.uk>  Fri, 17 Jul 2009 12:53:51 +0100

postgresql-autodoc (1.31-1) unstable; urgency=low

  * New upstream version.
    + Fixes compatibility with recent libdbd-pg-perl. (Closes: #469715)
  * debian/rules:
    + Touch config.mk before running 'make distribution-clean', so that we
      never try to use upstream's rule to create it.
    + config.sub and config.guess are unused by ./configure, so remove
      altogether.
  * debian/control: Remove build dependency on autotools-dev.
  * Makefile: Remove change to config.mk creation rule from Debian diff.

 -- Tim Retout <tim@retout.co.uk>  Fri, 02 May 2008 00:45:52 +0100

postgresql-autodoc (1.30-2) unstable; urgency=low

  * New maintainer. (Closes: #439534)
  * debian/compat: Bump debhelper compatibility level to 5.
  * debian/control:
    + Bump Build-Depends on debhelper to at least version 5 (see above).
    + Add Build-Depends on autotools-dev, for config.sub and config.guess.
    + Change "PostrgreSQL" to "PostgreSQL" in description. (Closes: #447688)
    + Wrap long description to 80 characters.
    + Standards-Version bumped to 3.7.3 (no changes required).
    + Add new Homepage field.
    + Add new Vcs-* fields.
  * debian/copyright:
    + Update the years in the copyright field.
    + Add new Debian maintainer.
  * debian/rules:
    + Use RM="rm -f" in distclean line, and remove initial hyphen.
      (Fixes lintian warning about ignoring distclean errors.)
    + Respect DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE variables, using code
      from autotools-dev documentation.
    + Remove config.sub, config.guess during clean.
  * debian/patches/01_finish_on_undefined_value_fix.dpatch: Remove, since it
    was disabled in the last upload.
  * debian/patches/02_synopsis_correction.dpatch: Add a description of the
    patch. (Fixes lintian warning about missing description.)
  * config.sub, config.guess: Remove in favour of autotools-dev build-dep.

 -- Tim Retout <tim@retout.co.uk>  Mon, 17 Dec 2007 01:32:12 +0000

postgresql-autodoc (1.30-1) unstable; urgency=low

  * New upstream release
  * debian/patches: disabled patch 01_finish_on_undefined_value_fix.dpatch
    since it is no longer needed.
  * debian/control: added needed libterm-readkey-perl to the Build-Depends-Indep
  * debian/control: Standards-Version bumped to 3.7.2 (no changes required)
  * Corrected synopsis both in the usage print in the program and in the man page.
    (Closes: #408505)
  * debian/control: short description rephrased. Thanks to Peter Eisentraut for the help.
    (Closes: #408498)   

 -- Tommaso Moroni <moronito@debian.org>  Sun, 28 Jan 2007 07:26:57 +0100

postgresql-autodoc (1.25-3) unstable; urgency=low

  * Added a dpatch which fixes a bug caused by a method call on an undefined
    variable. Thanks to William McKee for the patch and to Paolo Cavallini
    for testing it. (Closes: #361228)
  * debian/control: put debhelper and dpatch in Build-Depends line; 
                    Standards-Version bumped to 3.7.0 (no changes required).
  
  
 -- Tommaso Moroni <moronito@debian.org>  Mon,  1 May 2006 14:48:53 +0200

postgresql-autodoc (1.25-2) unstable; urgency=low

  * debian/control: 
    - Standards-Version bumped to 3.6.2 (no changes)
    - recommends dia | dia-gnome (Closes: #329050)

 -- Tommaso Moroni <moronito@debian.org>  Tue,  4 Oct 2005 19:18:34 +0200

postgresql-autodoc (1.25-1) unstable; urgency=low

  * New upstream release

 -- Tommaso Moroni <moronito@debian.org>  Sun, 12 Jun 2005 12:08:32 +0200

postgresql-autodoc (1.24-3) unstable; urgency=low

  * debian/control: change section from contrib to main, since 
    graphviz is now in main. (Closes: #298765)
  * debian/copyright: made distiction between copyright and license.

 -- Tommaso Moroni <moronito@debian.org>  Fri, 11 Mar 2005 15:45:25 +0100

postgresql-autodoc (1.24-2) unstable; urgency=low

  * debian/postgresql_autodoc.1: updated to reflect the output of 
    "postgresql_autodoc --help" command. (Closes: #291556)

 -- Tommaso Moroni <moronito@debian.org>  Fri, 21 Jan 2005 18:01:32 +0100

postgresql-autodoc (1.24-1) unstable; urgency=low

  * New upstream release (Closes: #251595)
  * Corrected download URL in debian/copyright

 -- Tommaso Moroni <moronito@debian.org>  Mon, 18 Oct 2004 05:22:38 +0200

postgresql-autodoc (1.23-1) unstable; urgency=low

  * New upstream release (Closes: #252046, #252049)

 -- Tommaso Moroni <moronito@debian.org>  Fri,  4 Jun 2004 13:34:23 +0200

postgresql-autodoc (1.22-2) unstable; urgency=low

  * Removed dependency on postgresql, as one could generate documentation 
    from a host which doesn't run the dbms.

 -- Tommaso Moroni <moronito@debian.org>  Tue, 23 Mar 2004 05:40:45 +0100

postgresql-autodoc (1.22-1) unstable; urgency=low

  * New upstream release

 -- Tommaso Moroni <moronito@debian.org>  Sat, 20 Mar 2004 05:22:47 +0100

postgresql-autodoc (1.21-1) unstable; urgency=low

  * New upstream release

 -- Tommaso Moroni <moronito@debian.org>  Sat,  6 Dec 2003 18:13:06 +0100

postgresql-autodoc (1.20-1) unstable; urgency=low

  * New upstream release

 -- Tommaso Moroni <moronito@debian.org>  Sun, 16 Nov 2003 09:07:09 +0100

postgresql-autodoc (1.12-1) unstable; urgency=low

  * New upstream release
  * Package now Recommends dia (>= 0.91)
  * Updated Standards-version to 3.6.1.0 (no changes needed)
  * Added debian/watch

 -- Tommaso Moroni <moronito@debian.org>  Fri, 29 Aug 2003 18:44:11 +0200

postgresql-autodoc (1.10-1) unstable; urgency=low

  * Initial Release. (Closes: #166291)

 -- Tommaso Moroni <moronito@debian.org>  Sun, 20 Jul 2003 19:53:43 +0200