File: changelog

package info (click to toggle)
dh-autoreconf 20
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 76 kB
  • sloc: perl: 132; makefile: 10
file content (202 lines) | stat: -rw-r--r-- 7,039 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
dh-autoreconf (20) unstable; urgency=medium

  [ Sven Joachim ]
  * Prefer libdebhelper-perl over debhelper (Closes: #939719)

  [ Julian Andres Klode ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Run wrap-and-sort
  * Bump debhelper from old 12 to 13.
  * Bump Standards-Version to 4.5.1

 -- Julian Andres Klode <jak@debian.org>  Thu, 04 Feb 2021 12:26:25 +0100

dh-autoreconf (19) unstable; urgency=medium

  * Disable gtkdocize for now (Closes: #898916)

 -- Julian Andres Klode <jak@debian.org>  Sat, 19 May 2018 21:33:40 +0200

dh-autoreconf (18) unstable; urgency=medium

  * Correctly restore working directory if autoreconf failed (Closes: #876187)
  * Automatically use xdg-autogen if configure.{ac,in} contain XDT_ lines.
    Thanks to Unit 193 for the initial patch (Closes: #893746)
  * Automatically handle gtkdocize if no custom command has been provided
    (Closes: #640376)

 -- Julian Andres Klode <jak@debian.org>  Tue, 15 May 2018 19:31:30 +0000

dh-autoreconf (17) unstable; urgency=medium

  * Add Breaks: quilt (<< 0.63-8.2~), dpatch (<< 2.0.38+nmu1~) (Closes: #889567)
  * Move to Salsa
  * Use debhelper compat level 11
  * Bump Standards-Version to 4.1.3
  * debian/copyright: Point to HTTPS Format url
  * d/rules: Use /usr/share/dpkg/pkg-info.mk instead of dpkg-parsechangelog

 -- Julian Andres Klode <jak@debian.org>  Wed, 21 Mar 2018 23:43:37 +0100

dh-autoreconf (16) unstable; urgency=medium

  * Do not fail, only warn, if run multiple times (Closes: #887482)
  * Also clean up symlinks (Closes: #882479)
  * Run dh_autoreconf after dh_update_autotools_config,
    not before dh_auto_configure

 -- Julian Andres Klode <jak@debian.org>  Wed, 24 Jan 2018 22:26:43 +0100

dh-autoreconf (15) unstable; urgency=medium

  [ Lukas Schwaighofer ]
  * update dh-autoreconf(7) man page (Closes: #870518)

  [ Niels Thykier ]
  * dh_autoreconf_clean: Add a NOOP promise (Closes: #881394)
  * dh-autoreconf can build without (fake)root

  [ Julian Andres Klode ]
  * Bump Standards-Version to 4.1.1

 -- Julian Andres Klode <jak@debian.org>  Sat, 11 Nov 2017 22:47:52 +0100

dh-autoreconf (14) unstable; urgency=medium

  * Drop alternative dependency on automaken (Closes: #857556)

 -- Julian Andres Klode <jak@debian.org>  Fri, 31 Mar 2017 18:13:10 +0200

dh-autoreconf (13) unstable; urgency=medium

  * Speed-up: Use -exec ... + instead of -exec ... \; for find.
    Thanks to Helmut Grohne and Tollef Fog Heen for the suggestion
  * Update Standards-Version and point Vcs fields to https

 -- Julian Andres Klode <jak@debian.org>  Fri, 06 Jan 2017 20:52:54 +0100

dh-autoreconf (12) unstable; urgency=medium

  [ Julian Andres Klode ]
  * dh_autoreconf: --sourcedirectory is forwarded by dh(1)
    Thanks to Niels Thykier for reporting this on IRC
  * debian/control: Standards-Version: 3.9.7

  [ Niels Thykier ]
  * dh_autoreconf: Do nothing if there are no configure scripts

 -- Julian Andres Klode <jak@debian.org>  Sat, 02 Apr 2016 23:44:09 +0200

dh-autoreconf (11) unstable; urgency=medium

  * dh_autoreconf: Support --sourcedirectory in compat level 10
    (Closes: #673254)
  * Also look for ltmain.sh in paths from libtool 2.46 (Closes: #814063)
  * ltmain-as-needed.diff: Refresh

 -- Julian Andres Klode <jak@debian.org>  Mon, 08 Feb 2016 11:13:42 +0100

dh-autoreconf (10) unstable; urgency=medium

  [ Julian Andres Klode ]
  * debian/copyright: Extend copyright statement to 2013
  * dh_autoreconf.pod: Fix typo (Closes: #729001)
  * dh-autoreconf.pod: Document when dh-autoreconf can be used with
    autotools-dev (Closes: #698765)
  * debian/gbp.conf: Add
  * Standards-Version 3.9.5
  * debian/copyright: Extend to 2014
  * Use debhelper 9

  [ Eric Dorland ]
  * Fix automake documentation (Closes: #740797)

 -- Julian Andres Klode <jak@debian.org>  Thu, 25 Sep 2014 15:40:21 +0200

dh-autoreconf (9) unstable; urgency=low

  * autoreconf.mk: Only run dh_autoreconf_clean if needed (Closes: #709079)

 -- Julian Andres Klode <jak@debian.org>  Sun, 14 Jul 2013 22:21:08 +0200

dh-autoreconf (8) unstable; urgency=low

  * Promote autopoint from Recommends to Depends (Closes: #610966)
  * autoreconf.mk: include buildcore.mk (Closes: #681036)
  * Set Standards-Version to 3.9.4
  * Update Vcs-Git and Vcs-Browser to the anonscm urls

 -- Julian Andres Klode <jak@debian.org>  Sun, 14 Jul 2013 20:37:21 +0200

dh-autoreconf (7) unstable; urgency=low

  * dh_autoreconf: Documentation: -f -i is passed to autoreconf by default
  * dh_autoreconf_clean: Correctly handle spaces in file names (Closes: #692317)
  * dh_autoreconf_clean: Remove invalid and unneeded comments

 -- Julian Andres Klode <jak@debian.org>  Thu, 22 Nov 2012 23:31:00 +0100

dh-autoreconf (6) unstable; urgency=low

  * Require at least version 2.4.2 of libtool (Closes: #655876)
  * Add Multi-Arch: foreign field (Closes: #658969)
  * Do not allow to run dh_autoreconf twice (Closes: #630766)
  * dh_autoreconf: Create autoreconf.after even if autoreconf fails
  * Increase Standards-Version to 3.9.3, use copyright-format 1.0

 -- Julian Andres Klode <jak@debian.org>  Thu, 23 Feb 2012 15:46:34 +0100

dh-autoreconf (5) unstable; urgency=low

  * ltmain-as-needed.diff: Rebase against libtool 2.4.2 (Closes: #647070)

 -- Julian Andres Klode <jak@debian.org>  Sun, 30 Oct 2011 14:36:09 +0100

dh-autoreconf (4) unstable; urgency=low

  [ Julian Andres Klode ]
  * autoreconf.mk: Run _clean in reverse-config (Closes: #596099)
  * dh_autoreconf: Add --as-needed for automatic patching of ltmain.sh
  * debian/control: Increase Standards-Version to 3.9.2

  [ Ari Pollak ]
  * dh_autoreconf: support parameters passed to custom program (Closes: #623229)

 -- Julian Andres Klode <jak@debian.org>  Tue, 14 Jun 2011 19:32:29 +0200

dh-autoreconf (3) unstable; urgency=low

  [ Cyril Brulebois ]
  * dh-autoreconf.pod: Update rules example for debhelper 8 (Closes: #611414)

  [ Julian Andres Klode ]
  * autoreconf.mk: Run dh_autoreconf only once (Closes: #618580)
  * Make it possible to run on sub directories only (Closes: #582114)
  * autoreconf.mk: Add to CDBS_BUILD_DEPENDS (Closes: #610163)
  * autoreconf.mk: Run dh_autoreconf_clean before clean (Closes: #596099)
  * debian/control: Set Standards-Version to 3.9.1
  * dh_autoreconf: Ignore common VCS directories (Closes: #611864)
  * dh_autoreconf_clean: Remove 'before' file even if autoreconf failed

  [ Marcin Owsiany ]
  * dh-autoreconf.pod: Document conflict with autotools-dev (Closes: #587102)

 -- Julian Andres Klode <jak@debian.org>  Mon, 04 Apr 2011 16:06:13 +0200

dh-autoreconf (2) unstable; urgency=low

  [ Didier Roche ]
  * Fix issue in find | xargs when files contain spaces (Closes:
    #586755).

  [ Julian Andres Klode ]
  * Set Standards-Version to 3.9.0.

 -- Julian Andres Klode <jak@debian.org>  Fri, 23 Jul 2010 13:24:44 +0200

dh-autoreconf (1) unstable; urgency=low

  * Initial release (Closes: #575938).

 -- Julian Andres Klode <jak@debian.org>  Sat, 17 Apr 2010 15:18:49 +0200