diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
commit | 75808db17caf8b960b351e3408e74142f4c85aac (patch) | |
tree | 7989e9c09a4240248bf4658a22208a0a52d991c4 /t/recipes/checks/cruft/cruft-autogenerated | |
parent | Initial commit. (diff) | |
download | lintian-75808db17caf8b960b351e3408e74142f4c85aac.tar.xz lintian-75808db17caf8b960b351e3408e74142f4c85aac.zip |
Adding upstream version 2.117.0.upstream/2.117.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/recipes/checks/cruft/cruft-autogenerated')
8 files changed, 40 insertions, 0 deletions
diff --git a/t/recipes/checks/cruft/cruft-autogenerated/build-spec/fill-values b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/fill-values new file mode 100644 index 0000000..3dcc6e0 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: upload-native +Testname: cruft-autogenerated +Description: Check for autogenerated file diff --git a/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.c b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.c new file mode 100644 index 0000000..115d756 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.c @@ -0,0 +1 @@ +/* ANSI-C code produced by gperf version 2.7.2 */ diff --git a/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.cpp b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.cpp new file mode 100644 index 0000000..8971eaf --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.cpp @@ -0,0 +1 @@ +/* C++ code produced by gperf version 3.0.3 */ diff --git a/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/oui.db/oui.db b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/oui.db/oui.db new file mode 100644 index 0000000..ebf4106 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/oui.db/oui.db @@ -0,0 +1,20 @@ +# part of oui database + +00-00-56 (hex) DR. B. STRUCK +000056 (base 16) DR. B. STRUCK + POB 1147 BAECKERBARG 6 + D-2000 TANGSTEDT/HAMBURG + W-GERMANY + GERMANY + +00-00-57 (hex) SCITEX CORPORATION LTD. +000057 (base 16) SCITEX CORPORATION LTD. + P.O. BOX 330 + 46103 HERZLIA B + ISRAEL + +00-00-58 (hex) RACORE COMPUTER PRODUCTS INC. +000058 (base 16) RACORE COMPUTER PRODUCTS INC. + 2355 SOUTH 1070 WEST + SALT LAKE CITY UT 84119 + UNITED STATES
\ No newline at end of file diff --git a/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/negative.py b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/negative.py new file mode 100644 index 0000000..3c7da65 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/negative.py @@ -0,0 +1,5 @@ +def realwork(vars, moddefns, target): + version_suffix = "%r%r" % sys.version_info[:2] + print "# Makefile for Microsoft Visual C++ generated by freeze.py script" + print + print 'target = %s' % target
\ No newline at end of file diff --git a/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/positive.cpp b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/positive.cpp new file mode 100644 index 0000000..5d3f004 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/positive.cpp @@ -0,0 +1,4 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by vtkDLG.rc +//
\ No newline at end of file diff --git a/t/recipes/checks/cruft/cruft-autogenerated/eval/desc b/t/recipes/checks/cruft/cruft-autogenerated/eval/desc new file mode 100644 index 0000000..a3c70f4 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/eval/desc @@ -0,0 +1,2 @@ +Testname: cruft-autogenerated +Check: cruft diff --git a/t/recipes/checks/cruft/cruft-autogenerated/eval/hints b/t/recipes/checks/cruft/cruft-autogenerated/eval/hints new file mode 100644 index 0000000..3003675 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/eval/hints @@ -0,0 +1,4 @@ +cruft-autogenerated (source): source-contains-data-from-ieee-data-oui-db [src/oui.db/oui.db] +cruft-autogenerated (source): source-contains-autogenerated-visual-c++-file [src/visualc++/positive.cpp] +cruft-autogenerated (source): source-contains-autogenerated-gperf-data [src/gperf/gperf.cpp] +cruft-autogenerated (source): source-contains-autogenerated-gperf-data [src/gperf/gperf.c] |