~xnox/ubuntu/natty/mdadm/natty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Dmitrijs Ledkovs
  • Author(s): martin f. krafft
  • Date: 2009-11-06 10:06:03 UTC
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: dmitrijs.ledkovs@canonical.com-20091106100603-q9s0evnzd106mrzt
Tags: 3.0.3-2
* Bumped Standards-Version to 3.8.3 without having to make changes.
* Fixed init dependencies of mdadm daemon init.d script; thanks Petter
  Reinholdtsen (closes: #541396).
* Switched source package to v3-quilt format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#export DH_VERBOSE=1
8
8
 
9
9
TG_BRANCHES="fixes/udev-blkid contrib/docs/raid5-vs-raid10 contrib/docs/superblock_formats contrib/docs/md.txt contrib/docs/jd-rebuilding-raid debian/conffile-location"
10
 
 
11
 
include /usr/share/quilt/quilt.make
12
10
-include /usr/share/topgit/tg2quilt.mk
13
11
 
14
12
CXFLAGS = -ggdb
27
25
debian/mdadm-startall.8: debian/mdadm-startall.sgml
28
26
        docbook-to-man $< > $@
29
27
 
30
 
build: configure patch build-stamp
 
28
build: configure build-stamp
31
29
build-stamp: debian/mdadm-startall.8
32
30
        dh_testdir
33
31
        $(MAKE) -f debian/rules mdadm.udeb DEBIAN=yes
50
48
 
51
49
INTERPOLATED_FILES = debian/bugscript debian/mkconf
52
50
 
53
 
clean: unpatch
 
51
clean:
54
52
        dh_testdir
55
53
        dh_testroot
56
54
        rm -f $(INTERPOLATED_FILES)