diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-15 21:17:56 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-15 21:17:56 +0200 |
| commit | 57bf92a3467823bc3593d40d3301455a552f1247 (patch) | |
| tree | 8b56ace71c8855a33cfdfb9601d69fdf5de3fe1b | |
| parent | 98e01c261c1933dd1cf2ad4eff5f1f04a6a12e8d (diff) | |
new release0.0.2
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | README.txt | 8 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/fapi.1 | 12 | ||||
| -rw-r--r-- | docs/fapi.txt | 8 |
7 files changed, 37 insertions, 5 deletions
@@ -1 +1 @@ -0.0.1 +0.0.2 @@ -12,7 +12,7 @@ install: cp ./bin/$(NAME) $(DESTDIR)/usr/bin/$(NAME) cp ./bin/$(NAME) $(DESTDIR)/usr/bin/f cp $(NAME).conf.sample $(DESTDIR)/usr/share/$(NAME) - test -z '$(DESTDIR)' && gzip -c ./docs/$(NAME).1 > /usr/share/man/man1/$(NAME).1.gz + test -z '$(DESTDIR)' && gzip -c ./docs/$(NAME).1 > /usr/share/man/man1/$(NAME).1.gz || exit 0 deinstall: test ! -z '$(DESTDIR)' && test -f $(DESTDIR)/usr/bin/$(NAME) && rm $(DESTDIR)/usr/bin/$(NAME) || exit 0 test ! -z '$(DESTDIR)' && test -f $(DESTDIR)/usr/share/$(NAME) && rm -r $(DESTDIR)/usr/share/$(NAME) || exit 0 @@ -30,7 +30,7 @@ documentation: pod2text ./docs/$(NAME).pod | tee ./docs/$(NAME).txt > README.txt # Build a debian package (don't sign it, modify the arguments if you want to sign it) deb: all - dpkg-buildpackage -uc -us + dpkg-buildpackage dch: dch -i release: dch deb @@ -24,6 +24,14 @@ Requirement of bigsuds This tool depends on bigsuds. Please install this library from F5 dev central manually. Otherwise this script will not work. + You can download bigsuds from here: + + <https://devcentral.f5.com/d/bigsuds-python-icontrol-library> + + Unzip it and run + + sudo python setyp.py install + iControl reference <https://devcentral.f5.com/wiki/icontrol.apireference.ashx> diff --git a/debian/changelog b/debian/changelog index c10923e..699a4af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fapi (0.0.2) stable; urgency=low + + * This release includes only minor enhancements + + -- Paul Buetow <paul@buetow.org> Tue, 15 Apr 2014 21:16:02 +0200 + fapi (0.0.1) stable; urgency=low * Typo fixes in the manpage diff --git a/debian/files b/debian/files index c15eb5b..f14e482 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -fapi_0.0.1_all.deb utils optional +fapi_0.0.2_all.deb utils optional diff --git a/docs/fapi.1 b/docs/fapi.1 index 9887c66..f2bc712 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-04-15" "fapi 0.0.1" "User Commands" +.TH FAPI 1 "2014-04-15" "fapi 0.0.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 @@ -160,6 +160,16 @@ because it's shorter to type. .IX Header "Requirement of bigsuds" This tool depends on bigsuds. Please install this library from F5 dev central manually. Otherwise this script will not work. +.PP +You can download bigsuds from here: +.PP +https://devcentral.f5.com/d/bigsuds\-python\-icontrol\-library <https://devcentral.f5.com/d/bigsuds-python-icontrol-library> +.PP +Unzip it and run +.PP +.Vb 1 +\& sudo python setyp.py install +.Ve .SH "iControl reference" .IX Header "iControl reference" <https://devcentral.f5.com/wiki/icontrol.apireference.ashx> diff --git a/docs/fapi.txt b/docs/fapi.txt index 39d5efa..d7c6a4b 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -24,6 +24,14 @@ Requirement of bigsuds This tool depends on bigsuds. Please install this library from F5 dev central manually. Otherwise this script will not work. + You can download bigsuds from here: + + <https://devcentral.f5.com/d/bigsuds-python-icontrol-library> + + Unzip it and run + + sudo python setyp.py install + iControl reference <https://devcentral.f5.com/wiki/icontrol.apireference.ashx> |
