]> andersk Git - libyaml.git/commitdiff
debian: Bump Standards-Version to 4.1.4 and debian/compat to 11
authorAnders Kaseorg <andersk@mit.edu>
Tue, 26 Jun 2018 23:28:59 +0000 (19:28 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Wed, 27 Jun 2018 00:25:32 +0000 (20:25 -0400)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
debian/changelog
debian/compat
debian/control
debian/libyaml-doc.doc-base
debian/rules

index daf338d852b8caac2e6c6cde923ae76f84d5f7f6..ffaec3f905437c3a34cfef52f44fbc5703125c1c 100644 (file)
@@ -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 <andersk@mit.edu>  Fri, 21 Oct 2016 02:54:31 -0400
 
index ec635144f60048986bc560c5576355344005e6e7..b4de3947675361a7770d29b8982c407b0ec6b2a0 100644 (file)
@@ -1 +1 @@
-9
+11
index 032b7a1b672400d14ab177cdf030ef035dfede0f..1b4a358f5734798d8a86e203a363a48d52096dda 100644 (file)
@@ -2,12 +2,10 @@ Source: libyaml
 Section: libs
 Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
-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
index c8415002a50fce2984023d1b7aedfa01603e9654..9c56a1784f3578fec02f48ea858bf98293b4a1da 100644 (file)
@@ -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
index cd636a064caed627bca63916974b6ecb4dba12af..c79ab93307b8648a6e1625edec8ba8ad29ebab29 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@ --with autoreconf
+       dh $@
 
 override_dh_auto_build-indep:
        $(MAKE) html
This page took 0.195985 seconds and 5 git commands to generate.