From 09efdad340d371d9af55a518816704f7e7cfe8c0 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 2 Mar 2014 13:46:02 +0100 Subject: New release --- .version | 2 +- Makefile | 2 +- debian/changelog | 6 ++++++ debian/files | 2 +- docs/guprecords.1 | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.version b/.version index d917d3e..b1e80bb 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/Makefile b/Makefile index ec471fb..8ad931c 100644 --- a/Makefile +++ b/Makefile @@ -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 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 -- cgit v1.2.3