]> andersk Git - libyaml.git/blobdiff - debian/control
Bump Debhelper compat level to 9
[libyaml.git] / debian / control
index 7bd9f01fd709a1f3833e39b0749f20af418308d9..f3270cc46bfe4e83168884ab159e76b0ad3b8f2e 100644 (file)
@@ -1,24 +1,39 @@
 Source: libyaml
 Section: libs
-Priority: extra
+Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5)
-Standards-Version: 3.8.0
+Build-Depends: cdbs,
+ autotools-dev,
+ debhelper (>= 8.1.3~),
+ dh-buildinfo
+Standards-Version: 3.9.2
 Homepage: http://pyyaml.org/wiki/LibYAML
 Vcs-Git: git://andersk.mit.edu/libyaml.git
 Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
 
-Package: libyaml-0-1
+Package: libyaml-0-2
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc: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.
 
+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
-Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-1 (= ${binary:Version})
+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
  human-readable data serialization format.
This page took 0.087029 seconds and 4 git commands to generate.