chiark / gitweb /
debian: Fix package sections.
[checkpath] / debian / control
index b47da1cb8b4cb1d6cef62d94974625e97e2f397d..21f8e5700bb7daaef4dc0cc78430c9687fa5956d 100644 (file)
@@ -22,6 +22,7 @@ Description: Checks PATH variable for security
 
 Package: libcheckpath1
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends}
 Description: Checks paths for security
  Walks a pathname, checking every symlink and directory on the way,
@@ -32,6 +33,7 @@ Description: Checks paths for security
 
 Package: libcheckpath-dev
 Architecture: any
+Section: devel
 Depends: libcheckpath1 (= ${Source-Version}), mlib-dev (>= 2.0.0), libc6-dev
 Description: Checks paths for security
  Walks a pathname, checking every symlink and directory on the way,