X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=b006a118e42fdb48611347f74462f23636b1af34;hb=cfcdd667916619c24963031df933a8a41936659a;hp=ee2bec1ba4ac2d58fbc296db0b6bc5d10b70bb84;hpb=a99afaee587344f002df94b4f3f1ed701198b3a1;p=zsh-lovers.git diff --git a/debian/rules b/debian/rules index ee2bec1..b006a11 100755 --- a/debian/rules +++ b/debian/rules @@ -13,8 +13,9 @@ build-stamp: a2x -f manpage zsh-lovers.1.txt # pdf: - # notice: you might have to run: ln -s /usr/bin/fop ~/bin/fop.sh - # to work around http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376523 + # notice: current version of fop (1:0.93.dfsg.1-2) is horrible broken + # download http://snapshot.debian.net/archive/2005/10/15/debian/pool/contrib/f/fop/fop_0.20.5-8_all.deb + # to work around this bug a2x -f pdf zsh-lovers.1.txt mv zsh-lovers.1.pdf zsh-lovers.pdf @@ -31,15 +32,12 @@ install: build dh_testdir dh_testroot dh_clean -k - dh_installdirs usr/share/doc/zsh-lovers/zsh_people usr/share/man/man1 usr/share/vim/syntax + dh_installdirs usr/share/doc/zsh-lovers/zsh_people usr/share/man/man1 - # cp -a zsh_people debian/zsh-lovers/usr/share/doc/zsh-lovers/ - install -m 644 zsh.vim debian/zsh-lovers/usr/share/vim/syntax/zsh.vim - -binary-indep: build install +binary-arch: build install # We have nothing to do -binary-arch: build install +binary-indep: build install dh_testdir dh_testroot dh_installchangelogs @@ -47,6 +45,8 @@ binary-arch: build install dh_installman zsh-lovers.1 dh_link dh_compress + mkdir -p debian/zsh-lovers/usr/share/lintian/overrides/ + cp -av debian/overrides debian/zsh-lovers/usr/share/lintian/overrides/zsh-lovers dh_fixperms dh_installdeb dh_shlibdeps