On Tue, Oct 03, 2000 at 02:54:38PM -0700, Joey Hess wrote:
> Yann Dirson wrote:
> > > Actually, dh_strip does more than install -s:
> > >
> > > foreach (@executables) {
> > >
> > > doit("strip","--remove-section=.comment","--remove-section=.note",$_);
> > > }
> >
> > IIRC Debian'
Yann Dirson wrote:
> > Actually, dh_strip does more than install -s:
> >
> > foreach (@executables) {
> >
> > doit("strip","--remove-section=.comment","--remove-section=.note",$_);
> > }
>
> IIRC Debian's "strip" was once patched to use these flags by default.
> Don't know whethe
Previously Yann Dirson wrote:
> On Mon, Oct 02, 2000 at 12:58:53AM +0200, Wichert Akkerman wrote:
> INSTALL = /usr/bin/install -c
> INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
> INSTALL_DATA = ${INSTALL} -m 644
> INSTALL_SCRIPT = ${INSTALL_PROGRAM}
So modify AM_INSTALL_PROGRAM_FLAGS i
On Mon, Oct 02, 2000 at 12:58:53AM +0200, Wichert Akkerman wrote:
> Previously Yann Dirson wrote:
> > This is usually wrong, as automake Makefiles also use INSTALL for
> > non-binary files.
>
> Afaik it uses INSTALL_DATA for non-binary files.
You're right. However:
INSTALL = /usr/bin/install -c
Previously Yann Dirson wrote:
> This is usually wrong, as automake Makefiles also use INSTALL for
> non-binary files.
Afaik it uses INSTALL_DATA for non-binary files.
Wichert.
--
_
/ Nothing is fool-proof to a sufficiently
On Sun, Oct 01, 2000 at 05:28:01PM +0200, Marco d'Itri wrote:
> On Sep 30, Yann Dirson <[EMAIL PROTECTED]> wrote:
>
> >Also, packages using debhelper may just call dh_strip and don't need
> >to care about adding -s flag to install.
> Actually, dh_strip does more than install -s:
>
> foreach
On Sep 30, Yann Dirson <[EMAIL PROTECTED]> wrote:
>Also, packages using debhelper may just call dh_strip and don't need
>to care about adding -s flag to install.
Actually, dh_strip does more than install -s:
foreach (@executables) {
doit("strip","--remove-section=.comment","--remove
Package: debian-policy
Version: 3.2.1.0
Severity: normal
Section 4.1 tells to use something like:
INSTALL = install
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL += -s
endif
This is usually wrong, as automake Makefiles also use INSTALL for
non-binary files. I tried this and got
8 matches
Mail list logo