~ubuntu-branches/ubuntu/jaunty/gftp/jaunty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-12-10 22:56:06 UTC
  • mfrom: (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20071210225606-kxhhj07mksafgiih
Tags: 2.0.18-17ubuntu1
* Sync with Debian
* debian/control:
  - updated maintainer information
* debian/rules: 
  - Add gettext domain to .server and .desktop files to get
    language pack support for them. (Similarly to cdbs' gnome.mk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
debian-clean:
46
46
        dh_testdir
47
47
        dh_testroot
48
 
        -$(MAKE) distclean
 
48
        [ ! -f Makefile ] || $(MAKE) distclean
49
49
        -rm -f *-stamp
50
50
        -rm -f config.sub config.guess
51
51
 
83
83
binary-indep: build install
84
84
        dh_testdir -i
85
85
        dh_testroot -i
86
 
#       dh_installdebconf
87
86
        dh_installdocs -i
88
 
#       dh_installexamples
89
 
#       dh_installmenu
90
 
#       dh_installlogrotate
91
 
#       dh_installemacsen
92
 
#       dh_installpam
93
 
#       dh_installmime
94
 
#       dh_installinit
95
 
#       dh_installcron
96
 
#       dh_installman
97
 
#       dh_installinfo
98
87
        dh_installchangelogs -i ChangeLog
99
88
        dh_link -i
100
 
#       dh_strip
101
89
        dh_compress -i
102
90
        dh_fixperms -i
103
 
#       dh_makeshlibs
104
91
        dh_installdeb -i
105
 
#       dh_perl
106
 
#       dh_shlibdeps
107
92
        dh_gencontrol -i
108
93
        dh_md5sums -i
109
94
        dh_builddeb -i
113
98
binary-arch: build install
114
99
        dh_testdir -a
115
100
        dh_testroot -a
116
 
 
117
101
        dh_installdebconf -a    
118
102
        dh_installdocs -a
119
 
#       dh_installexamples
120
103
        dh_installmenu -a
121
 
#       dh_installlogrotate
122
 
#       dh_installemacsen
123
 
#       dh_installpam
124
 
#       dh_installmime
125
 
#       dh_installinit
126
104
        dh_installcron -a
127
105
        dh_installman -a
128
106
        dh_installinfo -a       
131
109
        dh_strip -a
132
110
        dh_compress -a
133
111
        dh_fixperms -a
134
 
#       dh_makeshlibs
135
112
        dh_installdeb -a
136
 
#       dh_perl
137
113
        dh_shlibdeps -a
138
114
        dh_gencontrol -a
139
115
        dh_md5sums -a