diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:40:12 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:40:12 +0200 |
| commit | 55179a57b5537e96b46e43060f59f3c0f5c37aee (patch) | |
| tree | 58251a50a9c446025097ff51591919dfbd711f92 | |
| parent | 1537df671f2a416f85b0eeee4fcc83f800fa007b (diff) | |
New release0.7.3
| -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/loadbars.1 | 2 |
5 files changed, 11 insertions, 3 deletions
@@ -1 +1 @@ -0.7.2 +0.7.3 @@ -13,6 +13,8 @@ documentation: pod2man --release="$(NAME) $$(cat .version)" \ --center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1 pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt + # For github page + cp ./docs/$(NAME).pod README.pod install: test ! -d $(DESTDIR)/usr/bin && mkdir -p $(DESTDIR)/usr/bin || exit 0 test ! -d $(DESTDIR)/usr/share/$(NAME) && mkdir -p $(DESTDIR)/usr/share/$(NAME) || exit 0 diff --git a/debian/changelog b/debian/changelog index 0ca82b0..414cd52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loadbars (0.7.3) stable; urgency=low + + * Update README.pod for Github page + + -- Paul Buetow <paul@buetow.org> Sun, 22 Jun 2014 11:39:47 +0200 + loadbars (0.7.2) stable; urgency=low * Add Debian Jessie Package diff --git a/debian/files b/debian/files index ffe7233..0151631 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -loadbars_0.7.2_all.deb utils optional +loadbars_0.7.3_all.deb utils optional diff --git a/docs/loadbars.1 b/docs/loadbars.1 index 9f7e847..14e9529 100644 --- a/docs/loadbars.1 +++ b/docs/loadbars.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "LOADBARS 1" -.TH LOADBARS 1 "2013-06-27" "loadbars 0.7.2" "User Commands" +.TH LOADBARS 1 "2013-06-27" "loadbars 0.7.3" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |
