debian/0000755000000000000000000000000012173072631007170 5ustar debian/patches/0000755000000000000000000000000012043034533010612 5ustar debian/patches/001-changelog.patch0000644000000000000000000000141212043034533014056 0ustar Author: ljlane Description: nfacct source does not include a changelog. This is a compilation of the external changelog files from http://netfilter.org/projects/nfacct/files/ --- /dev/null +++ b/Changelog @@ -0,0 +1,15 @@ +changes-nfacct-1.0.0.txt: + +Pablo Neira Ayuso (11): + initial import + nfacct: use return instead of exit(EXIT_FAILURE) + build: remove bogus dependencies + nfacct: check for too many arguments + nfacct: check for wrong arguments + nfacct: replace one leftover perror by nfacct_perror + doc: minor fixes for nfacct.8 + nfacct: fix licensing terms, this is GPLv2 software + nfacct: add XML output support + nfacct: update manpage to include xml and reset options + build: nfacct release 1.0.0 + debian/patches/series0000644000000000000000000000002412043034202012014 0ustar 001-changelog.patch debian/source/0000755000000000000000000000000011303525552010467 5ustar debian/source/format0000644000000000000000000000001411313552550011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000051312173072553011044 0ustar nfacct (1.0.1-1) unstable; urgency=low * New upstream release * Bumped Standards-Version to 3.9.4 -- Laurence J. Lane Sun, 21 Jul 2013 19:44:50 -0400 nfacct (1.0.0-1) unstable; urgency=low * Initial release. Closes: #666022 -- Laurence J. Lane Thu, 25 Oct 2012 17:03:03 -0400 debian/compat0000644000000000000000000000000211677654454010407 0ustar 9 debian/copyright0000644000000000000000000000271612041573660011133 0ustar This package was debianized (pretty much a search and replace on the libnetfilter-conntrack3 package build) by Laurence J. Lane on Tue, 23 Oct 2012 15:59:56 -0400 It was downloaded from http://www.netfilter.org/projects/libnetfilter_acct/downloads.html Upstream Author: Pablo Neira Ayuso Copyright: (C) 2011 by Pablo Neira Ayuso (C) 2011 by Intra2net AG This program is free software; you can redistribute it and/or modify it under the terms of the Lesser GNU General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/rules0000755000000000000000000000013512041613133010237 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf --with autotools_dev --builddir=debian/build debian/watch0000644000000000000000000000011312043035741010211 0ustar version=3 http://netfilter.org/projects/nfacct/files/nfacct-(\S+).tar.bz2 debian/control0000644000000000000000000000105312173072476010601 0ustar Source: nfacct Section: net Priority: important Maintainer: Laurence J. Lane Build-Depends: debhelper (>= 9), libnfnetlink-dev, libmnl-dev, libnetfilter-acct-dev, dh-autoreconf, autotools-dev Standards-Version: 3.9.4 Homepage: http://netfilter.org/projects/nfacct/ Package: nfacct Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: netfilter accounting object tool This is the command line tool to create/retrieve/delete netfilter accounting objects. . Requires Linux kernel 3.3+ nfnetlink_acct subsystem.