From: Bdale Garbee Date: Fri, 20 Nov 2009 22:42:34 +0000 (-0700) Subject: oops X-Git-Tag: debian/1.7.2p5-1~17 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=26a13ceff43fce6d8693ef05a629e52f275aedfd;p=debian%2Fsudo oops --- 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 ; \