~ubuntu-branches/ubuntu/trusty/monit/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2012-12-09 17:42:20 UTC
  • Revision ID: package-import@ubuntu.com-20121209174220-9tzq5vbxr1izvmjv
Tags: 1:5.5-2
* Show error while doing an attempt to stop daemon as non-root user
  (LP: #877667)
* Use /run as pidfile location, patch 09 was added
* Drop support for "startup" option and /etc/monit/monit_delay
* Update patch 08 from upstream
* Drop monit_check_config (monitrc now non-empty by default)
* Cleanup restart target in monit.init
* Drop -c $CONFIG argument from monit options in monit.init
* Drop multiarch workarround for libssl in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
4
 
 
5
3
%:
6
4
        dh $@
7
5
 
8
6
override_dh_auto_configure:
9
7
        dh_auto_configure -- \
10
 
                --sysconfdir=/etc/monit \
11
 
                --with-ssl-lib-dir=/usr/lib/$(DEB_HOST_MULTIARCH)
 
8
                --sysconfdir=/etc/monit
12
9
 
13
10
override_dh_installinit:
14
11
        dh_installinit -- "start 99 2 3 4 5 . stop 01 0 1 6 ."