~ubuntu-branches/ubuntu/utopic/blitz++/utopic

« back to all changes in this revision

Viewing changes to debian/patches/40_prevent_celetion_of_texi_files.patch

  • Committer: Package Import Robot
  • Author(s): Christophe Trophime
  • Date: 2012-07-06 09:15:30 UTC
  • mfrom: (11.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120706091530-vzrb8zf0vpbf8tp9
Tags: 1:0.10-1
* New upstream release
  Closes: #679407
* debian/rules:
  - update for new release
  - add override_dh_auto_test target
  - regenerate configure and Makefile.am
* debian/control:
  - add libtool, automake to BuildDepends
* debian/libblitz-doc.install
  - modify path for html files
* remove uneeded patches
* add examples.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- blitz++-0.9.orig.orig/doc/stencils/Makefile.am
2
 
+++ blitz++-0.9.orig/doc/stencils/Makefile.am
3
 
@@ -70,5 +70,5 @@
4
 
        $(MAKE) $(AM_MAKEFLAGS) stencils
5
 
 
6
 
 clean-local:
7
 
-       -rm -rf *.ii *.ti cxx_repository Template.dir ii_files ti_files dump-stencil *.texi
8
 
+       -rm -rf *.ii *.ti cxx_repository Template.dir ii_files ti_files dump-stencil
9
 
 
10
 
--- blitz++-0.9.orig.orig/doc/stencils/Makefile.in
11
 
+++ blitz++-0.9.orig/doc/stencils/Makefile.in
12
 
@@ -480,7 +480,7 @@
13
 
        $(MAKE) $(AM_MAKEFLAGS) stencils
14
 
 
15
 
 clean-local:
16
 
-       -rm -rf *.ii *.ti cxx_repository Template.dir ii_files ti_files dump-stencil *.texi
17
 
+       -rm -rf *.ii *.ti cxx_repository Template.dir ii_files ti_files dump-stencil
18
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
19
 
 # Otherwise a system limit (for SysV at least) may be exceeded.
20
 
 .NOEXPORT:
21
 
--- blitz++-0.9.orig.orig/doc/examples/Makefile.am
22
 
+++ blitz++-0.9.orig/doc/examples/Makefile.am
23
 
@@ -75,6 +75,6 @@
24
 
        $(MAKE) $(AM_MAKEFLAGS) -i out
25
 
 
26
 
 clean-local:
27
 
-       -rm -rf *.ii *.ti cxx_repository Template.dir ii_files ti_files $(EXTRA_PROGRAMS) *.texi *.out core.[0-9]*
28
 
+       -rm -rf *.ii *.ti cxx_repository Template.dir ii_files ti_files $(EXTRA_PROGRAMS) core.[0-9]*
29
 
 
30
 
 
31
 
--- blitz++-0.9.orig.orig/doc/examples/Makefile.in
32
 
+++ blitz++-0.9.orig/doc/examples/Makefile.in
33
 
@@ -690,7 +690,7 @@
34
 
        $(MAKE) $(AM_MAKEFLAGS) -i out
35
 
 
36
 
 clean-local:
37
 
-       -rm -rf *.ii *.ti cxx_repository Template.dir ii_files ti_files $(EXTRA_PROGRAMS) *.texi *.out core.[0-9]*
38
 
+       -rm -rf *.ii *.ti cxx_repository Template.dir ii_files ti_files $(EXTRA_PROGRAMS) core.[0-9]*
39
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
40
 
 # Otherwise a system limit (for SysV at least) may be exceeded.
41
 
 .NOEXPORT:
42
 
--- blitz++-0.9.orig.orig/doc/Makefile.am
43
 
+++ blitz++-0.9.orig/doc/Makefile.am
44
 
@@ -88,6 +88,3 @@
45
 
 
46
 
 .PHONY: html
47
 
 
48
 
-clean-local:
49
 
-       -rm -rf blitz*.html 
50
 
-
51
 
--- blitz++-0.9.orig.orig/doc/Makefile.in
52
 
+++ blitz++-0.9.orig/doc/Makefile.in
53
 
@@ -841,7 +841,7 @@
54
 
 .PHONY: html
55
 
 
56
 
 clean-local:
57
 
-       -rm -rf blitz*.html 
58
 
+
59
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
60
 
 # Otherwise a system limit (for SysV at least) may be exceeded.
61
 
 .NOEXPORT: