~ubuntu-branches/ubuntu/vivid/rtfilter/vivid

« back to all changes in this revision

Viewing changes to debian/patches/move-config-h-into-src.patch

  • Committer: Package Import Robot
  • Author(s): Nicolas Bourdaud
  • Date: 2011-12-01 12:09:30 UTC
  • Revision ID: package-import@ubuntu.com-20111201120930-wz8ubij1u6ri4t62
Tags: 1.1-1
* Update maintainer email 
* Switch to "3.0 (quilt)" source package format 
* DEP5 compliant debian/copyright 
* Install all docs in doc folder of librtfilter1 
* Install NEWS, AUTHORS and README in doc folder
* Tighten build-dependency on debhelper to >= 7.0.50~ due to override_
  rules.
* Bump Standards-version to 3.9.2 
* Provides a -dbg package 
* Update optional fields in control (Vcs-Git, Vcs-Browser, Homepage) 
* Add debian/watch 
* Use DEB_*_MAINT_* to specify compiler and linker flags.
* Fix terminal echo after running test 
* Only provide an unversioned librtfilter-dev package. 
* Use dh-autoreconf 
* patch: make matlab tests user-controllable
* disable matlab tests
* Update package description
* patch: move config.h into src/
* Build-depends on dpkg-dev (>= 1.16.1~): necessary for the inclusion
  of /usr/share/dpkg/buildflags.mk in debian/rules
* Fix debclean: remove src/config.h and src/stamp-h1 manually.

* Upload sponsored by Michael Hanke <mih@debian.org>
* Initial release. (Closes: #646956) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Move config.h into src
 
2
 This removes the need for config/.dummy and putting config.h into config/
 
3
 was not justified anyway, especially since it makes the use of
 
4
 dh-autoreconf complicated (cannot create config/config.h if config does
 
5
 not exist).
 
6
Forwarded: yes
 
7
Author: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
 
8
Applied-Upstream: commit: 05689a056dd8e7f497730bbedb41a53b22185ed4
 
9
--- a/configure.ac
 
10
+++ b/configure.ac
 
11
@@ -17,7 +17,7 @@
 
12
 AC_CONFIG_SRCDIR([src/filter.c])
 
13
 AC_CONFIG_AUX_DIR([build-aux])
 
14
 AC_CONFIG_MACRO_DIR([m4])
 
15
-AC_CONFIG_HEADERS([config/config.h])
 
16
+AC_CONFIG_HEADERS([src/config.h])
 
17
 
 
18
 # Initialize Automake
 
19
 AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-bzip2 color-tests])
 
20
--- a/config/config.h.in
 
21
+++ /dev/null
 
22
@@ -1,96 +0,0 @@
 
23
-/* config/config.h.in.  Generated from configure.ac by autoheader.  */
 
24
-
 
25
-/* attribute of the symbols exported in the API */
 
26
-#undef API_EXPORTED
 
27
-
 
28
-/* Define to 1 if cpuid can be used */
 
29
-#undef HAVE_CPUID
 
30
-
 
31
-/* Define to 1 if you have the <dlfcn.h> header file. */
 
32
-#undef HAVE_DLFCN_H
 
33
-
 
34
-/* Define to 1 if you have the <inttypes.h> header file. */
 
35
-#undef HAVE_INTTYPES_H
 
36
-
 
37
-/* Define to 1 if matlab is available */
 
38
-#undef HAVE_MATLAB
 
39
-
 
40
-/* Define to 1 if you have the <memory.h> header file. */
 
41
-#undef HAVE_MEMORY_H
 
42
-
 
43
-/* Define to 1 if you have the `posix_memalign' function. */
 
44
-#undef HAVE_POSIX_MEMALIGN
 
45
-
 
46
-/* Define to 1 if you have the <stdint.h> header file. */
 
47
-#undef HAVE_STDINT_H
 
48
-
 
49
-/* Define to 1 if you have the <stdlib.h> header file. */
 
50
-#undef HAVE_STDLIB_H
 
51
-
 
52
-/* Define to 1 if you have the <strings.h> header file. */
 
53
-#undef HAVE_STRINGS_H
 
54
-
 
55
-/* Define to 1 if you have the <string.h> header file. */
 
56
-#undef HAVE_STRING_H
 
57
-
 
58
-/* Define to 1 if you have the <sys/stat.h> header file. */
 
59
-#undef HAVE_SYS_STAT_H
 
60
-
 
61
-/* Define to 1 if you have the <sys/types.h> header file. */
 
62
-#undef HAVE_SYS_TYPES_H
 
63
-
 
64
-/* Define to 1 if you have the <unistd.h> header file. */
 
65
-#undef HAVE_UNISTD_H
 
66
-
 
67
-/* Define to 1 or 0, depending whether the compiler supports simple visibility
 
68
-   declarations. */
 
69
-#undef HAVE_VISIBILITY
 
70
-
 
71
-/* Define to the supported attribute to specify a hot spot */
 
72
-#undef HOTSPOT
 
73
-
 
74
-/* attribute of the non-exported symbols */
 
75
-#undef LOCAL_FN
 
76
-
 
77
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
78
-   */
 
79
-#undef LT_OBJDIR
 
80
-
 
81
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
82
-#undef NO_MINUS_C_MINUS_O
 
83
-
 
84
-/* Name of package */
 
85
-#undef PACKAGE
 
86
-
 
87
-/* Define to the address where bug reports for this package should be sent. */
 
88
-#undef PACKAGE_BUGREPORT
 
89
-
 
90
-/* Define to the full name of this package. */
 
91
-#undef PACKAGE_NAME
 
92
-
 
93
-/* Define to the full name and version of this package. */
 
94
-#undef PACKAGE_STRING
 
95
-
 
96
-/* Define to the one symbol short name of this package. */
 
97
-#undef PACKAGE_TARNAME
 
98
-
 
99
-/* Define to the home page for this package. */
 
100
-#undef PACKAGE_URL
 
101
-
 
102
-/* Define to the version of this package. */
 
103
-#undef PACKAGE_VERSION
 
104
-
 
105
-/* Define to 1 if you have the ANSI C header files. */
 
106
-#undef STDC_HEADERS
 
107
-
 
108
-/* Define to built SSE2 support */
 
109
-#undef SUPPORT_SSE2_SET
 
110
-
 
111
-/* Define to built SSE3 support */
 
112
-#undef SUPPORT_SSE3_SET
 
113
-
 
114
-/* Define to built SSE support */
 
115
-#undef SUPPORT_SSE_SET
 
116
-
 
117
-/* Version number of package */
 
118
-#undef VERSION