The problem with the fontconfig warning about 65-andika.conf is fixed in unstable, but still exist in stable. Is it OK if I request a stable update of fonts-sil-andika? The attached patch show what I believe is needed to fix the issue.
I've requested membership in the alioth group and can push a git branch with these changes, if there is any interest. -- Happy hacking Petter Reinholdtsen
diff --git a/debian/changelog b/debian/changelog index 0e319e6..9271605 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +fonts-sil-andika (1.004-2+deb8u1) stable; urgency=low + + * Backport fix from unstable. + * really remove 65-andika.conf, Closes: #768232 + delete d/links with useless symlink + d/maintscript to remove 65-andika.conf + + -- Petter Reinholdtsen <p...@debian.org> Thu, 03 Mar 2016 09:37:43 +0100 + fonts-sil-andika (1.004-2) unstable; urgency=low * Drop the now useless 65-andika.conf fontconfig file diff --git a/debian/links b/debian/links deleted file mode 100644 index afe457e..0000000 --- a/debian/links +++ /dev/null @@ -1 +0,0 @@ -etc/fonts/conf.avail/65-andika.conf etc/fonts/conf.d/65-andika.conf diff --git a/debian/maintscript b/debian/maintscript new file mode 100644 index 0000000..0a5f689 --- /dev/null +++ b/debian/maintscript @@ -0,0 +1 @@ +rm_conffile /etc/fonts/conf.avail/65-andika.conf 1.004-2~ fonts-sil-andika