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. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to