From 26a13ceff43fce6d8693ef05a629e52f275aedfd Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 20 Nov 2009 15:42:34 -0700 Subject: [PATCH] oops --- debian/patches/makefile-strip.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/patches/makefile-strip.diff diff --git a/debian/patches/makefile-strip.diff b/debian/patches/makefile-strip.diff new file mode 100644 index 0000000..4860dee --- /dev/null +++ b/debian/patches/makefile-strip.diff @@ -0,0 +1,11 @@ +--- sudo/Makefile.in 2009-11-20 15:39:18.000000000 -0700 ++++ sudo/Makefile.in.nostrip 2009-11-20 15:41:58.000000000 -0700 +@@ -493,8 +493,6 @@ + fi ; \ + cp $(srcdir)/INSTALL.binary $$tdir/INSTALL ; \ + sh ./config.status --file=Makefile.binary && cp Makefile.binary $$tdir/Makefile ; \ +- strip $$tdir/sudo ; \ +- strip $$tdir/visudo ; \ + cd tmp.$$ARCH && tar Ocf ../sudo-$(VERSION)-$$ARCH.tar sudo-$(VERSION) && cd .. ; \ + gzip -f --best sudo-$(VERSION)-$$ARCH.tar ; \ + rm -rf tmp.$$ARCH ; \ -- 2.47.2