~ubuntu-branches/ubuntu/maverick/pdns/maverick-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Mohlmann
  • Date: 2005-01-20 14:13:58 UTC
  • Revision ID: james.westby@ubuntu.com-20050120141358-ma1ao8o1jt6rw51e
Tags: 2.9.16-6
* Backport DoS fix from 2.9.17 release, CVSTrac ticket #21
  http://ds9a.nl/cgi-bin/cvstrac/pdns/tktview?tn=21,4
* FTBFS: F_OK undeclared fixed (Closes: #286675)
* FTBFS on amd64/gcc-4.0 fixed (Closes: #287913)

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        install -d -m 755 -o root -g root "$(tmpdir)"/etc/init.d
96
96
        install -p -m 755 -o root -g root pdns/pdns \
97
97
                "$(tmpdir)"/etc/init.d/pdns
 
98
        install -p -m 755 -o root -g root pdns/precursor \
 
99
                "$(tmpdir)"/etc/init.d/pdns_recursor
98
100
 
99
101
        install -d -m 755 -o root -g root \
100
102
                "$(tmpdir)"/usr/share/doc/pdns
103
105
        install -p -m 644 -o root -g root debian/changelog \
104
106
                        "$(tmpdir)"/usr/share/doc/pdns/changelog.Debian
105
107
        gzip -9 "$(tmpdir)"/usr/share/doc/pdns/c*
 
108
        gzip -9 "$(tmpdir)"/usr/share/man/man8/pdns_control.8
 
109
        gzip -9 "$(tmpdir)"/usr/share/man/man8/pdns_server.8
 
110
        gzip -9 "$(tmpdir)"/usr/share/man/man8/zone2sql.8
106
111
        install -p -m 644 -o root -g root debian/copyright \
107
112
                        "$(tmpdir)"/usr/share/doc/pdns/
108
113