diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-14 10:56:31 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-14 10:56:31 +0200 |
| commit | ffb1ad95e676475c80bfbd5bf3f4c06807c01548 (patch) | |
| tree | 32d0ec07587c59f0c499b2a7ea983b747c0e68f2 | |
| parent | 434d0436b0d8002cd81b5ad8e5591b10e420b881 (diff) | |
New release
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/guprecords.1 | 2 |
5 files changed, 16 insertions, 3 deletions
@@ -1 +1 @@ -0.1.5 +0.1.7 @@ -44,6 +44,7 @@ dch: dput: dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes + dput -u jessie-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes release: all dch deb dput bash -c "git tag $$(cat .version)" diff --git a/debian/changelog b/debian/changelog index 10662e6..c2916f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +guprecords (0.1.7) stable; urgency=low + + * Another try to add a Package for Jessie + + -- Paul Buetow <paul@buetow.org> Sat, 14 Jun 2014 10:55:29 +0200 + +guprecords (0.1.6) stable; urgency=low + + * Also add Package for Jessie + + -- Paul Buetow <paul@buetow.org> Sat, 14 Jun 2014 10:49:23 +0200 + guprecords (0.1.5) stable; urgency=low * Typo in manual page fix. diff --git a/debian/files b/debian/files index d2e8901..b6592d5 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -guprecords_0.1.5_all.deb utils optional +guprecords_0.1.7_all.deb utils optional diff --git a/docs/guprecords.1 b/docs/guprecords.1 index 9363690..c59c01e 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.5" "User Commands" +.TH GUPRECORDS 1 "2014-03-02" "guprecords 0.1.7" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |
