~ubuntu-branches/ubuntu/wily/bleachbit/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Hugo Lefeuvre
  • Date: 2014-11-22 11:51:23 UTC
  • mfrom: (1.1.29) (28.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20141122115123-3fd1jg386hc14gym
Tags: 1.6-1
* Upload to unstable.
* New upstream release.
* debian/patches/*.patch:
  - Refresh for new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
DH_VERBOSE = 1
 
4
 
3
5
%:
4
6
        dh $@ --buildsystem=python_distutils --with python2
5
7