On Sun, Jul 9, 2017 at 2:05 PM, Bertrand Marc <bm...@debian.org> wrote: > Thanks for your patch, it is much appreciated. Unfortunately, putting an > image with a generic name in /usr/share/info is not recommanded (see [1]). > And this is why I never > took the trouble to fix this properly. Would you mind fix your patch to > address this issue?
Ok, here's a new version of the patch. I guess .info files are binary or something? The only testing I did was to make sure that the package still builds. Thanks, Jeremy Bicha
From 43214f1ffaea80495ff426b95521d09da1d52d32 Mon Sep 17 00:00:00 2001 From: Martin Pitt <martin.p...@ubuntu.com> Date: Fri, 4 Dec 2015 10:55:49 +0100 Subject: [PATCH] Install missing performance_data.png for info page Closes: #867785 --- debian/libmicrohttpd-dev.install | 1 + debian/patches/Install-info-png-to-usr-share-doc.patch | Bin 0 -> 934 bytes debian/patches/series | 1 + debian/source/include-binaries | 1 + 4 files changed, 3 insertions(+) create mode 100644 debian/patches/Install-info-png-to-usr-share-doc.patch create mode 100644 debian/source/include-binaries diff --git a/debian/libmicrohttpd-dev.install b/debian/libmicrohttpd-dev.install index d58e7d9..e3407dd 100644 --- a/debian/libmicrohttpd-dev.install +++ b/debian/libmicrohttpd-dev.install @@ -3,4 +3,5 @@ usr/lib/*/libmicrohttpd.a usr/lib/*/libmicrohttpd.so usr/lib/*/pkgconfig/libmicrohttpd.pc usr/share/info +doc/performance_data.png usr/share/doc/libmicrohttpd-dev usr/share/man diff --git a/debian/patches/Install-info-png-to-usr-share-doc.patch b/debian/patches/Install-info-png-to-usr-share-doc.patch new file mode 100644 index 0000000000000000000000000000000000000000..7065d125837d6144def62b4806dad888e4c5cb52 GIT binary patch literal 934 zcma))%}yLK497X5JcYF<&~D~q*=1o=5JeSIIaT6VRaGYO%mnf=N-|KS9(auQ^>~sx z3u?Pkk$Ot(#Qxhq`zm<bz%>T6k8r8wAmH6?o6n1>om`p<>FqiDAQCokGr0wv!u4ce zS=Ae;S51A?932C%R#nArruG(PYT%=bNf-m#bsk37L-J5gF_du-0ZZj2V?#<~Y|7GT zm$Yz&!Zsg1^kou#EORWUpOZzGxYaRg*K=(}kG#_ciy>L_J4-wD@$VET$D7T`nsLq< zP!dvUt(L)ORaI>3`cCaSSk}vBwE=#<y{#%}9}`9fHDnPW4z5SFfQp)l7?Sob9?TE3 zL!rSJn;$Z!bk_mry-px<hyRjn-*{l!Df|YAC#q|gMS)^ncTz%KRmZDU?&8gyY(AgE zn|UuTfY<BO#Rldt2RQ=9k($5)Xiks@9U)>$M0Y_J!t>J)9KA8mPd~{HC=`s|8+g!Z zfX+|h)k}~bL<G?iCYmpSQgpLEkVyut){CmDKziqBDKa-0F_0E{6nF>5`>_@Bj={k; z_xn*u(!WF}2P?uIgvmK7YpaJa1}`y2j5#(J8igf2iqQ@a3kHnu?SI}b2*e=IW~A2n zV1<+TRf!}D+Qb<Mlg?(e&SJK=|AozWLw1*RcZ6Kwefd8*fx(sTC*n{SbpxONlmQk+ eq=&rHkyvILhTy<`q-kuazp!AhjCm$cz5N0=LpR<4 literal 0 HcmV?d00001 diff --git a/debian/patches/series b/debian/patches/series index 9d05b2b..7689d05 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01-manpage.patch +Install-info-png-to-usr-share-doc.patch diff --git a/debian/source/include-binaries b/debian/source/include-binaries new file mode 100644 index 0000000..a5d4861 --- /dev/null +++ b/debian/source/include-binaries @@ -0,0 +1 @@ +debian/patches/Install-info-png-to-usr-share-doc.patch -- 2.11.0