]> andersk Git - libyaml.git/blobdiff - debian/control
Add libyaml-0-2-dbg package with debugging symbols
[libyaml.git] / debian / control
index 020121474d0911abb33540521c8e438a8baef6a0..5f0deabb29b93595c54a58bdda24d386ba179896 100644 (file)
@@ -2,7 +2,10 @@ Source: libyaml
 Section: libs
 Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5)
+Build-Depends: cdbs,
+ autotools-dev,
+ debhelper,
+ dh-buildinfo
 Standards-Version: 3.8.3
 Homepage: http://pyyaml.org/wiki/LibYAML
 Vcs-Git: git://andersk.mit.edu/libyaml.git
@@ -15,6 +18,18 @@ 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.
 
+Package: libyaml-0-2-dbg
+Section: debug
+Priority: extra
+Architecture: any
+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
+ human-readable data serialization format.
+ .
+ This package contains detached debuging symbols for the library found
+ in libyaml-0-2.
+
 Package: libyaml-dev
 Section: libdevel
 Architecture: any
This page took 0.028664 seconds and 4 git commands to generate.