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
|
augeas (1.2.0-1) UNRELEASED; urgency=medium
* Team upload
* Updated debian/libaugeas0.symbols
* Switched to multiarch
* Use debhelper sequencer (bump compat to 9)
* Bump standard version to 3.9.5
* New package vim-augeas
* Added Vcs-* fields to debian/control
-- Igor Pashev <pashev.igor@gmail.com> Sun, 09 Feb 2014 02:13:02 +0400
augeas (1.2.0-0ubuntu1) trusty; urgency=low
* New upstream release.
-- Raphaël Pinson <raphink@ubuntu.com> Mon, 27 Jan 2014 15:28:04 +0100
augeas (1.1.0-0ubuntu4) trusty; urgency=medium
* d/p/etc-network-interfaces-{source-stanza,d}.patch: add support for source
stanza and /etc/network/interfaces.d/ directory; cherry-picked from
upstream (LP: #1270881).
-- Robie Basak <robie.basak@ubuntu.com> Tue, 21 Jan 2014 09:23:41 -0600
augeas (1.1.0-0ubuntu3) trusty; urgency=medium
* debian/{control,rules,preserving-libtoolize}: Build with dh-autoreconf for
new libtool. Use a libtoolize wrapper that preserves argz.m4, as
autoreconf disagrees with the embedded gnulib.
* debian/patches/link-pthread.diff: Fix existing patch to add --no-as-needed
to LDFLAGS rather than LDADD, to appease new automake.
-- William Grant <wgrant@ubuntu.com> Thu, 19 Dec 2013 00:46:51 +1100
augeas (1.1.0-0ubuntu2) saucy; urgency=low
* Build the test-lock and test-thread_create tests with --no-as-needed
to fix the test failures. LP: #1216917.
* Configure with --disable-silent-rules.
-- Matthias Klose <doko@ubuntu.com> Thu, 26 Sep 2013 16:14:45 +0200
augeas (1.1.0-0ubuntu1) saucy; urgency=low
* New upstream release
* Fix download URL in debian/watch
-- Raphaël Pinson <raphink@ubuntu.com> Sat, 15 Jun 2013 22:36:05 +0200
augeas (1.0.0-1) unstable; urgency=low
* Uploaded to Debian
-- Free Ekanayaka <freee@debian.org> Fri, 11 Jan 2013 10:49:44 +0100
augeas (1.0.0-0ubuntu1) raring; urgency=low
* New upstream version.
* Drop all patches.
-- Raphaël Pinson <raphink@ubuntu.com> Thu, 27 Dec 2012 10:07:10 +0100
augeas (0.10.0-1fakesync1ubuntu2) raring; urgency=low
* Fix FTBFS: Avoid assuming that gets is declared.
-- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Mon, 24 Dec 2012 13:53:10 +0200
augeas (0.10.0-1fakesync1ubuntu1) quantal-proposed; urgency=low
* augeas-split-lines.patch: consolidate 2 commits from upstream to fix
handling of split lines in modprobe.conf (LP: #1054306) (Closes: #688347)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 24 Sep 2012 22:56:01 -0500
augeas (0.10.0-1fakesync1) quantal-proposed; urgency=low
* Fake sync due to mismatching orig tarball. (LP: #1054329)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 24 Sep 2012 14:39:56 -0500
augeas (0.10.0-1) unstable; urgency=low
* New upstream release
* Pull packaging changes from Ubuntu (see the changelog)
* Pull packaging changes from Igor Pashev's package at mentors.d.o:
- Update maintainer's email
- Add upstream sudoers.patch (Closes: #650079)
- Add upstream debctl.patch (Closes: #650887)
- Add upstream modprobe.patch (Closes: #641813)
- Add cpp-linkage.patch for C++ linkage
- Add gnulib-build-out-of-source.patch for building out of source tree
- Add regexp-escape.patch for escape() usage on systems without uselocale()
* Fix build-deps on naturaldocs (build-depends-on-1-revision)
-- Free Ekanayaka <freee@debian.org> Sun, 20 May 2012 09:45:39 +0200
augeas (0.10.0-0ubuntu4) precise; urgency=low
* Add a Depends on libxml2-dev for libaugeas-dev, since it is required by
the pcfile. (LP: #940172)
-- Iain Lane <laney@ubuntu.com> Fri, 24 Feb 2012 10:16:51 +0000
augeas (0.10.0-0ubuntu3) precise; urgency=low
* Add LP838010_sudoers.patch to (LP: #838010).
-- Raphaël Pinson <raphink@ubuntu.com> Sun, 18 Dec 2011 21:51:39 +0100
augeas (0.10.0-0ubuntu2) precise; urgency=low
* Pull patches from upstream:
- libxml2_onechar_path.patch
- mdadm_debian_path.patch
- pkg-config_require_libxml2.patch
* Update Ubuntu maintainer as per XSBC-Original-Maintainer policy.
-- Raphaël Pinson <raphink@ubuntu.com> Wed, 14 Dec 2011 09:59:18 +0100
augeas (0.10.0-0ubuntu1) precise; urgency=low
* New upstream release
* Add libxml2-dev and pkg-config to Build-Depends.
* Deactivate obsolete test-readlink-errno.patch patch.
* Update debian/libaugeas0.symbols to match upstream changes.
-- Raphaël Pinson <raphink@ubuntu.com> Sat, 03 Dec 2011 14:46:20 +0100
augeas (0.9.0-1) unstable; urgency=low
* New upstream release
* Added build-arch and build-indep targets to d/rules. (Closes: #648156)
Thanks to Niels Thykier for the patch.
-- Nicolas Valcárcel Scerpella <nicolas.valcarcel@canonical.com> Thu, 10 Nov 2011 09:20:03 -0500
augeas (0.8.1-2) unstable; urgency=low
* debian/patches/test-readlink-errno.patch: On linux kernels >2.6.39
one of the readlink tests fails with EINVAL, rather than the previous
(expected) behaviour of ENOENT; causing FTBFS. This patch accepts
both behaviours resolving failure. Thanks to Dave Walker for the patch
(Closes: #630256)
-- Nicolas Valcárcel Scerpella <nicolas.valcarcel@canonical.com> Mon, 13 Jun 2011 14:42:12 -0400
augeas (0.8.1-1) unstable; urgency=low
* new upstream release
* pull packaging from Ubuntu - new binary package augeas-docs
* change build dependency on naturaldocs to version in Debian
* remove debian/patches/*, no longer needed
* update standards version - no changes
* update libaugeas0 short description to not start with an article
* update debian/libaugeas0.symbols to match upstream changes
-- Micah Anderson <micah@debian.org> Thu, 09 Jun 2011 10:25:27 -0400
augeas (0.8.0-0ubuntu4) natty; urgency=low
* debian/rules: Work around segfault in make check by building with -O0 on armel.
Fixes armel FTBFS (LP: #758082)
-- Jani Monoses <jani@ubuntu.com> Tue, 12 Apr 2011 00:04:20 +0300
augeas (0.8.0-0ubuntu3) natty; urgency=low
* Fix FTBFS.
-- Chuck Short <zulcss@ubuntu.com> Mon, 04 Apr 2011 15:03:57 -0400
augeas (0.8.0-0ubuntu2) natty; urgency=low
* src/augtool.c: Fix null pointer derefrence.
(LP: #736685)
-- Chuck Short <zulcss@ubuntu.com> Mon, 04 Apr 2011 14:03:22 -0400
augeas (0.8.0-0ubuntu1) natty; urgency=low
* New upstream release.
* Remove obsolete ruby Build-Depend.
* Build PDF docs and add them to augeas-doc.
* Build-Depend on texlive-latex-base to build PDF docs.
* Install txt doc files in augeas-doc.
-- Raphaël Pinson <raphink@ubuntu.com> Thu, 24 Feb 2011 09:32:22 +0100
augeas (0.7.4-0ubuntu3) natty; urgency=low
* Install vim syntax files in augeas-doc.
-- Raphaël Pinson <raphink@ubuntu.com> Tue, 15 Feb 2011 16:45:34 +0100
augeas (0.7.4-0ubuntu2) natty; urgency=low
* Fix Priority of augeas-doc package.
-- Raphaël Pinson <raphink@ubuntu.com> Mon, 22 Nov 2010 18:51:38 +0100
augeas (0.7.4-0ubuntu1) natty; urgency=low
* New upstream release
* Build an augeas-doc package:
- Add --with-naturaldocs-output=HTML to configure
- Build-Depend on naturaldocs
- augeas-lenses suggests augeas-doc
* Activate checks:
- Add make check
- Build-Depend on ruby for tests
-- Raphaël Pinson <raphink@ubuntu.com> Fri, 19 Nov 2010 23:02:00 +0100
augeas (0.7.3-1) unstable; urgency=low
* New upstream release
-- Nicolas Valcárcel Scerpella (Canonical) <nicolas.valcarcel@canonical.com> Fri, 27 Aug 2010 14:59:07 -0500
augeas (0.7.2-1) unstable; urgency=low
* New upstream release
* Droped 50_iptables-lens.diff. Included upstream
* Updated libaugeas0.symbols
-- Nicolas Valcárcel Scerpella (Canonical) <nicolas.valcarcel@canonical.com> Fri, 25 Jun 2010 16:12:45 -0500
augeas (0.7.1-2) unstable; urgency=low
* Remove libaugeas0 from augeas-lenses depends. (Closes: #578880)
* Change iptables config location. (LP: #566803)
-- Nicolas Valcárcel Scerpella (Canonical) <nicolas.valcarcel@canonical.com> Fri, 23 Apr 2010 09:28:28 -0500
augeas (0.7.1-1) unstable; urgency=low
* New upstream release
* Remove 50_grub_lense.diff. Included upstream
* Switch to dpkg-source 3.0 (quilt) format
- Remove Build-dep on quilt
- Remove all reference to quilt in debian/rules
- Remove README.source
-- Nicolas Valcárcel Scerpella (Canonical) <nicolas.valcarcel@canonical.com> Wed, 21 Apr 2010 18:38:21 -0500
augeas (0.7.0-2) unstable; urgency=low
* Add dependecy on libaugeas0 ( >= 0.70) to augeas-lenses
* Add dependency on ${misc:Depends} to augeas-lenses and augeas-dbg
to satisfy lintian.
* Updated my mail in Maintainers field
* Add README.source
-- Nicolas Valcárcel Scerpella (Canonical) <nicolas.valcarcel@canonical.com> Wed, 21 Apr 2010 18:12:37 -0500
augeas (0.7.0-1) unstable; urgency=low
* New upstream release
* Update grub.lens patch to match grub's config file location
(Closes: #535141)
* Add augeas-dbg binary package. Thanks Matthew Palmer for the patch.
(Closes: #567236)
* Updated libaugeas0.symbols.
-- Nicolas Valcárcel Scerpella (Canonical) <nvalcarcel@canonical.com> Thu, 28 Jan 2010 00:51:54 -0500
augeas (0.6.0-2) unstable; urgency=low
* Add DM-Upload-Allowed field
-- Nicolas Valcárcel Scerpella (Canonical) <nvalcarcel@canonical.com> Sun, 20 Dec 2009 22:03:04 -0500
augeas (0.6.0-1) unstable; urgency=low
* New upstream release
* Add symbols support. (Closes: #530889) Thanks to Chuck Short for the patch.
-- Nicolas Valcárcel Scerpella (Canonical) <nvalcarcel@canonical.com> Wed, 02 Dec 2009 22:44:01 -0500
augeas (0.5.3-1) unstable; urgency=low
* New upstream release
* Exclude XXX~ files when cleaning
-- Nicolas Valcárcel Scerpella (Canonical) <nvalcarcel@canonical.com> Sat, 19 Sep 2009 00:39:07 -0500
augeas (0.5.2-2) unstable; urgency=low
* Change libreadline5-dev Build-Dep to libreadline-dev
-- Nicolas Valcárcel Scerpella (Canonical) <nvalcarcel@canonical.com> Sun, 13 Sep 2009 15:58:16 -0500
augeas (0.5.2-1) unstable; urgency=low
* New Upstream Version
-- Free Ekanayaka <freee@debian.org> Tue, 14 Jul 2009 12:09:26 +0200
augeas (0.5.1-1) unstable; urgency=low
* New upstream release
-- Nicolas Valcárcel Scerpella (Canonical) <nvalcarcel@canonical.com> Wed, 10 Jun 2009 11:52:57 -0500
augeas (0.5.0-2) unstable; urgency=low
* Bumped the Standards Version to 3.8.1
* Version depend in the shlib file. Patch from Torsten Werner.
(Closes: #530931)
-- Nicolas Valcárcel Scerpella <nvalcarcel@canonical.com> Thu, 28 May 2009 23:46:03 +0200
augeas (0.5.0-1) unstable; urgency=low
* New upstream release
* Updated 50_grub_lense.diff to fit with new grub lense.
-- Nicolas Valcárcel Scerpella <nvalcarcel@canonical.com> Tue, 12 May 2009 11:07:05 -0500
augeas (0.4.0-1) unstable; urgency=low
* New Upstream Version
-- Free Ekanayaka <freee@debian.org> Sun, 08 Feb 2009 10:58:29 +0100
augeas (0.3.6-1) unstable; urgency=low
* New Upstream Version
* Add Vcs-Browser and Vcs-Git fields
-- Free Ekanayaka <freee@debian.org> Tue, 27 Jan 2009 21:49:47 +0000
augeas (0.3.5-1) unstable; urgency=low
* New upstream release
* Drop 60_extra-lenses patch, all lenses merged upstream
-- Free Ekanayaka <freee@debian.org> Wed, 24 Dec 2008 16:11:49 +0000
augeas (0.3.4-2) unstable; urgency=low
* Update extra-lenses patch (add passwd lens)
-- Free Ekanayaka <freee@debian.org> Mon, 22 Dec 2008 11:27:18 +0000
augeas (0.3.4-1) unstable; urgency=low
* New Upstream Version
-- Free Ekanayaka <freee@debian.org> Mon, 10 Nov 2008 13:48:04 +0100
augeas (0.3.3-2) unstable; urgency=low
* Update extra-lenses patch (group and cron-apt lenses)
-- Free Ekanayaka <freee@debian.org> Tue, 28 Oct 2008 12:30:48 +0100
augeas (0.3.3-1) unstable; urgency=low
* New upstream release
-- Free Ekanayaka <freee@debian.org> Sat, 25 Oct 2008 14:05:54 +0200
augeas (0.3.2-1) unstable; urgency=low
* New upstream version
* Add extra-lenses patch (phpvars, squid, postfix, webmin)
-- Free Ekanayaka <freee@debian.org> Wed, 22 Oct 2008 11:04:09 +0200
augeas (0.3.1-1) unstable; urgency=low
* New upstream release
* Pass --enable-compile-warnings=yes to ./configure, which makes
the package buildable on etch
* Added myself to Uploaders:
-- Free Ekanayaka <freee@debian.org> Fri, 05 Sep 2008 10:04:12 +0200
augeas (0.3.0-1) unstable; urgency=low
* New upstream release.
-- Nicolas Valcárcel <nvalcarcel@gmail.com> Fri, 08 Aug 2008 00:31:56 -0500
augeas (0.2.2-1) unstable; urgency=low
* New upstream release.
* Dropped: 51_alias_commas.diff, 52_dput_support.diff and
20_autool_null_printing.diff since they are not needed anymore.
* Install NEWS file with changelogs.
-- Nicolas Valcárcel <nvalcarcel@gmail.com> Fri, 18 Jul 2008 19:05:12 -0500
augeas (0.2.1-2) unstable; urgency=low
* Removed required spaces after commas on aliases.aug (51_alias_commas.diff)
- Added test cases to tests/test_aliases.aug
(Patch taken from upstream)
* Added dput support (dput.aug)
- Added test cases to tests/test_dput.aug (52_dput_support.diff)
(Patch taken from upstream, originally written by Raphael Pinson)
* debian/control:
- augeas-lenses:
+ Droped Depends field
+ Added libaugeas0 (= ${binary:Version}) to Suggests field
- libaugeas0:
+ Added augeas-tools to Suggests field
* Fixed printing of null values in augtool (20_autool_null_printing.diff)
(Patch taken from upstream)
-- Nicolas Valcárcel <nvalcarcel@gmail.com> Fri, 18 Jul 2008 00:10:06 -0500
augeas (0.2.1-1) unstable; urgency=low
* Initial packaging for debian. (Closes: #476648)
* Fix rpath issue. http://wiki.debian.org/RpathIssue
* 50_grub_lense.diff:
- Fix configuration file path for grub (Debian systems only).
-- Nicolas Valcárcel <nvalcarcel@gmail.com> Thu, 03 Jul 2008 19:52:15 -0500
|