]> andersk Git - libyaml.git/blobdiff - debian/control.in
Merge commit 'upstream/0.1.4' into HEAD
[libyaml.git] / debian / control.in
index 10f28534decae37b1ddbe7344179f42c4161f1c8..dbc730bd9333ba2a58e049851a93ced98b2624a9 100644 (file)
@@ -3,12 +3,12 @@ Section: libs
 Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
 Build-Depends: @cdbs@
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 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
@@ -18,7 +18,7 @@ Description: Fast YAML 1.1 parser and emitter library
 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.025902 seconds and 4 git commands to generate.