~ubuntu-branches/ubuntu/wily/python-roman/wily

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Package Import Robot
  • Author(s): Andrea Colangelo
  • Date: 2013-12-28 10:24:33 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20131228102433-joxka86hn85rb1tu
Tags: 2.0.0-1
* New upstream release.
* New maintainer. (Closes: #708549)
* debian/patches/*: refresh.
* debian/control:
  + add "XS-Testsuite: autopkgtest".
  + bump Standards-Version to 3.9.5.
* debian/copyright: update to DEP-5.
* debian/watch: update, upstream now uses .zip files.
* Convert to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[buildout]
2
2
develop = .
3
 
parts = python
 
3
parts = python test
4
4
 
5
5
[python]
6
6
recipe = zc.recipe.egg
7
7
eggs = roman
8
8
interpreter = python
 
9
 
 
10
[test]
 
11
recipe = zc.recipe.testrunner
 
12
eggs = roman