diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-14 11:05:58 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-14 11:05:58 +0200 |
| commit | 1537df671f2a416f85b0eeee4fcc83f800fa007b (patch) | |
| tree | bdb8645fb8366af48d6ac49de83e4b8f292384a6 | |
| parent | f721247ed5caf6a5ffa2092bdd59078c3ba001c7 (diff) | |
New release0.7.2
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/loadbars.1 | 2 |
5 files changed, 12 insertions, 4 deletions
@@ -1 +1 @@ -0.7.1 +0.7.2 @@ -41,4 +41,6 @@ clean-top: rm ../$(NAME)_*.dsc rm ../$(NAME)_*.changes rm ../$(NAME)_*.deb - +dput: + dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes + dput -u jessie-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes diff --git a/debian/changelog b/debian/changelog index f2dbc47..0ca82b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loadbars (0.7.2) stable; urgency=low + + * Add Debian Jessie Package + + -- Paul Buetow <paul@buetow.org> Sat, 14 Jun 2014 11:05:34 +0200 + loadbars (0.7.1) stable; urgency=low * It's now possible to resize the window via mouse diff --git a/debian/files b/debian/files index 3c343dc..ffe7233 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -loadbars_0.7.1_all.deb utils optional +loadbars_0.7.2_all.deb utils optional diff --git a/docs/loadbars.1 b/docs/loadbars.1 index 4ac66ff..9f7e847 100644 --- a/docs/loadbars.1 +++ b/docs/loadbars.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "LOADBARS 1" -.TH LOADBARS 1 "2013-06-27" "loadbars 0.7.1" "User Commands" +.TH LOADBARS 1 "2013-06-27" "loadbars 0.7.2" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |
