=== bsotkjjzagpukzwc is now known as xbxdizrlbdpywxki === xbxdizrlbdpywxki is now known as LordOfBikes === ssweeny__ is now known as ssweeny [14:57] Hello there is there a way to say not run dh_shlibdeps and dh_makeshlibs ? [14:57] I have a package that I just need it to copy things to a dir. [14:58] the make file https://paste.ubuntu.com/24989465/ [14:59] It is the https://releases.linaro.org/components/toolchain/binaries/latest/arm-linux-gnueabihf/ but for 4.9 I need this as some of the other cross compiled code is using it (Qt) and may other things [15:00] I tried override_dh_shlibdeps: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info but this seems to have no effect [15:01] dpkg-shlibdeps: error: couldn't find library libc.so.6 needed by debian/synexxus-gcc-armeabihf-x86-49/var/lib/arm-builder/toolchains/gcc49/arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/gconv/IBM1148.so (ELF format: 'elf32-little'; RPATH: '') [15:01] is one of many of the errors. [15:02] and yes libc.so.6 is installed. But I would like to just disable all the checking of the shared libs as I know that they are good. I just want a package that copies folders to $(DESTDIR)/where/ever [15:21] NVM I think I got it by altering the rules files to only do what I wanted it to do.