~ubuntu-branches/ubuntu/trusty/libnfnetlink/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2008-07-22 23:09:10 UTC
  • mfrom: (1.2.1 upstream) (2.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080722230910-6pdckzhbi7e1pnyj
Tags: 0.0.39-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libnfnetlink
2
2
Section: libs
3
 
Priority: optional
 
3
Priority: extra
4
4
Maintainer: netfilter maintainers <netfilter-maintainers@ned.snow-crash.org>
5
5
Uploaders: Max Kellermann <max@duempel.org>, Alexander Wirt <formorer@debian.org>
6
 
Build-Depends: debhelper (>= 5)
7
 
Standards-Version: 3.7.2
 
6
Build-Depends: debhelper (>= 5), libtool
 
7
Standards-Version: 3.8.0
8
8
 
9
 
Package: libnfnetlink1
 
9
Package: libnfnetlink0
10
10
Architecture: any
11
11
Depends: ${shlibs:Depends}
12
12
Description: Netfilter netlink library
16
16
 nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
17
17
 respective users and/or management tools in userspace.
18
18
 
19
 
Package: libnfnetlink1-dbg
 
19
Package: libnfnetlink0-dbg
20
20
Section: libdevel
21
21
Architecture: any
22
 
Depends: ${shlibs:Depends}, libnfnetlink1 (= ${Source-Version})
23
 
Description: Debugging symbols for libnfnetlink1
 
22
Depends: ${shlibs:Depends}, libnfnetlink0 (= ${binary:Version})
 
23
Description: Debugging symbols for libnfnetlink0
24
24
 libnfnetlink is the low-level library for netfilter related
25
25
 kernel/userspace communication. It provides a generic messaging
26
26
 infrastructure for in-kernel netfilter subsystems (such as
32
32
Package: libnfnetlink-dev
33
33
Section: libdevel
34
34
Architecture: any
35
 
Depends: ${shlibs:Depends}, libnfnetlink1 (= ${Source-Version}),
 
35
Depends: ${shlibs:Depends}, libnfnetlink0 (= ${binary:Version}),
36
36
 pkg-config
37
 
Description: Development files for libnfnetlink1
 
37
Description: Development files for libnfnetlink0
38
38
 libnfnetlink is the low-level library for netfilter related
39
39
 kernel/userspace communication. It provides a generic messaging
40
40
 infrastructure for in-kernel netfilter subsystems (such as