~ubuntu-branches/ubuntu/utopic/libjifty-plugin-chart-perl/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): AGOSTINI Yves
  • Date: 2009-06-11 12:23:49 UTC
  • Revision ID: james.westby@ubuntu.com-20090611122349-furrcvb50wcvdjw6
Tags: 0.90000-1
Initial Release. (Closes: #532691)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
%:
 
4
        dh --with quilt $@
 
5
 
 
6
override_dh_auto_install:
 
7
        dh_auto_install
 
8
        rm debian/libjifty-plugin-chart-perl/usr/share/perl5/auto/share/dist/Jifty-Plugin-Chart/web/static/js/MochiKit/MochiKit.js
 
9