reopen 828060
found 828060 2.3.0-2
thanks

Hi,

Unfortunately, I think you applied the patch incorrectly so libffado
is not yet reproducible.

By adding the hunk call to the binary-install/ffado-tools:: target,
the filename is never matched as it does not exist under debian/tmp
at this point. The file still remains in the 2.3.0-2 binary packages.

Patch attached that fixes it in binary-install/ffado-tools target.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb, Debian Project Leader
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

--- a/debian/rules      2017-07-22 09:37:46.525012218 +0100
--- b/debian/rules      2017-07-22 09:47:19.637425808 +0100
@@ -84,5 +84,5 @@
        dh_python2 -pffado-mixer-qt4
 
 binary-install/ffado-tools::
-       find debian/tmp -type f -name "static_info.txt" -delete
+       find debian/ffado-tools -type f -name "static_info.txt" -delete
        dh_python2 -pffado-tools
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to