Import Debian changes 1.0.1-ok1

libnfnetlink (1.0.1-ok1) yangtze; urgency=medium

  * Build for openKylin.
This commit is contained in:
openKylinBot 2022-04-25 22:03:04 +08:00 committed by Lu zhiping
parent 5a9c248798
commit e0705cdb85
12 changed files with 100 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
libnfnetlink (1.0.1-ok1) yangtze; urgency=medium
* Build for openKylin.
-- openKylinBot <openKylinBot@openkylin.com> Mon, 25 Apr 2022 22:03:04 +0800

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

51
debian/control vendored Normal file
View File

@ -0,0 +1,51 @@
Source: libnfnetlink
Section: libs
Priority: extra
Maintainer: Alexander Wirt <formorer@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libtool
Standards-Version: 3.9.4
Vcs-Git: git://github.com/formorer/pkg-libnfnetlink.git
Vcs-Browser: https://github.com/formorer/pkg-libnfnetlink
Package: libnfnetlink0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Netfilter netlink library
libnfnetlink is the low-level library for netfilter related
kernel/userspace communication. It provides a generic messaging
infrastructure for in-kernel netfilter subsystems (such as
nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
respective users and/or management tools in userspace.
Package: libnfnetlink0-dbg
Section: debug
Architecture: any
Pre-Depends: dpkg (>= 1.17.5)
Depends: libnfnetlink0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Debugging symbols for libnfnetlink0
libnfnetlink is the low-level library for netfilter related
kernel/userspace communication. It provides a generic messaging
infrastructure for in-kernel netfilter subsystems (such as
nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
respective users and/or management tools in userspace.
.
This package provides the debugging symbols.
Package: libnfnetlink-dev
Section: libdevel
Architecture: any
Depends: libnfnetlink0 (= ${binary:Version}),
pkg-config,
${misc:Depends},
${misc:Pre-Depends},
${shlibs:Depends}
Description: Development files for libnfnetlink0
libnfnetlink is the low-level library for netfilter related
kernel/userspace communication. It provides a generic messaging
infrastructure for in-kernel netfilter subsystems (such as
nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
respective users and/or management tools in userspace.
.
This package provides development files and static libraries.

16
debian/copyright vendored Normal file
View File

@ -0,0 +1,16 @@
This package was debianized by Max Kellermann <max@duempel.org> on
Wed Sep 20 22:57:38 CEST 2006
It was downloaded from http://www.netfilter.org/downloads.html
Upstream Author: Netfilter Core Team <coreteam@netfilter.org>
Copyright:
(C) 2001-2005 Netfilter Core Team <coreteam@netfilter.org>
this software may be used and distributed according to the terms of the gnu
general public license, incorporated herein by reference.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.

1
debian/libnfnetlink-dev.docs vendored Normal file
View File

@ -0,0 +1 @@
README

3
debian/libnfnetlink-dev.install vendored Normal file
View File

@ -0,0 +1,3 @@
usr/include/*
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/*

1
debian/libnfnetlink0-dbg.dirs vendored Normal file
View File

@ -0,0 +1 @@
usr/share/doc

1
debian/libnfnetlink0-dbg.maintscript vendored Normal file
View File

@ -0,0 +1 @@
symlink_to_dir /usr/share/doc/libnfnetlink0-dbg /usr/share/doc/libnfnetlink0 1.0.1-2~ libnfnetlink0-dbg

1
debian/libnfnetlink0.install vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/*/*.so.*

16
debian/rules vendored Executable file
View File

@ -0,0 +1,16 @@
#!/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=libnfnetlink0-dbg

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

3
debian/watch vendored Normal file
View File

@ -0,0 +1,3 @@
version=3
http://ftp.netfilter.org/pub/libnfnetlink/libnfnetlink-(\S+).tar.bz2