sdate (0.7)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.8 > 0.7
- Git: https://github.com/df7cb/sdate.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 73728
- Browser: https://github.com/df7cb/sdate
- Last scan: 2024-11-21 04:36:02+00
- Next scan: 2024-11-22 07:21:00+00
- Debian changelog in Git:
sdate (0.8) UNRELEASED; urgency=medium
* Trim trailing whitespace.
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
-- Debian Janitor <janitor@jelmer.uk> Tue, 21 Sep 2021 04:57:42 -0000
- This branch is 11 commits ahead of tag 0.7
- Git log:
commit 61d98241dc47fcfb84f3297666ca3a93ba5ed3ec
Author: Ulrich Müller <ulm@gentoo.org>
Date: Fri Sep 22 21:47:06 2023 +0200
sdate.1: Escape tilde character
The tilde (~) character in groff input produces a "modifier tilde"
in the output. Use the \(ti escape sequence for a normal tilde,
see groff_char(7).
commit ace93c8d301c333a96ff354e8b25559d1089a0e0
Merge: d9600e3 58342e2
Author: Christoph Berg <myon@debian.org>
Date: Fri Oct 14 11:57:40 2022 +0200
Merge pull request #6 from debian-janitor/lintian-fixes
Fix some issues reported by lintian
commit 58342e261a271e0d3aa1238b0aec1731de871798
Author: Debian Janitor <janitor@jelmer.uk>
Date: Tue Sep 21 04:57:43 2021 +0000
Update standards version to 4.5.1, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
commit 169ec8ff2cd72b2e99ab212a676b15512d407459
Author: Debian Janitor <janitor@jelmer.uk>
Date: Tue Sep 21 04:57:43 2021 +0000
Bump debhelper from old 12 to 13.
Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
commit 14fe9732f6f6ee416eb102b52dd8ed05aee283f9
Author: Debian Janitor <janitor@jelmer.uk>
Date: Tue Sep 21 04:57:42 2021 +0000
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
commit d9600e39faa11daa95bb66f5441ca32e0fccae01
Author: Christoph Berg <myon@debian.org>
Date: Thu Aug 19 21:08:30 2021 +0200
bootstrap: Use `autoreconf -i`.
Suggested by @cheznewa, thanks!
Close #5.
commit 3e89ada99058f0e812a15989a3035ab94e4864ae
Author: Christoph Berg <myon@debian.org>
Date: Thu Aug 19 21:08:03 2021 +0200
Add '-I m4' to ACLOCAL_AMFLAGS
Suggested by libtoolize.
commit 90e59eea2f2c782d5724778f0c3959ea5c4cfc59
Merge: facc1ba 97c735c
Author: Christoph Berg <myon@debian.org>
Date: Mon Dec 14 17:25:20 2020 +0100
Merge pull request #4 from gururajrkatti/master
Add support to ppc64le
commit 97c735c54515061aa8aba818f3ebb869270d577b
Author: gururajrkatti <74309971+gururajrkatti@users.noreply.github.com>
Date: Mon Dec 14 10:23:13 2020 +0530
Add support to ppc64le
commit facc1ba2a01712ab59a04be78a66fbfcc17628b6
Merge: 5d43c2a 5b24dd8
Author: Christoph Berg <cb@df7cb.de>
Date: Fri Jun 5 12:25:45 2020 +0200
Merge pull request #3 from mika/master
Send error messages to stderr + provide usage information on stdout
commit 5b24dd8d5af8d7881fa10d07ae73dc9320d6600d
Author: Michael Prokop <mika@grml.org>
Date: Fri Jun 5 09:23:20 2020 +0200
Send error messages to stderr + provide usage information on stdout
Error messages should go to stderr, while usage information
should go to stdout if it was explicitly requested (via -h/--help).