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
|
autolog (0.42.1-2) unstable; urgency=medium
* Team upload.
* d/p/*: Add patch to fix incompatible pointer type errors (Closes: #1074830).
* d/control: Bump Standards-Version to 4.7.0.
* d/copyright: Update the debian/* stanza.
-- Sven Geuer <sge@debian.org> Tue, 03 Sep 2024 23:05:29 +0200
autolog (0.42.1-1) unstable; urgency=medium
* New upstream version. (Closes: #1066269)
* Remove obsolete lsb-base dependency.
* Bump to Standards-Version 4.6.2 (no changes required).
* Update copyright file.
-- Marcos Fouces <marcos@debian.org> Tue, 19 Mar 2024 18:51:56 +0100
autolog (0.42-2) unstable; urgency=medium
* Remove d/upstream/metadata duplicate and incorrect field.
* Bump to Standards-Version 4.6.1 (no changes required).
* Update d/copyright file.
* Add Rules-Requires-Root: binary-target as building of this
package required root privileges at some point.
-- Marcos Fouces <marcos@debian.org> Wed, 12 Oct 2022 14:17:08 +0200
autolog (0.42-1) unstable; urgency=medium
* Set new upstream repo on Github. Update watch file accordingly.
* New upstream version 0.42
* Delete all patches as they were merged upstream.
* Remove local manpages but keep d/manpage.autolog to install.
* Update copyright file properly.
* Update d/upstream/metadata.
* Set new homepage.
* Bump to Standards-Version 4.5.1 (no changes required).
-- Marcos Fouces <marcos@debian.org> Wed, 17 Feb 2021 18:00:36 +0100
autolog (0.40+debian-4) unstable; urgency=medium
[ Marcos Fouces ]
* d/control
- Bump debhelper-compat compatibility level to 13.
- Switch Build-Depends from debhelper to debhelper-compat.
- Add Pre-Depends: ${misc:Pre-Depends} to handle
--skip-systemd-native invoke-rc.d flag properly.
- Remove unnecessary greater-than versioned dependencies.
* d/copyright
- Add proper explanation for upstream repacked tarball.
*d/u/metadata
- Add upstream metadata.
* d/watch
- Use secure URI.
[ Samuel Henrique ]
* Add salsa-ci.yml
* Configure git-buildpackage for Debian.
[ Deb Janitor ]
* Use secure URI in Homepage field.
* Update standards version to 4.5.0, no changes needed.
-- Marcos Fouces <marcos@debian.org> Wed, 30 Sep 2020 15:56:51 +0200
autolog (0.40+debian-3) unstable; urgency=medium
* Team upload.
* Update team maintainer address to Debian Security Tools
<team+pkg-security@tracker.debian.org>
* Update Vcs-Git and Vcs-Browser for the move to salsa.debian.org
* Replace exim4 by default-mta in Recommends.
* Bump Standards-Version to 4.2.1.
* Switch debhelper compat level to 11.
* Use $(MAKE) instead of make in debian/rules
-- Raphaël Hertzog <hertzog@debian.org> Tue, 28 Aug 2018 10:36:16 +0200
autolog (0.40+debian-2) unstable; urgency=medium
[ Marcos Fouces ]
* Reorder, refresh and rename patches properly
* Major rewrite of autolog.init file fixing piuparts issues
(closes: #605890, #850761)
* Polish and rename properly {pre,post}{inst,rem} files.
* Create 06_adjust_makefile.patch
- allow debhelper to inject CPPFLAGS and LDFLAGS
- allow overriding CC (needed for cross compiling)
* Add 07_clang-ftbfs.patch. Thanks to Arthur Marble (Closes: #740031)
* Rely on dh_installinit to install autolog.init.d
* Avoid manually handle the update-rc.d calls on {post,pre}{inst,rem} files
* Update Standards-revision to 4.0.0 (no changes needed)
* Set priority to optional
* Create systemd service file
[ Lukas Schwaighofer ]
* Allow `make clean` to fail so `debian/rules clean` can be executed in
patches unapplied state
* Remove preinst, the cleanup code has been present since a version before
o-o-stable and can therefore be dropped
* Improve the removal of /var/log/autolog.log* files in postrm
-- Marcos Fouces <marcos.fouces@gmail.com> Sun, 02 Jul 2017 20:33:36 +0200
autolog (0.40+debian-1) unstable; urgency=medium
* Rename version to 0.40+debian.
Deleted unnecessary files in source tarball (*.spec and a binary)
* Assign to pkg-security team (Closes: #783267)
* Bump to debhelper 10
* Fix homepage
* Fix watch file in order to mangle Debian version
* Add lsb-base dependency
* Delete temporary debhelper file
* Delete source.lintian-overrides
* Fix descriptions in control file
* Adapt rules file to modern standards
* Add autolog.manpages
* Update copyright file to be dep5 compliant
* Add patch to fix spelling errors
* Call invoke-rc.d without prepended path
* Restore "status" to invoke-rc.d options
* Bump std-version to 3.9.8
-- Marcos Fouces <mfouces@yahoo.es> Thu, 08 Dec 2016 13:25:10 +0100
autolog (0.40-13.1) unstable; urgency=low
* Non-maintainer upload.
* Don't set PATH in postrm (there is no need for that), (Closes: #604208).
-- Mehdi Dogguy <mehdi@debian.org> Wed, 01 Dec 2010 16:40:43 +0100
autolog (0.40-13) unstable; urgency=low
* debian/patches
- Adding 04_check_ps_output.diff, thanks to Julien Viard de Galbert
<julien@vdg.blogsite.org>. (Closes: #553502)
* debian/control
- Bump Standards-Version: 3.9.1 (No changes)
* debian/autolog.conf.5
- Fix spelling-error-in-manpage. Makes lintian happy.
* debian/patches/01_Makefile.diff
- Change the INIDIR to /etc/init.d
-- Luis Uribe <acme@eviled.org> Sat, 30 Oct 2010 21:19:38 -0500
autolog (0.40-12) unstable; urgency=low
* debian/compat
- Dump debhelper to 5
* debian/control
- Bump Standards-Version: 3.8.4 (No changes)
* debian/[postinst,postrm,preinst,prerm]
- Add 'set -e' to check for errors
* Add patches for:
- Makefile
- autolog.8
- autolog.conf.5
- autolog.c
- autolog.init
* debian/control
- Adds ${misc:Depends} to Depends:
- Bump debhelper dependent number version. Makes lintian happy.
- Add homepage field
* debian/copyright
- Fix the symlink to GPL-2
* Makefile
- Remove installation of autolog.log from Makefile and include it on a
postinst script
- Fix the path of the manpage installation
* Switch to dpkg-source 3.0 (quilt) format. (Closes: #538629)
* debian/source.lintian-overrides
- Add file to override lintian warnings
* debian/rules
- Remove quilt references
- Clean "clean" target.
-- Luis Uribe <acme@eviled.org> Sun, 21 Mar 2010 21:58:13 -0500
autolog (0.40-11) unstable; urgency=low
* debian/control
- Bump standards to 3.8.0 (No changes made)
* debian/copyright
- Rewrite Copyright notice
* Remove the bashism in autolog.init (Closes: #471289)
* Remove the bashism in debian/preinst
* debian/rules
- Move dh_shlibdeps after dh_makeshlibs and before dh_gencontrol,
makes lintian happy.
- Remove template lines.
- Manage patches with quilt.
* autolog.8 and autolog.conf.5
- Fix lintian reports (hyphen used as a minus sign).
-- Luis Uribe <acme@eviled.org> Wed, 09 Apr 2008 20:30:13 -0500
autolog (0.40-10) unstable; urgency=low
* New maintainter. (Closes: #385360).
* Updated to newest standards version.
* Added patch from Martin Godisch <martin@godisch.de> to correct the
misbehave of the program when there is a small idle time specified
(Closes: #206729).
* debian/control
- Remove debconf from Depends:
* debian/rules
- Remove debian/substvars file.
* debian/watch
- Added file
* autolog.init
- Make the script LSB-Compliant.
* Move the debconf note to the README.Debian file, also remove
debian/config, debian/templates and debian/po. (Closes: #388826).
-- Luis Uribe <acme@eviled.org> Mon, 4 Jun 2007 16:42:40 -0500
autolog (0.40-9) unstable; urgency=low
* Added debconf-2.0 depends, per Joey Hess
* Updated Portugese, Swedish translations (Closes: #330204, #330264)
-- Paul Telford <pxt@debian.org> Fri, 30 Sep 2005 07:49:28 -0700
autolog (0.40-8) unstable; urgency=low
* Updated to newest standards-version
* Added man page back in to package
-- Paul Telford <pxt@debian.org> Mon, 18 Jul 2005 09:50:13 -0700
autolog (0.40-7) unstable; urgency=low
* Update German, Vietnamese, Japanese, Czech debconf translations
(Closes: #276695, #309466, #227806, #293603)
* Remove debhelper dependency (Closes: #276909)
-- Paul Telford <pxt@debian.org> Mon, 18 Jul 2005 08:24:32 -0700
autolog (0.40-6) unstable; urgency=low
* Updated Russian and Dutch debconf translation (Closes: #219264, #215365)
-- Paul Telford <pxt@debian.org> Mon, 8 Dec 2003 15:21:53 -0800
autolog (0.40-5) unstable; urgency=low
* Un-commented two erroneously exlcuded upstream source lines
(Closes: #206742)
* Updated French and Brazilian Portugese debconf translations
(Closes: #207948, #207836, #206965)
-- Paul Telford <pxt@debian.org> Mon, 1 Sep 2003 18:39:48 -0700
autolog (0.40-4) unstable; urgency=low
* Switched to gettext-based debconf templates (Closes: #205771)
* Added French translation of gettext debconf template (Closes: #206598)
-- Paul Telford <pxt@debian.org> Thu, 21 Aug 2003 11:48:41 -0700
autolog (0.40-3) unstable; urgency=low
* Use an alternate regex comparison routine to avoid a memory
leak. (Closes: #188445)
* Fixed typo in warning message (Closes: #192018)
-- Paul Telford <pxt@debian.org> Fri, 18 Jul 2003 22:28:57 -0700
autolog (0.40-2) unstable; urgency=low
* Remove old cron.d entry from prior versions if it exists (Closes: #182043)
-- Paul Telford <paul@droflet.net> Sat, 22 Feb 2003 09:53:21 -0800
autolog (0.40-1) unstable; urgency=low
* New upstream release (Closes: #160003, #132152, #73051, #153575, #86423)
* New maintainer (Closes: #174336)
* Added fix to catch unknown groups (Closes: #52124)
* Added Russian debconf template (Closes: #136922)
* Fixed various upstream bugs
-- Paul Telford <paul@droflet.net> Tue, 04 Feb 2003 08:25:28 -0800
autolog (0.35-10.1) unstable; urgency=low
* Non-maintainer upload.
* Mark /etc/logrotate.d/autolog as a conffile (closes: #132152).
-- Colin Watson <cjwatson@debian.org> Sun, 10 Feb 2002 17:32:59 +0000
autolog (0.35-10) unstable; urgency=low
* Sorted out build-depends (closes:Bug#103841,Bug#105083).
* Enhanced some error messages.
* Included host in the subject and the body of the generated messages
(closes:Bug#94910).
* Included debconf message translation to Brazilian Portuguese contributed
by andrelop@ig.com.br (closes:Bug#107486).
-- Nicolás Lichtmaier <nick@debian.org> Sun, 21 Oct 2001 18:52:29 -0300
autolog (0.35-9.1) unstable; urgency=low
* NMU
* Combine multiple build-depends lines
-- Progeny Development Team <progeny-devel@progeny.com> Sun, 15 Jul 2001 12:24:31 -0500
autolog (0.35-9) unstable; urgency=low
* Use select(2) to check if we can write to the tty without blocking. I
hope this finally fixes autolog creating countless processes.
-- Nicolás Lichtmaier <nick@debian.org> Sun, 1 Apr 2001 03:33:01 -0300
autolog (0.35-8) unstable; urgency=low
* Ship with a debian/templates file and don't try to tun
debconf-mergetemplates if it doesn't exist. This is to enable people
to build this package in potato (Debian 2.1) (closes:Bug#86423).
-- Nicolás Lichtmaier <nick@debian.org> Sun, 18 Feb 2001 00:58:41 -0300
autolog (0.35-7) unstable; urgency=low
* Added Swedish, German and Dutch translations
(closes:Bug#82941,Bug#83546,Bug#83902).
-- Nicolás Lichtmaier <nick@debian.org> Sat, 17 Feb 2001 13:09:51 -0300
autolog (0.35-6) unstable; urgency=low
* Open tty with open(2) in non-blocking mode. It should fix some hangs.
-- Nicolás Lichtmaier <nick@debian.org> Wed, 11 Oct 2000 19:20:52 -0300
autolog (0.35-5) unstable; urgency=low
* Added Build-Depends header (closes:Bug#70163).
* Uses getopt. Exits if given an illegal option.
-- Nicolás Lichtmaier <nick@debian.org> Mon, 28 Aug 2000 00:21:59 -0300
autolog (0.35-4) unstable; urgency=low
* If the we get ENOENT opening the tty, we skip it
(closes:Bug#66416).
* Added dh_clean to debian/rules.
* Use debconf to show the note to the user.
-- Nicolás Lichtmaier <nick@debian.org> Fri, 28 Jul 2000 22:12:57 -0300
autolog (0.35-3) unstable; urgency=low
* Moved docs and manpages under /usr/share.
* Updated `Standards-Version' to 3.0.1.
* Uses logrotate to handle the logfile rotation.
* Remove logfiles when the package is purgued.
-- Nicolás Lichtmaier <nick@debian.org> Sun, 12 Sep 1999 17:44:00 -0300
autolog (0.35-2) unstable; urgency=low
* Really updated maintainer address.
* Commented out sample lines in default autolog.conf.
* Minor fixes to manpage.
* Removed useless README.debian.
* Changed Standards-Version to 2.5.0.
-- Nicolás Lichtmaier <nick@debian.org> Sun, 4 Jul 1999 02:40:08 -0300
autolog (0.35-1) unstable; urgency=low
* New upstream release (only change: default log filename).
* Updated maintainer address.
* Removed bashism from debian/rules (closes: Bug#22527).
* Uses pristine sources.
* Added line-feed before logout message.
* It were closing popened files with fclose, now fixed.
* Removed all compilation warnings.
* Improved message sent to the user, indicating who logged him out
(closes: Bug#20326).
* Switched to debhelper.
* Removed changelog from README and install it as upstream changelog.
* Changed default idle time from 1 to 2 hours. Updated postinst message.
-- Nicolás Lichtmaier <nick@debian.org> Sun, 27 Jun 1999 01:02:39 -0300
autolog (0.34-5) unstable; urgency=low
* Updated FSF address.
* Added dependancy on cron.
* Preserve files' dates.
* Added code to remove the old entry from /etc/crontab.
* No longer edits /etc/crontab on postinst, now it adds a conffile in
/etc/cron.d, as current policy mandates.
* Fixes to the manpages.
* Upgraded `Standards-version' to 2.4.0.0.
* Fixed md5sums file (#19274).
-- Nicolás Lichtmaier <nick@feedback.net.ar> Wed, 11 Mar 1998 23:23:06 -0300
autolog (0.34-4) unstable; urgency=low
* Changed maintainer address.
* Added -Wall to CFLAGS and removed lots of warnings.
* Don't try to close logfile if it hasn't been opened, fixes bugs #14156
and #15307.
* Building with new debmake fixes bug #12832.
* Replaced `/bin/mail' with `/usr/sbin/sendmail' and recommend
mail-transport-agent, fixes bug #15342.
-- Nicolás Lichtmaier <nick@feedback.net.ar> Mon, 1 Dec 1997 22:47:55 -0300
autolog (0.34-3) unstable; urgency=low
* Added errno message to error messages.
* Uses kill to check if process is alive instead of stat in proc.
* Built with libc6.
* Corrected crontab entry, fixes #8010.
* Updated debstd invocation.
* New maintainer.
-- Nicolás Lichtmaier <nick@feedback.com.ar> Thu, 13 Feb 1997 16:13:42 -0300
autolog (0.34-2) unstable; urgency=low
* binary was missing and postinst messages fixed
-- Christoph Lameter <clameter@debian.org> Sun, 5 Jan 1997 19:47:20 -0800
autolog (0.34-1) unstable; urgency=low
* Upstream release after sending patches to author. Plus a fix for
a problem with X sessions.
-- Christoph Lameter <clameter@debian.org> Sat, 7 Dec 1996 14:14:27 -0800
autolog (0.33-1) unstable; urgency=low
* Initial Release.
-- Christoph Lameter <clameter@debian.org> Sat, 7 Dec 1996 11:16:50 -0800
Local variables:
mode: debian-changelog
End:
|