From: Anders Kaseorg Date: Tue, 26 Jun 2018 23:28:59 +0000 (-0400) Subject: debian: Bump Standards-Version to 4.1.4 and debian/compat to 11 X-Git-Tag: debian/0.2.1-1~1 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/e13fd2441670d670eb5194da72e5b729b38f0785 debian: Bump Standards-Version to 4.1.4 and debian/compat to 11 Signed-off-by: Anders Kaseorg --- diff --git a/debian/changelog b/debian/changelog index daf338d..ffaec3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ libyaml (0.2.1-1) UNRELEASED; urgency=medium * New upstream version 0.2.1. + Moved canonical repo to GitHub. (Closes: #865709) - * Build-Depend debhelper (>= 9.20160114~) for dh_strip - --dbgsym-migration. + * Bump Standards-Version to 4.1.4 and debian/compat to 11. + + Moved documentation in libyaml-doc from /usr/share/doc/libyaml-doc + to /usr/share/doc/libyaml-dev. -- Anders Kaseorg Fri, 21 Oct 2016 02:54:31 -0400 diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 032b7a1..1b4a358 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,10 @@ Source: libyaml Section: libs Priority: optional Maintainer: Anders Kaseorg -Build-Depends: autotools-dev, - debhelper (>= 9.20160114~), - dh-buildinfo (>= 0.9+nmu1~), - dh-autoreconf +Build-Depends: debhelper (>= 11), + dh-buildinfo (>= 0.9+nmu1~) Build-Depends-Indep: doxygen (>= 1.8.4-1~) -Standards-Version: 3.9.6 +Standards-Version: 4.1.4 Homepage: https://github.com/yaml/libyaml Vcs-Git: git://andersk.mit.edu/libyaml.git Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git diff --git a/debian/libyaml-doc.doc-base b/debian/libyaml-doc.doc-base index c841500..9c56a17 100644 --- a/debian/libyaml-doc.doc-base +++ b/debian/libyaml-doc.doc-base @@ -5,5 +5,5 @@ Abstract: Doxygen-generated API documentation for LibYAML. Section: Programming/C Format: HTML -Index: /usr/share/doc/libyaml-doc/html/index.html -Files: /usr/share/doc/libyaml-doc/html/*.html +Index: /usr/share/doc/libyaml-dev/html/index.html +Files: /usr/share/doc/libyaml-dev/html/*.html diff --git a/debian/rules b/debian/rules index cd636a0..c79ab93 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf + dh $@ override_dh_auto_build-indep: $(MAKE) html