diff options
| author | Paul Buetow <paul@buetow.org> | 2012-05-01 11:59:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-05-01 11:59:25 +0200 |
| commit | b7416c5136a2b021473fb09843aa012b943ddde4 (patch) | |
| tree | eff3a8f62530b702c2c0c6a43dee3b6be3e5263b | |
| parent | aaa5f9809def12c3909be08a5018ebfa4f31ddfd (diff) | |
add clean-top makefile target
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | Makefile | 7 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/loadbars.1 | 2 |
5 files changed, 16 insertions, 3 deletions
@@ -1 +1 @@ -0.5.2.1+nmu1 +0.5.2.2+nmu1 @@ -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 <paul@buetow.org> 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 |
