]> andersk Git - libyaml.git/blobdiff - debian/control
Add pkg-config support
[libyaml.git] / debian / control
index 11b3866d60205d916f2c095e1ab902f766f3805b..020121474d0911abb33540521c8e438a8baef6a0 100644 (file)
@@ -1,12 +1,14 @@
 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.7.3
+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
@@ -16,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.029073 seconds and 4 git commands to generate.