Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2004-12-20 01:17:40 +0300
committerYann Leboulanger <asterix@lagaule.org>2004-12-20 01:17:40 +0300
commitbae18b8af937aa1cf71b4e241ee756ddf6c130d9 (patch)
treec6eb2f8995fbf2eec3eecc45a48f33ef14583b00 /debian
parentdff8431f69b5ee563134ea63f3cfd8dfa8aa12a2 (diff)
make manpage in the debian package manually
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 163e78095..7d576bc05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ install-stamp: build-stamp
rm -rf debian/tmp
install -d debian/tmp
cd debian/tmp && install -d `cat ../dirs`
- make install PREFIX=debian/tmp/usr DESTDIR=`pwd`/debian/tmp
+ make install PREFIX=/usr DESTDIR=`pwd`/debian/tmp
cp gajim.xpm debian/tmp/usr/share/pixmaps
chmod -x debian/tmp/usr/share/gajim/runCore.py
sed -ne '1d;w debian/tmp/runCore.py.tmp' debian/tmp/usr/share/gajim/runCore.py
@@ -42,7 +42,9 @@ binary-arch: checkroot build install
$(checkdir)
# Must have debmake installed for this to work. Otherwise please copy
# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
- debstd
+ debstd -m
+ gzip --best -c gajim.1 > debian/tmp/usr/share/man/man1/gajim.1.gz
+ cd debian/tmp; md5sum usr/share/man/man1/gajim.1.gz >> DEBIAN/md5sums
dpkg-gencontrol -isp
chown -R root:root debian/tmp
chmod -R go=rX debian/tmp