~ubuntu-branches/ubuntu/saucy/schooltool.gradebook/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Gediminas Paulauskas
  • Date: 2011-11-29 20:56:56 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20111129205656-cd1r6nlkzsds5h2r
Tags: 2.0.0-0ubuntu2
* Upload to Precise.
* debian/rules: Fix to not install *.po files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
export PYDEB_SUGGESTS_EXTRAS=test journal
4
4
 
5
5
%:
6
 
        dh $@ --with pydeb --with python2
 
6
        dh $@ -Spython_distutils --with pydeb --with python2
7
7
 
8
 
override_dh_install:
9
 
        dh_install -X.po
 
8
override_dh_auto_build:
 
9
        rm -f src/schooltool/gradebook/locales/*.po
 
10
        dh_auto_build