debian: Fix package sections.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 15 Feb 2006 12:32:06 +0000 (12:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 15 Feb 2006 12:33:05 +0000 (12:33 +0000)
.gitignore
debian/control

index a992fba..eafb46c 100644 (file)
@@ -12,4 +12,4 @@ lib-config.in
 ltmain.sh
 missing
 mkinstalldirs
-
+depcomp
index b47da1c..21f8e57 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,