Skip to content

Commit ff35940

Browse files
authored
Merge pull request #6 from pzakha/control-fix-more
More fixes to control files
2 parents b31609e + aef3ba1 commit ff35940

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

module/debian/control.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
#
1616

1717
Source: connstat
18-
Section: metapackages
18+
Section: kernel
1919
Priority: optional
2020
Maintainer: Delphix Engineering <[email protected]>
2121
Build-Depends: debhelper (>= 10), devscripts
2222
Standards-Version: 4.1.2
2323

2424
Package: connstat-module-@@KVERS@@
2525
Architecture: any
26+
Depends: linux-image-@@KVERS@@
2627
Description: Connstat
2728
This package provides advanced per-connection tcp stats.
2829
Provides: connstat-module

usr/debian/control

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
#
1616

1717
Source: connstat-util
18-
Section: misc
18+
Section: net
1919
Priority: optional
2020
Maintainer: Delphix Engineering <[email protected]>
2121
Build-Depends: debhelper (>= 10), devscripts
2222
Standards-Version: 4.1.2
2323

2424
Package: connstat-util
2525
Architecture: any
26-
Replaces: base-files
2726
Depends: connstat-module, python3
2827
Description: Connstat
2928
This package provides the userland connstat command which provides

0 commit comments

Comments
 (0)