diff options
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. | 
