Package: libvformat / 1.13-6

0002-Adapt-to-Debian-build-system.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
From caf2e091392528bdb870decab89e303ef039f799 Mon Sep 17 00:00:00 2001
From: Mathias Palm <mathias.palm@gmx.net>
Date: Sun, 9 May 2010 00:37:48 +0200
Subject: Adapt to Debian build system

* Remove AC_PROG_RANLIB as there is no need for ranlib when libtool is used.
* Remove unused AC_CONFIG_FILES
* Change the name of the maintainer responsible for bug report on the software in
configure.ac
* Remove files generated when testing the library

origin: vendor
forwarded: not-needed
Last-Update: 2010-05-09
---
 ChangeLog        |    6 ++++++
 configure.ac     |    5 ++---
 test/Makefile.am |    6 +++++-
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 407796e..c5fdb38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-01    <mathias.palm@gmx.net>
+
+	* configure.ac: Named Mathias Palm (instead of Nick
+	<Tilda@indigo8.freeserve.co.uk>) as the maintainer
+	for the linux distribution.  
+
 2003-04-10    <mathias@ozone2.iup.uni-bremen.de>
 
 	* Moved the content of common/types.h in vf_iface.h,
diff --git a/configure.ac b/configure.ac
index 744f321..7b0a07d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(libvformat, 1.13, Nick <Tilda@indigo8.freeserve.co.uk>)
+AC_INIT(libvformat, 1.13, Mathias Palm <mathias.palm@gmx.net>)
 
 AM_INIT_AUTOMAKE(libvformat, 1.13)
 AM_CONFIG_HEADER(config.h)
@@ -8,7 +8,6 @@ AM_CONFIG_HEADER(config.h)
 # AC_PROG_CC
 
 # Checks for libraries.
-AC_PROG_RANLIB
 AC_PROG_LIBTOOL
 
 # Checks for header files.
@@ -25,5 +24,5 @@ AC_FUNC_STAT
 AC_CHECK_FUNCS([atexit memset strstr])
 
 AC_OUTPUT([Makefile src/Makefile vformat/Makefile test/Makefile doc/Makefile])
-AC_CONFIG_FILES([])
+#AC_CONFIG_FILES([])
 
diff --git a/test/Makefile.am b/test/Makefile.am
index 883a1a7..3631a64 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -4,4 +4,8 @@ vformat_SOURCE = testsuppt.c vformat.c
 vformat_LDADD = ../src/.libs/libvformat.a testsuppt.o 
 
 EXTRA_DIST = testsuppt.c testsuppt.h tests/access/*.vcf tests/adhoc/*.vc* tests/spec/*.vcf tests/utf-8/*.vcf
-TESTS = vformat
\ No newline at end of file
+TESTS = vformat
+
+clean-local:
+	find . -name *out* -exec rm -f {} ';'
+	rm -f *.vcf
\ No newline at end of file
-- 
1.7.1