~ubuntu-branches/debian/sid/grub2/sid-200907171837

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Robert Millan
  • Date: 2005-02-04 01:52:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050204015209-64gp31uqah302fjg
Tags: 0.6+20050203-2
Disable for powerpc.  Reportedly it fails to boot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# This file is PUBLIC DOMAIN. 
 
3
 
 
4
DEB_TAR_SRCDIR                  := src
 
5
DEB_AUTO_UPDATE_DEBIAN_CONTROL  := yes
 
6
DEB_AUTO_CLEANUP_RCS            := yes
 
7
package                         := grub2
 
8
 
 
9
include /usr/share/cdbs/1/class/autotools.mk
 
10
include /usr/share/cdbs/1/rules/debhelper.mk
 
11
include /usr/share/cdbs/1/rules/tarball.mk
 
12
include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
13
 
 
14
install/$(package):: common-install-prehook-arch
 
15
        install -m 644 $(DEB_SRCDIR)/moddep.lst \
 
16
                debian/$(package)/usr/share/grub/$(DEB_HOST_GNU_CPU)-*/
 
17
 
 
18
clean::
 
19
        sed -e "s/@cpu@/$(DEB_HOST_GNU_CPU)/g" \
 
20
        < debian/README.Debian.in > debian/README.Debian