~ubuntu-branches/ubuntu/precise/upgrade-system/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Martin-Éric Racine
  • Date: 2006-08-24 10:09:10 UTC
  • mfrom: (1.1.6 edgy)
  • Revision ID: james.westby@ubuntu.com-20060824100910-h23ogboye3akmtq5
Tags: 1.0.1.3
Added Linda and Lintian overrides for build-depends-without-arch-dep
on arch:all package (reason: needed by 'clean' target).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
#
3
 
# debhelper.mk includes buildcore.mk, so we have everything we need for such a
4
 
# simple "from-scratch" (sans Makefile) package build.
5
 
 
 
3
# CDBS debian/rules for upgrade-system
 
4
# Martin-Eric Racine <q-funk@iki.fi>
 
5
#
6
6
include /usr/share/cdbs/1/rules/debhelper.mk
7
 
 
8
 
install/upgrade-system::
9
 
        install -m 755 upgrade-system debian/upgrade-system/usr/sbin/upgrade-system
10
 
        install -m 644 upgrade-system.conf debian/upgrade-system/etc/upgrade-system.conf
11
 
        install -m 644 apt_preferences debian/upgrade-system/etc/apt/preferences
12
 
        install -m 755 apt-update debian/upgrade-system/etc/cron.daily/apt-update
13
 
 
14
 
#EoF
 
7
include /usr/share/cdbs/1/rules/utils.mk
 
8
common-binary-post-install-indep:: list-missing
 
9
 
 
10
binary-install/upgrade-system::
 
11
        # Override: build-depends-without-arch-dep (reason: needed by clean target)
 
12
        cp debian/linda   debian/upgrade-system/usr/share/linda/overrides/upgrade-system
 
13
        cp debian/lintian debian/upgrade-system/usr/share/lintian/overrides/upgrade-system
 
14
#EOF