~ubuntu-branches/ubuntu/quantal/mailman/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-08-11 16:06:19 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080811160619-ymr837d03w2qvnh9
Tags: 1:2.1.11-3
* Updated Catalan debconf translation, thanks David Planella Molas
  (Closes: #494110).
* Added patch 68_update_catalan to update Catalan program translation,
  thanks Jordi Mallach (Closes: #492297).
* Add a README.source file referring to quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
                do dh_link usr/lib/$(package)/bin/$$bin usr/sbin/$$bin; done
118
118
        mv debian/mailman/usr/sbin/arch debian/mailman/usr/sbin/mmarch
119
119
        dh_installman
120
 
        dh_installinit
 
120
        dh_installinit -- start 20 2 3 4 5 . stop 20 1 .
121
121
        dh_installdebconf
122
122
        dh_installexamples templates/* debian/mm_cfg.py \
123
123
                debian/mailman/usr/lib/$(package)/Mailman/Defaults.py
177
177
        install debian/mailman.rtupdate debian/mailman/usr/share/python/runtime.d
178
178
 
179
179
 
180
 
        egrep -rlZ '^#!(.*)python' debian/mailman/usr/lib/mailman | xargs -0 chmod a+x --
 
180
        egrep -rslZ '^#!(.*)python' debian/mailman/usr/lib/mailman | xargs -0 chmod a+x --
181
181
        find debian/mailman/usr/share/doc/mailman -name "*.html" -exec chmod -x {} \;
182
182
        find debian/mailman/usr/share/doc/mailman -name "*.txt" -exec chmod -x {} \;
183
183