From 3992179aa88e3bf384719030c554e3d7565ae699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 20 Jul 2013 16:02:08 +0200 Subject: Fix generation manpage for keep on Debian and Ubuntu --- ubuntu/raring/applications/keep/debian/control | 2 +- ubuntu/raring/applications/keep/debian/keep.xml | 12 ++++++------ ubuntu/raring/applications/keep/debian/rules | 7 ++++++- 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'ubuntu/raring/applications') diff --git a/ubuntu/raring/applications/keep/debian/control b/ubuntu/raring/applications/keep/debian/control index f3213cd45..17e87e581 100644 --- a/ubuntu/raring/applications/keep/debian/control +++ b/ubuntu/raring/applications/keep/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian KDE Extras Team Uploaders: Fathi Boudra , Mark Purcell -Build-Depends: cdbs, debhelper (>= 5), tdelibs4-trinity-dev, docbook2x, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs, debhelper (>= 5), tdelibs4-trinity-dev, docbook2x, docbook-xml, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: keep-trinity diff --git a/ubuntu/raring/applications/keep/debian/keep.xml b/ubuntu/raring/applications/keep/debian/keep.xml index 0f07da7f0..0e97d35b3 100644 --- a/ubuntu/raring/applications/keep/debian/keep.xml +++ b/ubuntu/raring/applications/keep/debian/keep.xml @@ -24,7 +24,7 @@ keep - backup system for KDE + backup system for TDE @@ -33,14 +33,14 @@ - + DESCRIPTION - backup system for KDE. + backup system for TDE. The behavior is quite simple: you choose the files you want to backup, you set up the frequency and the number of backup you want to have, and Keep will backup them automatically. @@ -49,7 +49,7 @@ OPTIONS - All KDE and Qt + All TDE and Qt programs accept a some common command-line options. keep has no application-specific options. @@ -65,8 +65,8 @@ Show Qt specific options - - Show KDE specific options + + Show TDE specific options diff --git a/ubuntu/raring/applications/keep/debian/rules b/ubuntu/raring/applications/keep/debian/rules index 1b5054df6..c08262790 100755 --- a/ubuntu/raring/applications/keep/debian/rules +++ b/ubuntu/raring/applications/keep/debian/rules @@ -31,8 +31,13 @@ debian/stamp-bootstrap: make -f admin/Makefile.common cvs touch debian/stamp-bootstrap -build/keep:: +build/keep-trinity:: /usr/bin/docbook2x-man debian/keep.xml +install/keep-trinity:: + dh_installman keep.1 + mv debian/$(cdbs_curpkg)/usr/share/man debian/$(cdbs_curpkg)/opt/trinity/share/ + clean:: + rm -f debian/stamp-bootstrap rm -f keep.1 -- cgit v1.2.3