~mitya57/ubuntu/trusty/dh-python/tests-dependencies

« back to all changes in this revision

Viewing changes to tests/t206/debian/control

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2013-07-07 21:47:50 UTC
  • Revision ID: package-import@ubuntu.com-20130707214750-d6wmodmuzp78kt75
Tags: upstream-1.0~b1
Import upstream version 1.0~b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: foo
 
2
Section: misc
 
3
Priority: optional
 
4
Maintainer: Piotr Ożarowski <piotr@debian.org>
 
5
Build-Depends: debhelper (>= 7.0.50~)
 
6
Build-Depends-Indep: python
 
7
Standards-Version: 3.9.1
 
8
X-Python-Version: 2.5
 
9
 
 
10
Package: foo
 
11
Architecture: all
 
12
Depends: ${python:Depends}, ${misc:Depends}
 
13
Recommends: ${python:Recommends}
 
14
Suggests: ${python:Suggests}
 
15
Enhances: ${python:Enhances}
 
16
Description: example 6 - private directory with hardcoded Python version
 
17
 exemple package #6 - private directories that support:
 
18
  * python2.4 hardcoded via `dh_python2 -V 2.4`
 
19
  * python2.5 due to X-Python-Version: 2.5
 
20
  * python2.6 hardcoded via shebang