diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-25 20:34:00 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-25 20:34:00 +0100 |
commit | 47932411902d1d9e4b98e56613b825287fce37fe (patch) | |
tree | bdebed2feec713fbac5ffbc619454cf9e005a069 /debian/control | |
parent | 3e7761beb59987650794b6dd890f6aaae70b6ede (diff) | |
download | libconfig-47932411902d1d9e4b98e56613b825287fce37fe.tar.gz |
Add Multiarch support
Diffstat (limited to '')
-rw-r--r-- | debian/control | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0dd3d9e..cb3d0ac 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,16 @@ Source: libconfig Priority: optional Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net> Uploaders: Jonathan McCrohan <jmccrohan@gmail.com> -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, texinfo, texlive-latex-base +Build-Depends: debhelper (>= 9), autotools-dev, texinfo, texlive-latex-base Standards-Version: 3.9.3 Homepage: http://www.hyperrealm.com/libconfig/ Section: libs Package: libconfig9 Architecture: any +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same Description: parsing and manipulation of structured configuration files This library features a fully reentrant parser and includes bindings for both the C and C++ programming languages. It runs on modern POSIX-compliant @@ -21,7 +23,9 @@ Description: parsing and manipulation of structured configuration files Package: libconfig++9 Architecture: any +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same Description: parsing and manipulation of structured configuration files(C++ binding) This library features a fully reentrant parser and includes bindings for both the C and C++ programming languages. It runs on modern POSIX-compliant @@ -39,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} +Multi-Arch: same 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 @@ -72,6 +77,7 @@ Replaces: libconfig++8-dev (<< 1.4.8) Breaks: libconfig++8-dev (<< 1.4.8) Depends: libconfig++9 (= ${binary:Version}), libconfig-dev, pkg-config (>= 0.20), ${misc:Depends} +Multi-Arch: same 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 @@ -104,6 +110,7 @@ Section: debug Priority: extra Architecture: any Depends: libconfig9 (= ${binary:Version}), ${misc:Depends} +Multi-Arch: same Description: parsing and manipulation of structured config files(debug symbols) This library features a fully reentrant parser and includes bindings for both the C and C++ programming languages. It runs on modern POSIX-compliant @@ -120,6 +127,7 @@ Section: debug Priority: extra Architecture: any Depends: libconfig++9 (= ${binary:Version}), ${misc:Depends} +Multi-Arch: same Description: parsing and manipulation of structured config files(C++ debug symbols) This library features a fully reentrant parser and includes bindings for both the C and C++ programming languages. It runs on modern POSIX-compliant |