diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-25 20:54:42 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-25 21:01:07 +0100 |
commit | e0fead9e0a8f2c7698dbbd6bf19d2e605b870d47 (patch) | |
tree | cc49a2ac3e09925ada1940e5fcbee5be7e3263db | |
parent | 47932411902d1d9e4b98e56613b825287fce37fe (diff) | |
download | libconfig-e0fead9e0a8f2c7698dbbd6bf19d2e605b870d47.tar.gz |
Set libconfig(++)8-dev as oldlibs extra
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 48ae30e..1ad5ad6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,14 @@ libconfig (1.4.8-4) unstable; urgency=low * Add C++ hardened buildflags - - Thanks to Simon Ruderich for the patch (closes: #662225) - * Improve libconfig(++)8-dev transition package descriptions + - Thanks to Simon Ruderich for the patch (closes: #662225) + * Fix libconfig(++)8-dev transition packages + - Set section as oldlibs + - Set priority as extra + - Remove package descriptions * Add Multiarch support - -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 25 Mar 2012 20:33:40 +0100 + -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 25 Mar 2012 20:55:45 +0100 libconfig (1.4.8-3) unstable; urgency=low diff --git a/debian/control b/debian/control index cb3d0ac..95b8058 100644 --- a/debian/control +++ b/debian/control @@ -65,7 +65,8 @@ Description: parsing and manipulation of structured config files(development) Package: libconfig8-dev Depends: libconfig-dev, ${misc:Depends} Architecture: any -Section: libdevel +Section: oldlibs +Priority: extra Description: Transitional package for libconfig-dev This is a transitional package for libconfig-dev, and can be safely removed when no other package depends on it. @@ -99,7 +100,8 @@ Description: parsing and manipulation of structured config files(C++ development Package: libconfig++8-dev Depends: libconfig++-dev, ${misc:Depends} Architecture: any -Section: libdevel +Section: oldlibs +Priority: extra Description: Transitional package for libconfig++-dev This is a transitional package for libconfig++-dev, and can be safely removed when no other package depends on it. |