aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-03-05 21:49:27 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-03-05 21:49:27 +0000
commit3c357b0af589371ed64d29917cbfadf060547129 (patch)
tree7a9b11ec2188e21028a1ca1938ad61abc4954686
parente74a712defa3ff72035e1292d79d984e49b51284 (diff)
downloadlibconfig-3c357b0af589371ed64d29917cbfadf060547129.tar.gz
Fix incorrect section for transitional package
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 0f57b64..0d54d0f 100644
--- a/debian/control
+++ b/debian/control
@@ -60,7 +60,7 @@ Description: parsing and manipulation of structured config files(development)
Package: libconfig8-dev
Depends: libconfig-dev, ${misc:Depends}
Architecture: any
-Section: oldlibs
+Section: libdevel
Description: parsing and manipulation of structured config files(development)
This library features a fully reentrant parser and includes bindings for
both the C and C++ programming languages. It runs on modern POSIX-compliant
@@ -106,7 +106,7 @@ Description: parsing and manipulation of structured config files(C++ development
Package: libconfig++8-dev
Depends: libconfig++-dev, ${misc:Depends}
Architecture: any
-Section: oldlibs
+Section: libdevel
Description: parsing and manipulation of structured config files(C++ development)
This library features a fully reentrant parser and includes bindings for
both the C and C++ programming languages. It runs on modern POSIX-compliant