diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6753bdb..3363161 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +byteback (0.4.1) stable; urgency=low + + * Updated the package build-dependencies to correctly generate + manpages. + + -- Steve Kemp <steve.kemp@bytemark.co.uk> Thu, 17 Dec 2015 16:11:16 +0000 + byteback (0.4.0) stable; urgency=medium * Re-vamped restore command. Needs further documentation. diff --git a/debian/control b/debian/control index 4a0e87b..7c17d0e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: ruby Priority: optional Maintainer: Patrick J Cherry <patrick@bytemark.co.uk> Uploaders: Steve Kemp <steve@bytemark.co.uk> -Build-Depends: debhelper (>= 7.0.50~) +Build-Depends: debhelper (>= 7.0.50~), txt2man Standards-Version: 3.9.6 # Vcs-Git: Vcs-Browser: https://projects.bytemark.co.uk/projects/byteback/repository |