home  bbs  files  messages ]

      ZZLI4416             linux.debian.bugs.dist             15094 messages      

[ previous | next | reply ]

[ list messages | list forums ]

  Msg # 188 of 15094 on ZZLI4416, Saturday 10-03-25, 1:16  
  From: HELMUT GROHNE  
  To: ALL  
  Subj: Bug#437768: perl-byacc: not handling nos  
 From: helmut@subdivi.de 
  
 user debian-cross@lists.debian.org 
 usertags 437768 + ftcbfs 
 tags 437768 + patch 
 severity 437768 normal 
 thanks 
  
 The lack of nostrip support has more consequences these days. It also 
 means that no -dbgsym package is generated. Last but not least, as 
 install uses the build architecture strip, a cross build fails at the 
 stripping step. I'm attaching a patch to make the install program 
 substitutable. Once doing so, debhelper will substitute a non-stripping 
 install and handle stripping during dh_strip. Please consider applying 
 it. 
  
 Helmut 
  
 --- perl-byacc-2.0.orig/Makefile 
 +++ perl-byacc-2.0/Makefile 
 @@ -30,6 +30,7 @@ 
  
  CC       = gcc -Wall 
  CPP       = /lib/cpp  
 +INSTALL       = install 
  
  LDFLAGS       += 
  
 @@ -115,11 +116,11 @@ 
  
  install: $(PROGRAM) $(LIBRARY) $(DEST) $(LIB_DEST) $(MAN_DEST) 
    @echo Installing $(PROGRAM) in $(DEST) 
 -  @install -s $(PROGRAM) $(DEST) 
 +  @$(INSTALL) -s $(PROGRAM) $(DEST) 
    @echo Installing $(LIBRARY) in $(LIB_DEST) 
    @cp $(LIBRARY) $(LIB_DEST)/$(LIBRARY) 
    @$(RANLIB) $(LIB_DEST)/$(LIBRARY) 
 -  @install $(PROGRAM).man $(MAN_DEST)/$(PROGRAM).1 
 +  @$(INSTALL) $(PROGRAM).man $(MAN_DEST)/$(PROGRAM).1 
  
  library: $(LIBRARY) 
  
 --- SoupGate-Win32 v1.05 
  * Origin: you cannot sedate... all the things you hate (1:229/2) 

[ list messages | list forums | previous | next | reply ]

search for:

328,117 visits
(c) 1994,  bbs@darkrealms.ca