Dnia 2011-03-28, pon o godzinie 17:14 +0200, Sven Joachim pisze:
> On 2011-03-28 15:58 +0200, Marcin Juszkiewicz wrote:
> 
> > Ncurses debian/rules calls dh_strip with "-X$(package-dbg)
> > -X$(package-dbgw) -X$(package-libw)" where -N should be used.
> 
> Thanks for spotting that.  It does not seem to make any difference in
> the content of the binary packages, right?

I found issue with pkg-create-dbgsym while playing with cross building
ncurses and this was line where it failed. Issue was found in few
minutes and fixed as it was bug in pkg-create-dbgsym but the use of -X
got attention so I checked does it works if done properly with -N
argument. Did not compared contents of packages but they should be
exactly the same.

> >     # Strip the packages, shipping detached debugging symbols. Need to strip
> > -   # $(package-devw) separately, because -X$(package-libw) excludes it.
> > -   dh_strip -s -X$(package-dbg) -X$(package-dbgw) -X$(package-libw) \
> > +   # $(package-devw) separately, because -N$(package-libw) excludes it.
> 
> Actually that comment is no longer correct either, if it ever was, so…

:)

> >     dh_strip -p$(package-devw)
> 
> …this line can be ditched, it seems.






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to