Your message dated Sat, 25 Jan 2020 16:56:59 +0100 with message-id <[email protected]> and subject line Re: please update build-deps on iptables has caused the Debian Bug report #946149, regarding please update build-deps on iptables to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 946149: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946149 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: systemd Version: 243-8 Severity: normal Hi there! The src:iptables debian package (v1.8.4-1) dropped the libiptc-dev and libiptc0 binary packages. The content is included now in either libip4tc or libip6tc. Such change comes from upstream. This package seems to `#include <libiptc/libiptc.h>`, which is fine; But I encourage to please update the build-deps to use libip4tc-dev instead of libiptc-dev. The header file is the same. Also pkg-config information should be right. The build should be something like: gcc $(pkg-config xtables --cflags) yourpackage.c -lip4tc or -lip6tc instead of: gcc yourpackage.c -liptc This may need reporting upstream. Let me know if you find any issue with this change.
--- End Message ---
--- Begin Message ---On Wed, 04 Dec 2019 12:41:20 +0100 Arturo Borrero Gonzalez <[email protected]> wrote: > Package: systemd > Version: 243-8 > Severity: normal > > Hi there! > > The src:iptables debian package (v1.8.4-1) dropped the libiptc-dev and > libiptc0 > binary packages. The content is included now in either libip4tc or libip6tc. > Such change comes from upstream. > > This package seems to `#include <libiptc/libiptc.h>`, which is fine; But > I encourage to please update the build-deps to use libip4tc-dev instead of > libiptc-dev. > > The header file is the same. Also pkg-config information should be right. > > The build should be something like: > > gcc $(pkg-config xtables --cflags) yourpackage.c -lip4tc or -lip6tc > > instead of: > > gcc yourpackage.c -liptc > > This may need reporting upstream. Let me know if you find any issue with this > change. > > Let's close this bug report for now, as libiptc.pc continues to exist in libiptc-dev. If iptables upstream decides to drop libiptc.pc at some point, we can revisit this decision and I'll forward this issue upstream acccordingly. Regards, Michael
--- End Message ---

