chiark / gitweb /
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 a992fba0d055881a31c4e6e7b56fed93816811b2..eafb46c7e3ea4434b9ce80955f122df6b3d28007 100644 (file)
@@ -12,4 +12,4 @@ lib-config.in
 ltmain.sh
 missing
 mkinstalldirs
-
+depcomp
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,