Hello Adrian.

So, I patched my package, and uploaded to mentors.

I got a message with the subject "dmagnetic_0.25-1:
ACCEPTED into unstable."

It can be found here,

https://mentors.debian.net/package/dmagnetic/


but now I am a little bit concerned about the developer information
page: https://tracker.debian.org/pkg/dmagnetic it is still complaining
about i386 not working. Could you have a look?



Thomas


On 7/30/20 4:29 PM, Adrian Bunk wrote:
On Thu, Jul 30, 2020 at 03:47:49PM +0200, Thomas Dettbarn wrote:
...
One last thing... Why did your patch say "ifneq... i386"?
ifneq (,$(filter $(DEB_HOST_ARCH), i386))
        ^
This compares the empty string with the filter result.

ifeq ($(DEB_HOST_ARCH), i386)
would to the same in this case.

I am used to the filter way of writing it since it allows listing
several architectures like
ifneq (,$(filter $(DEB_HOST_ARCH), i386 mipsel hppa))

Thomas
cu
Adrian

Reply via email to