Skip to content

Commit e71069a

Browse files
committed
Release 0.9
1 parent bd80480 commit e71069a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ clean-build-tree:
7070
source-package: clean-build-tree
7171
cd pkgbuild/$(source) && debuild -S -i -k$(GPGKEY)
7272

73-
.PHONY: upload-to-ppa
74-
upload-to-ppa: source-package
73+
.PHONY: upload-to-ppa release
74+
release upload-to-ppa: source-package
7575
dput ppa:pov/ppa pkgbuild/$(source)_$(version)_source.changes
7676
git tag $(version)
7777
git push

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pov-simple-backup (0.9) UNRELEASED; urgency=medium
1+
pov-simple-backup (0.9) precise; urgency=medium
22

33
* Slightly better error reporting for rsync errors.
44

5-
-- Marius Gedminas <marius@gedmin.as> Mon, 08 Jun 2015 10:17:27 +0300
5+
-- Marius Gedminas <marius@gedmin.as> Mon, 08 Jun 2015 10:32:10 +0300
66

77
pov-simple-backup (0.8) precise; urgency=medium
88

pov-simple-backup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ create non-incremental nightly backups
77
--------------------------------------
88

99
:Author: Marius Gedminas <marius@gedmin.as>
10-
:Date: 2015-03-06
11-
:Version: 0.8
10+
:Date: 2015-06-08
11+
:Version: 0.9
1212
:Manual section: 8
1313

1414

0 commit comments

Comments
 (0)