diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-02 13:46:02 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-02 13:46:02 +0100 |
| commit | 09efdad340d371d9af55a518816704f7e7cfe8c0 (patch) | |
| tree | 5100b0ca12199e6aab2d9c47fc08a28d956b9b10 | |
| parent | 929767b0fdde533c00d1c146d172a794c81c255e (diff) | |
New release
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/guprecords.1 | 2 |
5 files changed, 10 insertions, 4 deletions
@@ -1 +1 @@ -0.1.2 +0.1.3 @@ -45,7 +45,7 @@ dch: dput: dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes -release: dch deb +release: all dch deb dput bash -c "git tag $$(cat .version)" git push --tags git commit -a -m 'New release' diff --git a/debian/changelog b/debian/changelog index fe6a93c..fd2d410 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +guprecords (0.1.3) stable; urgency=low + + * Fix version string in manpage + + -- Paul Buetow <paul@buetow.org> Sun, 02 Mar 2014 13:45:34 +0100 + guprecords (0.1.2) stable; urgency=low * Sign the packages diff --git a/debian/files b/debian/files index 9333b2f..9285e3b 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -guprecords_0.1.2_all.deb utils optional +guprecords_0.1.3_all.deb utils optional diff --git a/docs/guprecords.1 b/docs/guprecords.1 index 5da0a8e..29bde52 100644 --- a/docs/guprecords.1 +++ b/docs/guprecords.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "GUPRECORDS 1" -.TH GUPRECORDS 1 "2014-03-02" "guprecords 0.1.2" "User Commands" +.TH GUPRECORDS 1 "2014-03-02" "guprecords 0.1.3" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |
