diff options
| -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 |
