From b7416c5136a2b021473fb09843aa012b943ddde4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 1 May 2012 11:59:25 +0200 Subject: add clean-top makefile target --- .version | 2 +- Makefile | 7 +++++++ debian/changelog | 6 ++++++ debian/files | 2 +- docs/loadbars.1 | 2 +- 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.version b/.version index a2a1a9a..a2f7a5b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.5.2.1+nmu1 +0.5.2.2+nmu1 diff --git a/Makefile b/Makefile index b33c1c5..8e9f07c 100644 --- a/Makefile +++ b/Makefile @@ -24,3 +24,10 @@ clean: test -f .version && rm .version deb: dpkg-buildpackage +clean-top: + rm ../$(NAME)_*.tar.gz + rm ../$(NAME)_*.dsc + rm ../$(NAME)_*.changes + rm ../$(NAME)_*.deb + + diff --git a/debian/changelog b/debian/changelog index 0e6318f..d7b85bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loadbars (0.5.2.2+nmu1) stable; urgency=low + + * Add openssh-client dependency. + + -- Paul Buetow Tue, 01 May 2012 11:57:27 +0200 + loadbars (0.5.2.2) stable; urgency=low * Test release, to test the deb.buetow.org repo key sign stuff. diff --git a/debian/files b/debian/files index f2bd371..6220d97 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -loadbars_0.5.2.2_all.deb utils optional +loadbars_0.5.2.2+nmu1_all.deb utils optional diff --git a/docs/loadbars.1 b/docs/loadbars.1 index a939e7a..52f142f 100644 --- a/docs/loadbars.1 +++ b/docs/loadbars.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "LOADBARS 1" -.TH LOADBARS 1 "2012-04-20" "loadbars 0.5.2.2" "User Commands" +.TH LOADBARS 1 "2012-05-01" "loadbars 0.5.2.2+nmu1" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l -- cgit v1.2.3