From d192d0f85b97a9c3b7a2b0ffbf67d490118d17cb Mon Sep 17 00:00:00 2001 From: Bram Stolk Date: Thu, 15 Dec 2022 17:07:58 -0800 Subject: [PATCH] New version of the debian package. --- Makefile | 8 ++++---- debian/changelog | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 274a883..8ffe54c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC ?= cc -CFLAGS += -D_POSIX_C_SOURCE=199309L -std=c99 -Wall +CFLAGS += -D_POSIX_C_SOURCE=199309L -std=c99 -Wall -Wextra LDFLAGS += TARGET = diskgraph @@ -35,10 +35,10 @@ uninstall: rm -f ${DESTDIR}/usr/bin/distgraph tarball: - tar cvzf ../diskgraph_1.0.orig.tar.gz $(DISTFILES) + tar cvzf ../diskgraph_1.1.orig.tar.gz $(DISTFILES) packageupload: debuild -S - debsign ../diskgraph_1.0-1_source.changes - dput ppa:b-stolk/ppa ../diskgraph_1.0-1_source.changes + debsign ../diskgraph_1.1-1_source.changes + dput ppa:b-stolk/ppa ../diskgraph_1.1-1_source.changes diff --git a/debian/changelog b/debian/changelog index 2a59a2a..80a25e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +diskgraph (1.1-1) kinetic; urgency=medium + + * Properly clear screen. + + -- Bram Stolk Thu, 15 Dec 2022 14:04:46 -0800 + diskgraph (1.0-1) kinetic; urgency=medium * Initial release.