From ae79e83af3464a494fbb5488c2ccdb85308c8f4f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 15 Feb 2006 12:32:06 +0000 Subject: [PATCH] debian: Fix package sections. --- .gitignore | 2 +- debian/control | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a992fba..eafb46c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ lib-config.in ltmain.sh missing mkinstalldirs - +depcomp diff --git a/debian/control b/debian/control index b47da1c..21f8e57 100644 --- a/debian/control +++ b/debian/control @@ -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, -- 2.11.0