[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-fonts-devel] RFS: ttf-sil-andika



Hi Nicolas,

I found another issue:

debian/rules looked like this in the desrev version:

install: build
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_install
        chmod 755 debian/bug/script
        dh_install

for the 1.0.basic version you changed it to:

install: build
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_install
        chmod 755 debian/bug/script

which causes the following lintian warning, when build for the first time(!):

W: ttf-sil-andika: script-not-executable ./usr/share/bug/ttf-sil-andika/script

If you build it again, the lintian warning vanishes, as the permissions where 
set correctly duing the first build (but not installed..)

So I've changed it to:

install: build
        dh_testdir
        dh_testroot
        dh_clean -k
        chmod 755 debian/bug/script
        dh_install

and uploaded :)


regards,
	Holger

Attachment: pgp6C30gRnG2w.pgp
Description: PGP signature


Reply to: