On Tue, Jan 12, 2016 at 01:51:20PM +0300, Dmitry Shachnev wrote: > You need to have $(DEB_HOST_ARCH) properly defined (dpkg-buildpackage does > this for you, but you should not rely on that). Please see the “Usage in > debian/rules” section of dpkg-architecture(1) for details. > > Also, it's better to replace that with this line: > > ifneq (,$(filter $(DEB_HOST_ARCH_OS),linux)) > > That will work even when we get hurd-amd64 or kfreebsd-armhf ;)
Dmitry, thank you for the upload and for these hints! I have fixed both issues in twinkle’s packaging repository. Regards, Peter

