diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-14 11:00:53 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-14 11:00:53 +0200 |
| commit | 3f7ebecd0d3faeb77d765bba7a42c085e153245b (patch) | |
| tree | 78474faaac04e1ff2dc32b65e7b124f9a639ad47 | |
| parent | 25da268a3162c085eac37663fa09346c98a713d9 (diff) | |
New release
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/fapi.1 | 2 |
5 files changed, 10 insertions, 3 deletions
@@ -1 +1 @@ -0.8.1 +0.8.2 @@ -46,5 +46,6 @@ clean-top: rm ../$(NAME)_*.deb dput: dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes + dput -u jessie-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes dput-debrepo: dput -u incoming-debrepo ../$(NAME)_$$(cat ./.version)_amd64.changes diff --git a/debian/changelog b/debian/changelog index c2b6c25..9be9724 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fapi (0.8.2) stable; urgency=low + + * Add Package for Debian Jessie + + -- Paul Buetow <paul@buetow.org> Sat, 14 Jun 2014 11:00:31 +0200 + fapi (0.8.1) stable; urgency=low * Hotfix release, could not manage nodes diff --git a/debian/files b/debian/files index 4933b7c..14bf211 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -fapi_0.8.1_all.deb utils optional +fapi_0.8.2_all.deb utils optional diff --git a/docs/fapi.1 b/docs/fapi.1 index 4bcc3c3..7264916 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-05-27" "fapi 0.8.1" "User Commands" +.TH FAPI 1 "2014-05-27" "fapi 0.8.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 |
