diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-14 14:46:36 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-14 14:46:36 +0200 |
| commit | 1cd5bb60b3743ec0cc2a03ff11796b0e62c3600f (patch) | |
| tree | fbe4b36f63485ac5dc15126a1c994ee912faff08 | |
| parent | 5d975e3c1edd86f372ba1fadce35128c873e8493 (diff) | |
New release
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | docs/photoalbum.1 | 2 |
4 files changed, 9 insertions, 2 deletions
@@ -1 +1 @@ -0.4.1 +0.4.2 @@ -31,6 +31,7 @@ dch: dch -i 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)" git push --tags diff --git a/debian/changelog b/debian/changelog index 337c81b..63233d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +photoalbum (0.4.2) stable; urgency=low + + * Add Package for Debian Jessie + + -- Paul Buetow <paul@buetow.org> Sat, 14 Jun 2014 14:45:57 +0200 + photoalbum (0.4.1) stable; urgency=low * Fix the version string diff --git a/docs/photoalbum.1 b/docs/photoalbum.1 index 70c217d..11615cc 100644 --- a/docs/photoalbum.1 +++ b/docs/photoalbum.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "PHOTOALBUM 1" -.TH PHOTOALBUM 1 "2014-05-13" "photoalbum 0.4.1" "User Commands" +.TH PHOTOALBUM 1 "2014-05-13" "photoalbum 0.4.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 |
