~ubuntu-branches/ubuntu/karmic/rsyslog/karmic-200908151517

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-07-23 02:22:32 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723022232-496osxty0v9vvw9g
Tags: 3.18.1-1
* New upstream release. Closes: #490445
  - List Debian in doc/rsyslog_packages.html. Closes: #488870
  - Fix compilation of imklog module on GNU/kFreeBSD. Closes: #491193
* debian/rsyslog-doc.install
  - Install the example config file. Closes: #488860
* debian/rules
  - Enable mail output plugin.
  - Make sure all directories are created by calling dh_installdirs for both
    binary-arch and binary-indep. Closes: #491459
* debian/rsyslog.install
  - Install mail output plugin (ommail.so).
* debian/control
  - Add Suggests www-browser to rsyslog-doc as the package contains mostly
    html documents.
  - Update feature list.
  - Adjust priorities, set rsyslog priority to important.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                --infodir=\$${prefix}/share/info \
42
42
                --enable-mysql \
43
43
                --enable-pgsql \
 
44
                --enable-mail \
44
45
                --enable-imfile \
45
46
                CFLAGS="$(CFLAGS)"
46
47
 
71
72
        dh_testdir
72
73
        dh_testroot
73
74
        dh_clean -k 
74
 
        dh_installdirs
75
75
 
76
76
        # Add here commands to install the package into debian/rsyslog.
77
77
        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
84
84
binary-indep: build install
85
85
        dh_testdir
86
86
        dh_testroot
 
87
        dh_installdirs
87
88
        dh_installchangelogs
88
89
        dh_installdocs
89
90
        dh_installexamples
101
102
binary-arch: build install
102
103
        dh_testdir
103
104
        dh_testroot
 
105
        dh_installdirs
104
106
        dh_installchangelogs
105
107
        dh_installdocs
106
108
        dh_installexamples