~ubuntu-branches/ubuntu/saucy/virt-top/saucy

« back to all changes in this revision

Viewing changes to debian/patches/0001-add-opt-and-byte-compile-targets.patch

  • Committer: Package Import Robot
  • Author(s): Laurent Léonard
  • Date: 2012-04-22 00:05:27 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120422000527-fdgawco5grlled14
Tags: 1.0.7-1
* [01344ee] Imported Upstream version 1.0.7
* [0eb6b4e] Drop patch
  - 0002-Ensure-manpages-get-built-when-using-native-compiler.patch - fixed
    upstream
* [32b2702] Bump libvirt-ocaml-dev build dependency version to 0.6.1.1
* [f0aee95] Bump Standards-Version to 3.9.3
* [87aa69d] Change maintainer to Debian Libvirt Maintainers

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 2 files changed, 8 insertions(+), 2 deletions(-)
9
9
 
10
10
diff --git a/Makefile.in b/Makefile.in
11
 
index beacf76..c2d2ff3 100644
 
11
index 32e0b66..64d4fb7 100644
12
12
--- a/Makefile.in
13
13
+++ b/Makefile.in
14
14
@@ -24,7 +24,7 @@ MAKENSIS      = @MAKENSIS@
21
21
          $(MAKE) -C $$d $@; \
22
22
          if [ $$? -ne 0 ]; then exit 1; fi; \
23
23
diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in
24
 
index 34f1ad6..474eb08 100755
 
24
index 5aa0c35..eed98ef 100755
25
25
--- a/virt-top/Makefile.in
26
26
+++ b/virt-top/Makefile.in
27
 
@@ -100,10 +100,16 @@ virt-top.txt: virt-top.pod
 
27
@@ -101,10 +101,16 @@ virt-top.txt: virt-top.pod
28
28
        pod2text $< > $@
29
29
 endif
30
30
 
42
42
+       fi
43
43
+
44
44
 include ../Make.rules