~ubuntu-branches/ubuntu/trusty/zope.html/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Charlie Smotherman
  • Date: 2011-06-27 00:14:49 UTC
  • Revision ID: james.westby@ubuntu.com-20110627001449-ipzhuoc9d43he4qd
Tags: 2.2.0-0ubuntu6
* dh_python2 transition.
* changed to source format 3.0 quilt.
* added debian/pydist-overrides to assist dhp2 calculate Depends.
* debian/rules
  - changed "--with python-central" to "--with python2".
* debian/control
  - changed python-all to (>= 2.6.6-3~).
  - increased debhelper to 7.0.50 for dh overrides.
  - removed B-D on python-central.
  - increased Standards Version to 3.9.2.
  - changed XS-P-V: all to X-P-V: >= 2.5.
  - removed XB-P-V, no longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
export PYDEB_SUGGESTS_EXTRAS=test
4
4
 
5
5
%:
6
 
        dh --with pydeb --with python-central $@
 
6
        dh $@ --with pydeb --with python2
7
7
 
8
8
package=python-zope.html
9
9