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

« back to all changes in this revision

Viewing changes to debian/patches/examples.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
Index: blitz++-0.10/examples/Makefile.am
 
2
===================================================================
 
3
--- blitz++-0.10.orig/examples/Makefile.am      2012-05-26 03:26:02.000000000 +0200
 
4
+++ blitz++-0.10/examples/Makefile.am   2012-07-06 11:06:55.000000000 +0200
 
5
@@ -62,7 +62,7 @@
 
6
 check-examples: $(EXTRA_PROGRAMS)
 
7
        @echo Running examples...
 
8
        @for prog in $(EXTRA_PROGRAMS) ; do \
 
9
-               echo $$prog && (./$$prog > /dev/null 2>&1) || exit 1; \
 
10
+               echo -n $$prog && (./$$prog > /dev/null 2>&1) && echo "\tok" || echo "\tfailed"; \
 
11
        done
 
12
        @echo All tests passed.
 
13