/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/rules

Merge from trunk; miscellaneous small fixes.  Major points: A lintian
warning (long line in plugin-runner manual page) eliminated as
requested by sponsor, one bug fixed (bashism in mandos-keygen), and
one small inconsistency fixed (server is now started after install).

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        dh_installdirs --indep
48
48
        $(MAKE) DESTDIR=$(CURDIR)/debian/mandos install-server
49
49
        dh_lintian
50
 
        dh_installinit --onlyscripts --no-start \
 
50
        dh_installinit --onlyscripts \
51
51
                --update-rcd-params="defaults 25 15"
52
52
        dh_install --indep
53
53