]> andersk Git - libyaml.git/blobdiff - debian/control
debian: Bump Standards-Version to 4.4.0 and Debhelper compat to 12
[libyaml.git] / debian / control
index 020121474d0911abb33540521c8e438a8baef6a0..ec0c773c0d5ecf409a6d21bf227bb59e8c93b2e3 100644 (file)
@@ -2,15 +2,19 @@ Source: libyaml
 Section: libs
 Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5)
-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
+Build-Depends: debhelper (>= 12),
+ dh-buildinfo (>= 0.9+nmu1~)
+Build-Depends-Indep: doxygen (>= 1.8.4-1~)
+Standards-Version: 4.4.0
+Homepage: https://github.com/yaml/libyaml
+Vcs-Git: https://salsa.debian.org/andersk-guest/libyaml.git
+Vcs-Browser: https://salsa.debian.org/andersk-guest/libyaml
 
 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.
@@ -18,9 +22,23 @@ Description: Fast YAML 1.1 parser and emitter library
 Package: libyaml-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
+Multi-Arch: same
+Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
+Suggests: libyaml-doc
 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 package contains development headers and static libraries.
+
+Package: libyaml-doc
+Section: doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Fast YAML 1.1 parser and emitter library (documentation)
+ LibYAML is a C library for parsing and emitting data in YAML 1.1, a
+ human-readable data serialization format.
+ .
+ This package contains API documentation for developers in HTML
+ format, and some example programs from the LibYAML distribution.
This page took 0.047705 seconds and 4 git commands to generate.