~menesis/ubuntu/natty/hurry.query/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Gediminas Paulauskas
  • Date: 2011-01-06 16:00:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: menesis@pov.lt-20110106160004-hx6jyqeyztakk9im
Tags: 1.1.0-0ubuntu1
* New upstream release.
* debian/copyright: rewrite in dep5 format, correct license to ZPL.
* debian/control: update description.
* Upload to Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
export PYDEB_SUGGESTS_EXTRAS=test
 
4
 
3
5
%:
4
6
        dh --with pydeb --with python-central $@
5
7