- 10 Oct, 2016 1 commit
-
-
Arturo Borrero Gonzalez authored
Add missing depends from -dev packages to their binary match. Closes: #835664 Signed-off-by: Arturo Borrero Gonzalez <arturo@debian.org>
-
- 25 Aug, 2016 1 commit
-
-
Arturo Borrero Gonzalez authored
No need to use variables. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 27 Jul, 2016 7 commits
-
-
Arturo Borrero Gonzalez authored
Manually update changelog with latest changes. Git-Dch: Ignore Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
Run wrap-and-sort in the pacakge. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
Update changelog manually with latest changes. Git-Dch: Ignore Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
libiptc0, libip4tc0 and libip6tc0 don't need a Replaces & Breaks with iptables, given the library files were moved to multi-arch paths (so there is no file conflict with the old iptables package). The -dev packages are different, because they have conflicting paths with the old iptables-dev package. Suggested-by: Michael Biebl <biebl@debian.org> Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
So all library packages are Multi-Arch: same, otherwise marking iptables M-A: foreign is pretty pointless. Suggested-by: Michael Biebl <biebl@debian.org> Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
Michael Biebl says: << please consider lowering the priority of the library packages to optional. I know lintian will complain about that not being policy compliant, but I think installing libraries because of their priority is a stupid idea (and discussion is currently ongoing to fix the debian policy in that regard). >> Suggested-by: Michael Biebl <biebl@debian.org> Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
Given we already depends on -dev packages. They lib packages will be pulled in by their corresponding -dev package. Suggested-by: Michael Biebl <biebl@debian.org> Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 29 Jun, 2016 1 commit
-
-
Arturo Borrero Gonzalez authored
Update changelog. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 10 Jun, 2016 1 commit
-
-
Arturo Borrero Gonzalez authored
To allow transitions from iptables-dev to the libiptc split. Reported-by: Michael Biebl <biebl@debian.org> Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 09 Jun, 2016 2 commits
-
-
Arturo Borrero Gonzalez authored
With latests modifications from Micahel Biebl. This update was done by hand and not using 'gbp dch'. Git-Dch: Ignore Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Michael Biebl authored
There are several little things to fix in the libiptc package split to get it completed: * adjust break/depends * distribute usr/include/libiptc/libiptc.h * dropped the breaks: linux-libc-dev (<< 3.5), this was added for a file conflict regarding /usr/include/linux/netfilter_ipv4/ip_queue.h, which is no longer shipped by the library packages. Signed-off-by: Michael Biebl <biebl@debian.org> Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 07 Jun, 2016 8 commits
-
-
Arturo Borrero Gonzalez authored
This time, apart of using 'gbp dch', I mangle the changelog by hand a lot. Git-Dch: Ignore Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
We have now conflicts with iptables and iptables-dev (1.6.0-2), given we have moved files between packages. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
We have a libxtables11 binary package, let's include the devel files in a libxtables-dev package for coherence. This is mainly a matter of renaming the iptables-dev binary package. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
No longer required. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
Generate 2 new binary packages libiptc and libiptc-dev from iptables and iptables-dev. This way, we can play Multi-Arch games independently with iptables and libiptc. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
No longer needed. As stated in the dh_shlibdeps manpage, the tool is now smarter and doesn't require the options in our override. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
This commit does two interleaved things: * finis Multi-Arch support by changing dirs names, missing in commit: 637406a0 ("iptables: make it Multi-Arch: foreign") * move libs from /lib to /usr/lib/ Therefore, the final change is, for example: /lib -> /usr/lib/x86_64-linux-gnu Files already under /usr/lib are simply moved to /usr/lib/<arch> Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
This library has been deprecated in favour of libnetfilter_queue a long time ago. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 10 Mar, 2016 2 commits
-
-
Arturo Borrero Gonzalez authored
This reverts commit 0c28b76e . While at it, bump version numbers to current ones. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
No changes required, per checklist: https://www.debian.org/doc/packaging-manuals/upgrading-checklist.txt Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 09 Mar, 2016 2 commits
-
-
Arturo Borrero Gonzalez authored
It seems this file is useless. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
Add this manpage. It has been already sent upstream. Link compat tools manpages to this new manpage. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 02 Feb, 2016 1 commit
-
-
Arturo Borrero Gonzalez authored
Fix typos in manpages. Closes: #793299 Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 28 Jan, 2016 3 commits
-
-
Arturo Borrero Gonzalez authored
Users are likely to play with kernel modules. Suggests kmod. Closes: #623865 Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
This change triggers a lintian warning which I don't know how to handle by now, given libiptc is a *private* library and should not be used by any package. E: iptables: shlib-in-multi-arch-foreign-package lib/libiptc.so.0.0.0 N: N: The package is marked as Multi-Arch: foreign, but it includes a shared N: library in a public library directory. N: N: Refer to https://wiki.ubuntu.com/MultiarchSpec for details. N: N: Severity: serious, Certainty: certain N: N: Check: shared-libs, Type: binary, udeb N: Closes: #776041 Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
Move the libxtables11 package from Section 'net' to 'libs'. Closes: #812973 Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 27 Jan, 2016 1 commit
-
-
Arturo Borrero Gonzalez authored
Rebuild for unstable. Git-Dch: Ignore Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 19 Jan, 2016 2 commits
-
-
Arturo Borrero Gonzalez authored
Update d/changelog details with latets commit. Git-Dch: Ignore Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
This upload is for Debian experimental rather than unstable. Suggested-by: Ana Guerrero <ana@debian.org> Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
- 15 Jan, 2016 8 commits
-
-
Arturo Borrero Gonzalez authored
Let's generate changelog entry for 1.6.0-1 unstable. Git-Dch: Ignore Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
Pointing to the alioth project. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
Missing in previous commits. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
Update the Changelog file with latest changes in 1.6.0. I'm not a big fan of this 'copy-pasted' changelog, but users of the iptables package may be acclimated to this. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
There are no specific manpages for the -compat tools right now. Writting such manpages is something I would like to discuss with upstream. I think the best sollution by now is to simply redirect users to the originals. For this, a dependency with the original tools is required. It should be noted that such a dependency is not weird, since its very likely that users of the iptables-nftables-compat package are triying to migrate their ruleset, so they need the original tools anyway. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
No changes required by: https://www.debian.org/doc/packaging-manuals/upgrading-checklist.txt Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
Call wrap-and-sort to put here a bit or ordering. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-
Arturo Borrero Gonzalez authored
At runtime, the compat tools may load some modules (extensions) which are owned by the iptables package. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-