~ubuntu-branches/ubuntu/quantal/lpr/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Adam Majer
  • Date: 2006-11-04 23:21:59 UTC
  • mfrom: (3.1.2 feisty)
  • Revision ID: james.westby@ubuntu.com-20061104232159-4sbjww5mmvuwcrqx
Tags: 1:2006.11.04
* Added upstream patches
   + lpr.c [rev. 1.39] - portability patch s/0/SEEK_SET/ in lseek
* /var/log/lp-{acct,errs} are now rotated weekly with lp:adm
   ownership with 0640 permissions. The latter is to counteract any
   security related information being leaked from filter's stderr to
   the log to the user. (closes: #390720)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        make -W CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)"
16
16
        touch build-stamp
17
17
 
18
 
clean:
 
18
clean: 
19
19
        dh_testdir
20
20
        dh_testroot
21
21
        rm -f build-stamp install-stamp
41
41
        dh_installman
42
42
        dh_installdocs
43
43
        dh_installexamples
 
44
        dh_installlogcheck
44
45
        dh_installinit --name=lpd
45
46
        dh_installcron
46
47
        dh_installchangelogs