Skip to content

Commit

Permalink
New version of the debian package.
Browse files Browse the repository at this point in the history
  • Loading branch information
stolk committed Dec 16, 2022
1 parent 1863fde commit d192d0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
diskgraph (1.1-1) kinetic; urgency=medium

* Properly clear screen.

-- Bram Stolk <[email protected]> Thu, 15 Dec 2022 14:04:46 -0800

diskgraph (1.0-1) kinetic; urgency=medium

* Initial release.
Expand Down

0 comments on commit d192d0f

Please sign in to comment.