Commit 3a662213 authored by Arturo Borrero Gonzalez's avatar Arturo Borrero Gonzalez
Browse files

libiptc-dev: reintroduce package with shared pkg-config file



We can't get rid of the libiptc-dev package because pkg-config searchs for the
libiptc.pc file in some packages (like systemd).
The libiptc.pc file is very simple in the sense that it just points to libip4tc
and libip6tc.

My personal opinion is that the change should be made in upstream systemd
instead. They should stop depending on libiptc and directly use either libip4tc
or libip6tc, but that change is apparently too hard. So be it, let the package
contain just a single file.

Closes: #947176
Closes: #946202
Signed-off-by: default avatarArturo Borrero Gonzalez <arturo@debian.org>
parent d36d29f7
...@@ -97,10 +97,14 @@ Package: libiptc-dev ...@@ -97,10 +97,14 @@ Package: libiptc-dev
Architecture: linux-any Architecture: linux-any
Multi-Arch: same Multi-Arch: same
Depends: libip4tc-dev (=${binary:Version}), Depends: libip4tc-dev (=${binary:Version}),
libip6tc-dev (=${binary:Version}),
${misc:Depends} ${misc:Depends}
Section: oldlibs Section: libs
Description: transitional dummy package Description: Common development files for libiptc
This is a transitional package. It can safely be removed. The iptables/xtables framework has been replaced by nftables. You should
consider migrating now.
.
This package provides development files (pkg-config) for libiptc.
Package: libip4tc2 Package: libip4tc2
Multi-Arch: same Multi-Arch: same
......
...@@ -4,4 +4,3 @@ usr/include/libiptc/libxtc.h ...@@ -4,4 +4,3 @@ usr/include/libiptc/libxtc.h
usr/include/libiptc/xtcshared.h usr/include/libiptc/xtcshared.h
usr/lib/*/libip4tc.so usr/lib/*/libip4tc.so
usr/lib/*/pkgconfig/libip4tc.pc usr/lib/*/pkgconfig/libip4tc.pc
usr/lib/*/pkgconfig/libiptc.pc
usr/lib/*/pkgconfig/libiptc.pc
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment