5
0
mirror of git://git.proxmox.com/git/proxmox-mini-journalreader.git synced 2025-08-29 01:49:29 +03:00

19 Commits

Author SHA1 Message Date
b09ee54334 bump version to 1.6
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-06-03 20:58:30 +02:00
a3afed6c1a bump version to 1.5
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-06-03 20:53:57 +02:00
7601a2c773 install executable into /usr/libexec with symlink for backward compat
Such internal tools are not really meant to be used by a (human) user
directly or inside a script, it's rather quite tailored to our API use
case. And for that the /usr/libexec directory is a much better fit,
it's not added to the PATH environment variable by default, so this
doesn't clutters users tab completions and the like.

While at it prefix the executable and the manual page with proxmox to
provide more context.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-06-03 14:55:20 +02:00
66c4d47b85 bump version to 1.4.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-17 19:30:11 +02:00
081027b7bc add manual page backed by scdoc
scdoc is simple enough and being markdown based also easy to write
and maintain, additionally it has no dependencies besides the
standard libc, so quite a good fit for a minimal project like
proxmox-mini-journalreader.

https://drewdevault.com/2018/05/13/scdoc.html
https://git.sr.ht/~sircmpwn/scdoc

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-17 19:29:50 +02:00
2faaa5bdfb d/control: raise standards version compliance to 4.6.2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-17 19:29:50 +02:00
3d12afb892 d/control: define compat level via build-depends and raise to 13
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-17 19:29:50 +02:00
b2403e8812 build: add pkg-config to build-depends
else the compiler/linker flags for libsystemd are not picked up.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2023-01-10 12:32:38 +01:00
09cd4c8e69 bump version to 1.3-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-24 18:08:39 +01:00
5ce05d16f6 bump version to 1.2-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-14 16:57:03 +02:00
447ce3ef20 d/control: bump debhelper compat level to 12
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-14 16:55:31 +02:00
3e1b1106ce d/copyright: proxmox uses AGPL-3.0-or-later
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-14 16:55:09 +02:00
7d75c26107 bump version to 1.1-1
for buster, but no major bump - that feels a bit silly here

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-21 19:23:14 +02:00
ce61ee2487 d/control: fix priority-extra-is-replaced-by-priority-optional
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-21 19:21:32 +02:00
872b9ce4c6 bump version to 1.0-1
for initial package release

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-15 11:28:32 +02:00
94e0d0e05a buildsys: allow to build source package
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-14 12:01:47 +00:00
e50a844d0d buildsys: add upload target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-14 12:01:47 +00:00
2c9917d409 rename to mini-journalreader
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-14 12:01:40 +00:00
4ce2e883df inital commit for journalreader
provides a minimalistic binary to show the journal content
shows a cursor after and before the output

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2019-05-14 08:22:47 +00:00