--- libnetfilter-cttimeout-1.0.0.orig/debian/changelog +++ libnetfilter-cttimeout-1.0.0/debian/changelog @@ -0,0 +1,24 @@ +libnetfilter-cttimeout (1.0.0-2ubuntu2) eoan; urgency=medium + + * No-change rebuild to drop multiarch-support dependency. + + -- Matthias Klose Sun, 01 Sep 2019 03:41:24 +0000 + +libnetfilter-cttimeout (1.0.0-2ubuntu1) trusty; urgency=medium + + * Use dh-autoreconf to get new libtool macros for ppc64el. + + -- Logan Rosen Thu, 02 Jan 2014 20:18:22 -0500 + +libnetfilter-cttimeout (1.0.0-2) unstable; urgency=low + + * [071be6d] Add vcs links + * [0bc7182] Add watch file + + -- Alexander Wirt Sun, 19 May 2013 07:52:48 +0200 + +libnetfilter-cttimeout (1.0.0-1) unstable; urgency=low + + * Initial upload + + -- Alexander Wirt Mon, 04 Jun 2012 22:18:59 +0200 --- libnetfilter-cttimeout-1.0.0.orig/debian/compat +++ libnetfilter-cttimeout-1.0.0/debian/compat @@ -0,0 +1 @@ +9 --- libnetfilter-cttimeout-1.0.0.orig/debian/control +++ libnetfilter-cttimeout-1.0.0/debian/control @@ -0,0 +1,54 @@ +Source: libnetfilter-cttimeout +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Alexander Wirt +Build-Depends: debhelper (>= 9.0.0), + libmnl-dev (>= 1.0.0), + libtool, + pkg-config, + dh-autoreconf +Standards-Version: 3.9.3 +Section: libs +Homepage: http://www.netfilter.org/projects/libnetfilter_cttimeout +Vcs-Git: git://github.com/formorer/pkg-libnetfilter-cttimeout.git +Vcs-Browser: https://github.com/formorer/pkg-libnetfilter-cttimeout + +Package: libnetfilter-cttimeout-dev +Section: libdevel +Architecture: any +Depends: libnetfilter-cttimeout1 (= ${binary:Version}), + libnfnetlink-dev (>= 1.0.0), + pkg-config, + ${misc:Depends} +Description: fine-grain connection tracking timeout infrastructure for netfilter + libnetfilter_cttimeout is the userspace library that provides the programming + interface to the fine-grain connection tracking timeout infrastructure. With + this library, you can create, update and delete timeout policies that can be + attached to traffic flows. This library is used by conntrack-tools. + . + This package provides development files and static libraries. + +Package: libnetfilter-cttimeout1 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: fine-grain connection tracking timeout infrastructure for netfilter + libnetfilter_cttimeout is the userspace library that provides the programming + interface to the fine-grain connection tracking timeout infrastructure. With + this library, you can create, update and delete timeout policies that can be + attached to traffic flows. This library is used by conntrack-tools. + +Package: libnetfilter-cttimeout1-dbg +Section: debug +Architecture: any +Depends: libnetfilter-cttimeout1 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: fine-grain connection tracking timeout infrastructure for netfilter + libnetfilter_cttimeout is the userspace library that provides the programming + interface to the fine-grain connection tracking timeout infrastructure. With + this library, you can create, update and delete timeout policies that can be + attached to traffic flows. This library is used by conntrack-tools. + . + This package provides the debugging symbols. --- libnetfilter-cttimeout-1.0.0.orig/debian/copyright +++ libnetfilter-cttimeout-1.0.0/debian/copyright @@ -0,0 +1,28 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: libnetfilter-cttimeout +Source: http://www.netfilter.org/projects/libnetfilter_cttimeout/index.html + +Files: * +Copyright: 2012 Pablo Neira Ayuso +License: GPL-2.0+ + +Files: debian/* +Copyright: 2012 Alexander Wirt +License: GPL-2.0+ + +License: GPL-2.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". --- libnetfilter-cttimeout-1.0.0.orig/debian/docs +++ libnetfilter-cttimeout-1.0.0/debian/docs @@ -0,0 +1 @@ +README --- libnetfilter-cttimeout-1.0.0.orig/debian/libnetfilter-cttimeout-dev.dirs +++ libnetfilter-cttimeout-1.0.0/debian/libnetfilter-cttimeout-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- libnetfilter-cttimeout-1.0.0.orig/debian/libnetfilter-cttimeout-dev.install +++ libnetfilter-cttimeout-1.0.0/debian/libnetfilter-cttimeout-dev.install @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/*/lib*.so +usr/lib/*/pkgconfig/* --- libnetfilter-cttimeout-1.0.0.orig/debian/libnetfilter-cttimeout1.dirs +++ libnetfilter-cttimeout-1.0.0/debian/libnetfilter-cttimeout1.dirs @@ -0,0 +1 @@ +usr/lib --- libnetfilter-cttimeout-1.0.0.orig/debian/libnetfilter-cttimeout1.install +++ libnetfilter-cttimeout-1.0.0/debian/libnetfilter-cttimeout1.install @@ -0,0 +1 @@ +usr/lib/*/*.so.* --- libnetfilter-cttimeout-1.0.0.orig/debian/rules +++ libnetfilter-cttimeout-1.0.0/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with autoreconf + +override_dh_strip: + dh_strip --dbg-package=libnetfilter-cttimeout1-dbg + +override_dh_installdocs: + dh_installdocs --link-doc=libnetfilter-cttimeout1 + --- libnetfilter-cttimeout-1.0.0.orig/debian/source/format +++ libnetfilter-cttimeout-1.0.0/debian/source/format @@ -0,0 +1 @@ +1.0 --- libnetfilter-cttimeout-1.0.0.orig/debian/watch +++ libnetfilter-cttimeout-1.0.0/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.netfilter.org/projects/libnetfilter_cttimeout/files/libnetfilter_cttimeout-(\S+).tar.bz2