X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/0ff9db3518ca30895464997d5ecaa77a7dd4ee18..HEAD:/debian/control diff --git a/debian/control b/debian/control index dcef8e4..ec0c773 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,13 @@ Source: libyaml Section: libs Priority: optional Maintainer: Anders Kaseorg -Build-Depends: cdbs (>= 0.4.93~), - autotools-dev, - debhelper (>= 9~), - dh-buildinfo (>= 0.9+nmu1~), - dh-autoreconf, doxygen -Standards-Version: 3.9.5 -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 @@ -21,19 +19,6 @@ 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 -Multi-Arch: same -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 @@ -49,10 +34,11 @@ Description: Fast YAML 1.1 parser and emitter library (development) 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. + format, and some example programs from the LibYAML distribution.