[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#341992: Probable typo in 10.1 install -s miss INSTALL =



Package: debian-policy
Version: 3.6.2.1
Severity: minor

Hello Debian policy editors,

Section 10.1 include the following:

  For the C programming language, this means the following compilation
  parameters should be used:

          CC = gcc
          CFLAGS = -O2 -g -Wall # sane warning options vary between programs
          LDFLAGS = # none
          install -s # (or use strip on the files in debian/tmp)

I expect it is meant to be

      CC = gcc
      CFLAGS = -O2 -g -Wall # sane warning options vary between programs
      LDFLAGS = # none
      INSTALL = install -s # (or use strip on the files in debian/tmp)
      ^^^^^^^

Cheers,
-- 
Bill. <ballombe@debian.org>

Imagine a large red swirl here. 



Reply to: