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

Holger Levsen holger at layer-acht.org
Mon Jun 23 10:46:37 UTC 2008


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-fonts-devel/attachments/20080623/6058be22/attachment-0001.pgp 


More information about the Pkg-fonts-devel mailing list