Package: src:dulwich Version: 0.11.1-1 Severity: important Tags: sid stretch
seen on every 64bit architecture: https://buildd.debian.org/status/fetch.php?pkg=dulwich&arch=ppc64el&ver=0.11.1-1&stamp=1442171901 dulwich/_objects.c: In function 'init_objects': dulwich/_objects.c:256:6: warning: implicit declaration of function 'Py_InitModule3' [-Wimplicit-function-declaration] m = Py_InitModule3("_objects", py_objects_methods, NULL); ^ dulwich/_objects.c:256:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion] m = Py_InitModule3("_objects", py_objects_methods, NULL); ^ as a side note, the packaging doesn't seem to be correct, if multiple python3 versions are supported: see https://launchpadlibrarian.net/217905805/buildlog_ubuntu-wily-amd64.dulwich_0.11.1-1_BUILDING.txt.gz the 3.5 binaries are here built in the install target, and not tested.