public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/hdoc/files: hdoc-0.8.3-remove-strip.patch
@ 2010-07-12  9:47 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2010-07-12  9:47 UTC (permalink / raw
  To: gentoo-commits

slyfox      10/07/12 09:47:09

  Added:                hdoc-0.8.3-remove-strip.patch
  Log:
  Fixed bug #251888. QA: pre-stripped files found
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-haskell/hdoc/files/hdoc-0.8.3-remove-strip.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdoc/files/hdoc-0.8.3-remove-strip.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdoc/files/hdoc-0.8.3-remove-strip.patch?rev=1.1&content-type=text/plain

Index: hdoc-0.8.3-remove-strip.patch
===================================================================
Reported by Diego: https://bugs.gentoo.org/show_bug.cgi?id=251888
dev-haskell/hdoc-0.8.3:20081213-031033.log:  * QA Notice: Pre-stripped files
found:
dev-haskell/hdoc-0.8.3:20081213-031033.log:  *
/var/tmp/portage/dev-haskell/hdoc-0.8.3/image/usr/bin/hdoc

Patch removed direct strip calls from Evil Makefile.
diff --git a/Makefile.in b/Makefile.in
index 436ad12..1cc3f71 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,20 +42,17 @@ hdoc: @BUILD@
 .PHONY: ghc5
 ghc5: gen
 	$(GHC) -o $(HDOC) $(GHC_OPTS) --make Main
-	$(STRIP) $(HDOC)
 
 .PHONY: hmake-ghc
 hmake-ghc: gen
 	$(HMAKE) -HC=$(GHC) $(GHC_OPTS) Main
 	mv Main $(HDOC)
-	$(STRIP) $(HDOC)
 
 # NHC98 can now compile HDoc just fine :-)
 .PHONY: hmake-nhc98
 hmake-nhc98: gen
 	$(HMAKE) -HC=$(NHC98) $(NHC98_OPTS) Main 
 	mv Main $(HDOC)
-	$(STRIP) $(HDOC)
 
 Scanner.hs: Scanner.x
 	$(ALEX) $< $@






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/hdoc/files: hdoc-0.8.3-remove-strip.patch
@ 2012-12-06 22:57 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2012-12-06 22:57 UTC (permalink / raw
  To: gentoo-commits

slyfox      12/12/06 22:57:06

  Removed:              hdoc-0.8.3-remove-strip.patch
  Log:
  Removed from the tree (bug #439230).


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-06 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 22:57 [gentoo-commits] gentoo-x86 commit in dev-haskell/hdoc/files: hdoc-0.8.3-remove-strip.patch Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-12  9:47 Sergei Trofimovich (slyfox)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox