diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 18 | ||||
-rw-r--r-- | debian/libconfig-doc.doc-base (renamed from debian/libconfig-dev.doc-base) | 2 | ||||
-rw-r--r-- | debian/libconfig-doc.docs (renamed from debian/libconfig-dev.docs) | 0 |
4 files changed, 20 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1ad5ad6..08a5e84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ libconfig (1.4.8-4) unstable; urgency=low - Remove package descriptions * Add Multiarch support - -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 25 Mar 2012 20:55:45 +0100 + -- Jonathan McCrohan <jmccrohan@gmail.com> Fri, 06 Apr 2012 14:28:39 +0100 libconfig (1.4.8-3) unstable; urgency=low diff --git a/debian/control b/debian/control index 95b8058..db3cf36 100644 --- a/debian/control +++ b/debian/control @@ -43,6 +43,7 @@ Architecture: any Replaces: libconfig8-dev (<< 1.4.8) Breaks: libconfig8-dev (<< 1.4.8) Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20), ${misc:Depends} +Recommends: libconfig-doc Multi-Arch: same Description: parsing and manipulation of structured config files(development) This library features a fully reentrant parser and includes bindings for @@ -140,3 +141,20 @@ Description: parsing and manipulation of structured config files(C++ debug symbo files. . This package provides debugging information for the libconfig++ library. + +Package: libconfig-doc +Section: doc +Architecture: all +Replaces: libconfig-dev (<= 1.4.8) +Breaks: libconfig-dev (<= 1.4.8) +Depends: ${misc:Depends} +Description: parsing and manipulation of structured config files(Documentation) + This library features a fully reentrant parser and includes bindings for + both the C and C++ programming languages. It runs on modern POSIX-compliant + systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on + Microsoft Windows 2000/XP and later (Visual Studio or MinGW). + . + This library allows parsing, manipulating and writing structured configuration + files. + . + This package provides documentation for the libconfig library. diff --git a/debian/libconfig-dev.doc-base b/debian/libconfig-doc.doc-base index 214fdfe..281715e 100644 --- a/debian/libconfig-dev.doc-base +++ b/debian/libconfig-doc.doc-base @@ -6,4 +6,4 @@ Abstract: This manual describes what libconfig is Section: Programming/C Format: PDF -Files: /usr/share/doc/libconfig-dev/libconfig.pdf.gz +Files: /usr/share/doc/libconfig-doc/libconfig.pdf.gz diff --git a/debian/libconfig-dev.docs b/debian/libconfig-doc.docs index 49e707d..49e707d 100644 --- a/debian/libconfig-dev.docs +++ b/debian/libconfig-doc.docs |