diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-16 09:10:02 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-16 09:10:02 +0200 |
| commit | f345c8425522bd4ad6b55fdae19f0af9a548e6ec (patch) | |
| tree | dae80a0dda4551a15f9b71ac5fcaaf29c7fba8c5 | |
| parent | cad9bf099a6c2fdedf81a0af19cdb5627ceaa4d5 (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/japi.1 | 2 |
5 files changed, 10 insertions, 3 deletions
@@ -1 +1 @@ -0.4.0 +0.4.1 @@ -41,6 +41,7 @@ deb: all dput: dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes + dput -u jessie-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes dch: dch -i diff --git a/debian/changelog b/debian/changelog index 32e170a..fbe5efe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +japi (0.4.1) stable; urgency=low + + * Add Debian GNU/Linux Jessie package + + -- Paul Buetow <paul@buetow.org> Mon, 16 Jun 2014 09:09:40 +0200 + japi (0.4.0) stable; urgency=low * Add --unassigned switch diff --git a/debian/files b/debian/files index 9cd3cb5..ee921ab 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -japi_0.4.0_all.deb utils optional +japi_0.4.1_all.deb utils optional diff --git a/docs/japi.1 b/docs/japi.1 index 8422e2b..263f412 100644 --- a/docs/japi.1 +++ b/docs/japi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "JAPI 1" -.TH JAPI 1 "2014-03-18" "japi 0.4.0" "User Commands" +.TH JAPI 1 "2014-03-18" "japi 0.4.1" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |
