~ubuntu-branches/ubuntu/precise/efibootmgr/precise-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Bdale Garbee
  • Date: 2004-08-27 23:12:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040827231238-sgqhdnjjsecjb3gk
Tags: 0.4.9-0.sarge.2
Base dependencies are frozen; this release reverts the portion of the
test4 changes that added a dependency on pciutils.  Thanks to Dann Frazier
for figuring this out and providing a suitable patch.  Closes: #268490

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
# Sample debian/rules that uses debhelper.
3
 
# GNU copyright 1997 to 1999 by Joey Hess.
4
 
 
5
 
# Uncomment this to turn on verbose mode.
6
 
#export DH_VERBOSE=1
7
 
 
8
 
# This is the debhelper compatability version to use.
 
2
 
9
3
export DH_COMPAT=3
10
4
 
11
5
configure: configure-stamp
18
12
build-stamp:
19
13
        dh_testdir
20
14
        $(MAKE)
21
 
        /usr/bin/docbook-to-man debian/efibootmgr.sgml > debian/efibootmgr.8
22
15
        touch build-stamp
23
16
 
24
17
clean:
25
18
        dh_testdir
26
19
        dh_testroot
27
 
        rm -f build-stamp configure-stamp debian/efibootmgr.8
 
20
        rm -f build-stamp configure-stamp
28
21
        -$(MAKE) clean
29
22
        dh_clean
30
23
 
49
42
        dh_installexamples
50
43
        dh_installmenu
51
44
        dh_installcron
52
 
        dh_installman debian/efibootmgr.8
 
45
        dh_installman src/man/man8/efibootmgr.8
53
46
        dh_installinfo
54
47
        dh_installchangelogs doc/ChangeLog
55
48
        dh_link