]> andersk Git - libyaml.git/blobdiff - debian/control
Support multiarch
[libyaml.git] / debian / control
index f3270cc46bfe4e83168884ab159e76b0ad3b8f2e..5906f6b70046a364ea85a598d6ea3ec66a93e28f 100644 (file)
@@ -2,10 +2,9 @@ Source: libyaml
 Section: libs
 Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
-Build-Depends: cdbs,
- autotools-dev,
+Build-Depends: autotools-dev,
  debhelper (>= 8.1.3~),
- dh-buildinfo
+ cdbs (>= 0.4.93~)
 Standards-Version: 3.9.2
 Homepage: http://pyyaml.org/wiki/LibYAML
 Vcs-Git: git://andersk.mit.edu/libyaml.git
@@ -13,7 +12,9 @@ Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
 
 Package: libyaml-0-2
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Description: Fast YAML 1.1 parser and emitter library
  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
  human-readable data serialization format.
@@ -22,6 +23,7 @@ Package: libyaml-0-2-dbg
 Section: debug
 Priority: extra
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
 Description: Fast YAML 1.1 parser and emitter library (debugging symbols)
  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
@@ -33,6 +35,7 @@ Description: Fast YAML 1.1 parser and emitter library (debugging symbols)
 Package: libyaml-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
 Description: Fast YAML 1.1 parser and emitter library (development)
  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
This page took 0.106604 seconds and 4 git commands to generate.