~ubuntu-branches/ubuntu/karmic/mp3val/karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2007-09-20 21:17:01 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070920211701-cxyl0fph7wsxdicx
Tags: 0.1.7-2
* debian/patches/bts-375715_FTBFS_on_AMD64.patch
  - removed since already merged in upstream source
* debian/patches/bts-409739_CFLAGS.patch
  - removed since migrated to dpatch
* debian/patches/10_bts-409739_CFLAGS.dpatch
  - patch converted to dpatch
* debian/patches/20_bts-442679_FTBFS_build_twice.dpatch
  - patch to fix FTBFS is build twice in a row (Closes: #442679)
* debian/rules
  - dpatch usage
  - clean target modified to fix FTBFS is build twice in a row
  - removed some unused dh_ call
* debian/control
  - dpatch usage
  - using Homepage field in source stanza (and not in description) since
    dpkg now recognizes it

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
# -*- makefile -*-
3
3
 
4
 
# Uncomment this to turn on verbose mode.
5
 
#export DH_VERBOSE=1
6
 
 
7
 
 
 
4
# using dpatch
 
5
include /usr/share/dpatch/dpatch.make
8
6
 
9
7
CFLAGS = -Wall -g
10
8
 
23
21
 
24
22
 
25
23
build: build-stamp
26
 
 
27
 
build-stamp: configure-stamp 
 
24
build-stamp: configure-stamp patch-stamp
28
25
        dh_testdir
29
26
 
30
27
        # Add here commands to compile the package.
32
29
 
33
30
        touch build-stamp
34
31
 
35
 
clean:
 
32
clean: clean1 unpatch
 
33
clean1:
36
34
        dh_testdir
37
35
        dh_testroot
38
36
        rm -f build-stamp configure-stamp
65
63
        dh_installdocs          manual.html
66
64
        dh_installexamples
67
65
#       dh_install
68
 
#       dh_installdebconf       
69
 
#       dh_installinfo
70
66
        dh_installman           debian/mp3val.1
71
67
        dh_link
72
68
        dh_strip
73
69
        dh_compress
74
70
        dh_fixperms
75
 
#       dh_makeshlibs
76
71
        dh_installdeb
77
72
        dh_shlibdeps
78
73
        dh_gencontrol