diff -u virt-top-1.0.7/debian/changelog virt-top-1.0.7/debian/changelog --- virt-top-1.0.7/debian/changelog +++ virt-top-1.0.7/debian/changelog @@ -1,3 +1,13 @@ +virt-top (1.0.7-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Added the debian/patches/0005-fix-FTBFS-with-OCaml.patch to fix a FTBFS + with OCaml 4.02.2. Thanks to Stéphane Glondu . + (Closes: #789614) + * Bumped Standards-Version to 3.9.6. + + -- Joao Eriberto Mota Filho Fri, 01 Jan 2016 16:35:18 -0200 + virt-top (1.0.7-1) unstable; urgency=low * [01344ee] Imported Upstream version 1.0.7 diff -u virt-top-1.0.7/debian/control virt-top-1.0.7/debian/control --- virt-top-1.0.7/debian/control +++ virt-top-1.0.7/debian/control @@ -16,7 +16,7 @@ libxml-light-ocaml-dev, dh-ocaml (>= 0.9.1), libextlib-ocaml-dev -Standards-Version: 3.9.3 +Standards-Version: 3.9.6 Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/virt-top.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/virt-top.git Homepage: http://et.redhat.com/~rjones/virt-top/ diff -u virt-top-1.0.7/debian/patches/series virt-top-1.0.7/debian/patches/series --- virt-top-1.0.7/debian/patches/series +++ virt-top-1.0.7/debian/patches/series @@ -1,0 +2 @@ +0005-fix-FTBFS-with-OCaml.patch only in patch2: unchanged: --- virt-top-1.0.7.orig/debian/patches/0005-fix-FTBFS-with-OCaml.patch +++ virt-top-1.0.7/debian/patches/0005-fix-FTBFS-with-OCaml.patch @@ -0,0 +1,21 @@ +Description: fix a FTBFS with OCaml 4.02.2. (Closes: #789614) +Author: Joao Eriberto Mota Filho +Last-Update: 2016-01-01 +Index: virt-top-1.0.7/virt-top/Makefile.in +=================================================================== +--- virt-top-1.0.7.orig/virt-top/Makefile.in ++++ virt-top-1.0.7/virt-top/Makefile.in +@@ -64,11 +64,11 @@ OBJS += virt_top_main.cmo + + XOBJS := $(OBJS:.cmo=.cmx) + +-OCAMLCFLAGS := -g -warn-error A ++OCAMLCFLAGS := -g + OCAMLCLIBS := -linkpkg + + OCAMLOPTPACKAGES := $(OCAMLCPACKAGES) +-OCAMLOPTFLAGS := -warn-error A ++OCAMLOPTFLAGS := + OCAMLOPTLIBS := $(OCAMLCLIBS) + + BYTE_TARGETS := virt-top