~ubuntu-branches/ubuntu/precise/pynagram/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Umang Varma
  • Date: 2011-06-19 21:07:59 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110619210759-9o3nwnbv8xo6reiv
Tags: 1.0.1-1
* New upstream release:
      + support wordlists in capital letters (LP: #786415)
      + stopped using deprecated pyqt signal
* Transitioned from python-support to dh_python2 
* Bumped to Standards-Version 3.9.2.
* Switched to source format 3.0 (quilt)
* Removed absolute path in pynagram.desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
%:
4
 
        dh $@
 
4
        dh --with python2 $@
5
5
 
6
6
override_dh_install:
7
7
        dh_install --exclude="wordlist/README"