From 2c9917d409425a9d6bf1e29bcf20b51d92a922de Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 14 May 2019 09:11:44 +0000 Subject: [PATCH] rename to mini-journalreader Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 4 ++-- debian/control | 10 +++++----- src/Makefile | 4 ++-- src/{journalreader.c => mini-journalreader.c} | 0 5 files changed, 10 insertions(+), 10 deletions(-) rename src/{journalreader.c => mini-journalreader.c} (100%) diff --git a/Makefile b/Makefile index cd2ee0b..045c888 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PACKAGE := pve-journalreader +PACKAGE := proxmox-mini-journalreader ARCH != dpkg-architecture -qDEB_BUILD_ARCH PKGVER != dpkg-parsechangelog -S version diff --git a/debian/changelog b/debian/changelog index 7fed8d8..cf921fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -pve-journalreader (1.0-1) unstable; urgency=medium +proxmox-mini-journalreader (1.0-1) unstable; urgency=medium * initial package - -- Proxmox Support Team Thu, 09 May 2019 10:47:13 +0200 + -- Proxmox Support Team Tue, 14 May 2019 08:50:01 +0000 diff --git a/debian/control b/debian/control index 4dff950..414649f 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ -Source: pve-journalreader +Source: proxmox-mini-journalreader Section: admin Priority: extra Maintainer: Proxmox Support Team Build-Depends: debhelper (>= 10~), libsystemd-dev Standards-Version: 3.9.8 -Package: pve-journalreader +Package: proxmox-mini-journalreader Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Minimal Journal Reader - A minimal application to read the last X lines of the journal or the last X - lines before a cursor. +Description: Minimal systemd Journal Reader + A minimal application to read the last X lines of the systemd journal or the + last X lines before a cursor. diff --git a/src/Makefile b/src/Makefile index 7bef470..caac1a5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ -PROGRAM=journalreader -SOURCES=journalreader.c +PROGRAM=mini-journalreader +SOURCES=mini-journalreader.c LIBS := libsystemd CFLAGS += $(shell pkg-config --cflags ${LIBS}) diff --git a/src/journalreader.c b/src/mini-journalreader.c similarity index 100% rename from src/journalreader.c rename to src/mini-journalreader.c -- 2.39.2