X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fdebian-hardening-wrapper;fp=t%2Flogs%2Fdebian-hardening-wrapper;h=2e2966cef1e68bf51b1fa8e16664f899234ae68e;hb=c53acd8e582d6065004d0d7a95e9eb829c17f1d6;hp=0000000000000000000000000000000000000000;hpb=981d562930dc0f7eb76323571ccad3332029371a;p=blhc%2Fblhc.git diff --git a/t/logs/debian-hardening-wrapper b/t/logs/debian-hardening-wrapper new file mode 100644 index 0000000..2e2966c --- /dev/null +++ b/t/logs/debian-hardening-wrapper @@ -0,0 +1,8 @@ +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