~ubuntu-branches/ubuntu/quantal/config-package-dev/quantal-backports

« back to all changes in this revision

Viewing changes to examples/debathena-cron-example/debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Tim Abbott
  • Date: 2008-07-13 01:54:48 UTC
  • Revision ID: james.westby@ubuntu.com-20080713015448-0cj0y2p8jx7vam7z
Tags: 4.8
* Add additional documentation to the makefile fragments
* Add doc/ directory with pointer to online documentation
* Add examples/ directory (Closes: #486130).
* Rename configures- to diverts- as the prefix for the virtual packages
  that cause packages diverting the same file to conflict (before it is
  too late).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
DEB_DIVERT_EXTENSION = .debathena
 
4
 
 
5
# This will remove /etc/cron.d/logcheck
 
6
DEB_REMOVE_FILES_debathena-cron-example += \
 
7
        /etc/cron.d/logcheck
 
8
 
 
9
# We will install (using dh_installcron, by placing the new cron job
 
10
# at debian/debathena-cron-example.cron.d) a new version that runs
 
11
# every minute, rather than every 30 minutes.  This will generate a
 
12
# lot of mail.  Note that we cannot install a new file to the path
 
13
# /etc/cron.d/logcheck from which a file was removed using
 
14
# DEB_REMOVE_FILES.
 
15
 
 
16
include /usr/share/cdbs/1/rules/debhelper.mk
 
17
include /usr/share/cdbs/1/rules/config-package.mk