[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, master, updated. debian/1.0.5-1-7-g5070a8a

Laurent Léonard laurent at open-minds.org
Mon Aug 15 21:24:36 UTC 2011


The following commit has been merged in the master branch:
commit 930eafd93e25a48240e1ad852e1b6549e86da32d
Author: Laurent Léonard <laurent at open-minds.org>
Date:   Mon Aug 15 23:04:33 2011 +0200

    New patch 0002-Ensure-manpages-get-built-when-using-native-compiler.patch

diff --git a/debian/patches/0002-Ensure-manpages-get-built-when-using-native-compiler.patch b/debian/patches/0002-Ensure-manpages-get-built-when-using-native-compiler.patch
new file mode 100644
index 0000000..aa6b67f
--- /dev/null
+++ b/debian/patches/0002-Ensure-manpages-get-built-when-using-native-compiler.patch
@@ -0,0 +1,26 @@
+From: =?UTF-8?q?Laurent=20L=C3=A9onard?= <laurent at open-minds.org>
+Date: Mon, 15 Aug 2011 22:58:10 +0200
+Subject: =?UTF-8?q?Ensure=20manpages=20get=20built=20when=20using=20native=20?=
+ =?UTF-8?q?compiler=20(thanks=20Laurent=20L=C3=A9onard).?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Origin: upstream, http://git.annexia.org/?p=virt-top.git;a=commitdiff;h=671a014d3e61c300a26f7d5a5a3e344d7a7ac0ef
+---
+ virt-top/Makefile.in |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in
+index 474eb08..eed98ef 100755
+--- a/virt-top/Makefile.in
++++ b/virt-top/Makefile.in
+@@ -76,6 +76,7 @@ OPT_TARGETS	:= virt-top.opt
+ 
+ ifeq ($(HAVE_PERLDOC),perldoc)
+ BYTE_TARGETS	+= virt-top.1 virt-top.txt
++OPT_TARGETS	+= virt-top.1 virt-top.txt
+ endif
+ 
+ all: $(BYTE_TARGETS)
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 613bed4..046f2c1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-add-opt-and-byte-compile-targets.patch
+0002-Ensure-manpages-get-built-when-using-native-compiler.patch

-- 
virt-top packaging



More information about the Pkg-ocaml-maint-commits mailing list