diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-02 13:40:48 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-02 13:40:48 +0100 |
| commit | 929767b0fdde533c00d1c146d172a794c81c255e (patch) | |
| tree | 75a325736144e5510740537451b023a443997c63 | |
| parent | 35ecaae67601511e6ed05ebe0a99316a4b0de605 (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.1 +0.1.2 @@ -37,7 +37,7 @@ documentation: # Build a debian package (don't sign it, modify the arguments if you want to sign it) deb: all - dpkg-buildpackage -uc -us + dpkg-buildpackage dch: dch -i diff --git a/debian/changelog b/debian/changelog index 4884281..fe6a93c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +guprecords (0.1.2) stable; urgency=low + + * Sign the packages + + -- Paul Buetow <paul@buetow.org> Sun, 02 Mar 2014 13:40:29 +0100 + guprecords (0.1.1) stable; urgency=low * Fix the version string diff --git a/debian/files b/debian/files index bad6219..9333b2f 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -guprecords_0.1.1_all.deb utils optional +guprecords_0.1.2_all.deb utils optional diff --git a/docs/guprecords.1 b/docs/guprecords.1 index c2f4adb..5da0a8e 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.1" "User Commands" +.TH GUPRECORDS 1 "2014-03-02" "guprecords 0.1.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 |
