]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/debian-hardening-wrapper-old-build-depends
Fix detection of build dependencies for buildd logs.
[blhc/blhc.git] / t / logs / debian-hardening-wrapper-old-build-depends
diff --git a/t/logs/debian-hardening-wrapper-old-build-depends b/t/logs/debian-hardening-wrapper-old-build-depends
new file mode 100644 (file)
index 0000000..d460171
--- /dev/null
@@ -0,0 +1,9 @@
+# Old buildd versions used Build-Depends instead of Filtered Build-Depends.
+Build-Depends: .., hardening-wrapper, ...
+
+dpkg-buildpackage: source package test
+
+gcc -g -O2 -c test-a.c
+gcc -g -O2 -c test-b.c
+gcc -g -O2 -c test-c.c
+gcc -o test test-a.o test-b.o test-c.o -ltest