~ubuntu-branches/ubuntu/maverick/bpython/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2009-09-03 13:12:23 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090903131223-0gvim28x4yuhqvog
Tags: 0.9.4-1
* New upstream version
* debian/rules, debian/control:
  - adding quilt infrastructure (>= 0.46-7~ for dh7 integration)
* debian/patches/:
  - 01-fix_python_history_file.patch added, thanks to Philipp Winter
    (Closes: #537504)
* debian/control:
  - only support python2.5 at the moment (setuptools import fails on
    py2.6, thus FTBFS)
  - Standards-Version bump to 3.8.3, no changes needed
* debian/examples updated, sample file has been renamed
* debian/README.source added

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
build: build-stamp
8
8
build-stamp:
9
 
        dh build
 
9
        dh build --with quilt
10
10
        touch $@
11
11
 
12
12
clean:
13
 
        dh $@
 
13
        dh $@ --with quilt
14
14
        rm -rf bpython.egg-info dist
15
15
 
16
16
install: install-stamp