The debian/ dir does not belong here, we already discussed this
with Debian maintainers many times before.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
+++ /dev/null
-debhelper.log
-nftables.debhelper.log
-nftables/
-tmp/
+++ /dev/null
-nftables (0.01-alpha1) unstable; urgency=low
-
- * initial alpha version
-
- -- Patrick McHardy <kaber@trash.net> Wed, 3 Dec 2008 14:00:00 +0100
-
+++ /dev/null
-Source: nftables
-Section: net
-Priority: optional
-Maintainer: Patrick McHardy <kaber@trash.net>
-Build-Depends: libnl-dev (>= 2.0)
-Standards-Version: 3.8.0
-
-Package: nftables
-Architecture: any
-Priority: optional
-Section: net
-Depends: ${shlibs:Depends}
-Description: Program to control packet filtering rules
+++ /dev/null
-The GNU General Public License version 2 applies to the upstream
-sources. On Debian systems, the complete text of the GNU General
-Public License version 2 can be found in the
-/usr/share/common-licenses/GPL-2 file.
+++ /dev/null
-src/nft /sbin
+++ /dev/null
-#! /usr/bin/make -f
-
-configure_opts := --prefix=/ --datarootdir=/usr
-install_opts :=
-
-%:
- dh $@
-
-build: build-stamp
-build-stamp:
- dh build --before dh_auto_configure
- autoreconf
- dh_auto_configure -- $(configure_opts)
- dh build --after dh_auto_configure
- touch $@
-
-install: build
- dh_install $(install_opts)
-
-binary: install