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
|
augeas (1.12.0-2) unstable; urgency=medium
* Add patch for postfix master.cf (Closes: #930888)
-- Hilko Bengen <bengen@debian.org> Sat, 14 Mar 2020 11:22:44 +0100
augeas (1.12.0-1) unstable; urgency=medium
* New upstream version 1.12.0
-- Hilko Bengen <bengen@debian.org> Fri, 19 Apr 2019 20:52:58 +0200
augeas (1.11.0-3) unstable; urgency=medium
* Build PDF documentation (Closes: #920326). Turns out that
dh_installdocs didn't care about missing files before.
* Remove misleading manpages file. Turns out that dh_installman didn't
care about missing files before.
-- Hilko Bengen <bengen@debian.org> Thu, 24 Jan 2019 09:42:52 +0100
augeas (1.11.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/changelog: Remove trailing whitespaces
[ Hilko Bengen ]
* Disable gnulib tests, thanks to Matthias Klose (Closes: #919662)
* Bump Debhelper compat level
* Replace dh_install --fail-missing
* Bump Standards-Version
-- Hilko Bengen <bengen@debian.org> Wed, 23 Jan 2019 13:00:26 +0100
augeas (1.11.0-1) unstable; urgency=medium
* New upstream version 1.11.0
* Bump Standards-Version
* Fix Vcs-* headers
-- Hilko Bengen <bengen@debian.org> Sat, 25 Aug 2018 13:23:17 +0200
augeas (1.10.1-2) unstable; urgency=medium
* Add correct file paths to clamav.aug (Closes: #892913)
* Migrate git repository to salsa
* Update Uploaders field
-- Hilko Bengen <bengen@debian.org> Wed, 28 Mar 2018 16:51:41 +0200
augeas (1.10.1-1) unstable; urgency=medium
* New upstream version 1.10.1
* Update .symbols
-- Hilko Bengen <bengen@debian.org> Tue, 30 Jan 2018 10:18:46 +0100
augeas (1.10.0-1) unstable; urgency=medium
* New upstream version 1.10.0
* Explicitly enable all hardening options
* Bump Standards-Version
* Add augmatch to .install
* Update .symbols
-- Hilko Bengen <bengen@debian.org> Mon, 29 Jan 2018 10:46:53 +0100
augeas (1.9.0-2) unstable; urgency=medium
* Add libselinux1-dev dependency to libaugeas-dev (Closes: #878344)
-- Hilko Bengen <bengen@debian.org> Fri, 13 Oct 2017 11:53:55 +0200
augeas (1.9.0-1) unstable; urgency=medium
* New upstream version 1.9.0
* Bump Standards-Version
* Rebase patches
* Remove tests/test-*.sh to work around FTBFS issue
(https://github.com/hercules-team/augeas/issues/511)
* Do not install dump example program
* Add symbols
-- Hilko Bengen <bengen@debian.org> Sun, 08 Oct 2017 13:37:20 +0200
augeas (1.8.1-2) unstable; urgency=medium
* Modernize package: Bump DH compat level, Standards-Version,
remove -dbg package, fix VCS-* header
-- Hilko Bengen <bengen@debian.org> Fri, 08 Sep 2017 22:30:33 +0200
augeas (1.8.1-1) unstable; urgency=high
* New upstream version 1.8.1
- Fixes CVE-2017-7555 (Closes: #872400)
* Add Multi-Arch support (Closes: #715554)
-- Hilko Bengen <bengen@debian.org> Fri, 18 Aug 2017 07:15:24 +0200
augeas (1.8.0-1~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
-- Hilko Bengen <bengen@debian.org> Thu, 11 May 2017 09:10:51 +0200
augeas (1.8.0-1) unstable; urgency=medium
* New upstream version 1.8.0
* Drop patch integrated upstream
* Update symbols
-- Hilko Bengen <bengen@debian.org> Mon, 03 Apr 2017 22:58:36 +0200
augeas (1.7.0-1) unstable; urgency=medium
* Adopting package
* Update Maintainer, Uploaders fields, with permission from previous
maintainer
* Add fixes to NRPE (Closes: #749919) and krb5 (Closes: #822765) parsers
-- Hilko Bengen <bengen@debian.org> Sat, 25 Mar 2017 23:08:18 +0100
augeas (1.7.0-0.1) unstable; urgency=medium
* Non-maintainer upload
* New upstream version 1.7.0 (Closes: #823319)
- License for gnulib/tests/test-safe-alloc.c has been fixed
(Closes: #815219)
- Backtick parsing issue had been fixed as of 1.2.0 (Closes: #748099)
* Drop http patches
* Update symbols
* Bump Standards-Version
-- Hilko Bengen <bengen@debian.org> Thu, 19 Jan 2017 23:09:49 +0100
augeas (1.2.0-0.3) unstable; urgency=medium
* Non-maintainer upload.
[ Yann Soubeyrand ]
* Httpd lense:
- Allow EOL comments after section tags (thanks Dominic Cleal from Red
Hat for reporting the patch) (Closes: #802665)
- Include /etc/apache2/conf-available directory (Closes: #764699)
[ Mattia Rizzolo ]
* debian/patches/0003-Httpd-Allow-eol-comments-after-section-tags.patch:
+ Rewrite DEP-3 header.
-- Yann Soubeyrand <yann-externe.soubeyrand@edf.fr> Fri, 27 Nov 2015 10:00:36 +0100
augeas (1.2.0-0.2) unstable; urgency=medium
* Non-maintainer upload
* Require SELinux support only on Linux-based architectures
-- Hilko Bengen <bengen@debian.org> Wed, 27 Aug 2014 19:43:41 +0200
augeas (1.2.0-0.1) unstable; urgency=medium
* Non-maintainer upload
* New upstream version (Closes: #751232)
* Removed patch for issue that has been fixed upstream
* Modernized package:
- Debhelper 9
- Bumped Standards-Version
- Added Vcs-* headers
* Updated .symbols file
* Enabled selinux (Closes: #752037)
* Added patches:
- Install vim addons into correct directory
- Skip tests that need root privileges when fakeroot has been detected
-- Hilko Bengen <bengen@debian.org> Mon, 25 Aug 2014 18:58:03 +0200
augeas (1.0.0-1.1) unstable; urgency=low
* Non-maintainer upload
* Tests can now be run in mixed-case directories such as the temporary
directory created by sbuild (Closes: #707922)
* Restored the original Maintainer field (Closes: #697972)
* Updated watch file
* Updated symbols file
* Install *.vim files into correct path
* Don't use chrpath
* No longer disable optimization on armel
-- Hilko Bengen <bengen@debian.org> Sat, 29 Jun 2013 15:26:53 +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
|