File: 04-fix_tests.patch

package info (click to toggle)
libinstpatch 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,148 kB
  • sloc: ansic: 37,958; sh: 10,747; makefile: 361; python: 27
file content (19 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Alessio Treglia <alessio@debian.org>
Description: Don't run 'make check' in ./tests, the tests are old and
 need update to build fine.
Bug: https://sourceforge.net/support/tracker.php?aid=3100677
Forwarded: yes
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- libinstpatch.orig/Makefile.am
+++ libinstpatch/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = m4 libinstpatch python utils examples po docs tests
+SUBDIRS = m4 libinstpatch python utils examples po docs
 EXTRA_DIST = \
 	autogen.sh \
 	ABOUT-NLS \