~ubuntu-branches/ubuntu/oneiric/wmail/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Julien Danjou
  • Date: 2006-08-25 15:01:14 UTC
  • mfrom: (2.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20060825150114-aw11ud1rzvih7mup
Tags: 2.0-3
Add manpage (Closes: #380038)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
# -*- makefile -*-
3
 
# Sample debian/rules that uses debhelper.
4
 
# This file was originally written by Joey Hess and Craig Small.
5
 
# As a special exception, when this file is copied by dh-make into a
6
 
# dh-make output file, you may use that output file without restriction.
7
 
# This special exception was added by Craig Small in version 0.37 of dh-make.
8
3
 
9
4
# Uncomment this to turn on verbose mode.
10
5
#export DH_VERBOSE=1
66
61
        dh_clean -k 
67
62
        dh_installdirs
68
63
 
69
 
        # Add here commands to install the package into debian/wmail.
70
 
        $(MAKE) install exec_prefix=$(CURDIR)/debian/wmail/usr
71
 
 
72
 
 
73
64
# Build architecture-independent files here.
74
65
binary-indep: build install
75
66
# We have nothing to do by default.
78
69
binary-arch: build install
79
70
        dh_testdir
80
71
        dh_testroot
 
72
        dh_install
81
73
        dh_installchangelogs 
82
74
        dh_installdocs
83
75
        dh_installexamples
84
 
#       dh_install
85
 
#       dh_installmenu
86
 
#       dh_installdebconf       
87
 
#       dh_installlogrotate
88
 
#       dh_installemacsen
89
 
#       dh_installpam
90
 
#       dh_installmime
91
 
#       dh_installinit
92
 
#       dh_installcron
93
 
#       dh_installinfo
94
76
        dh_installman
95
77
        dh_link
96
78
        dh_strip
97
79
        dh_compress
98
80
        dh_fixperms
99
 
#       dh_perl
100
 
#       dh_python
101
 
#       dh_makeshlibs
102
81
        dh_installdeb
103
82
        dh_shlibdeps
104
83
        dh_gencontrol