File: info.rst

package info (click to toggle)
dh-virtualenv 0.7-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 204 kB
  • ctags: 95
  • sloc: python: 613; makefile: 137; perl: 10
file content (40 lines) | stat: -rw-r--r-- 1,077 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
=======================
 What is dh-virtualenv
=======================

``dh-virtualenv`` is a tool that aims to combine Debian packaging with
self-contained virtualenv based Python deployments. To do this, the
package extends debhelper's sequence by providing a new command in sequence,
``dh_virtualenv``, which effectively replaces following commands
from the sequence:

 * ``dh_auto_install``
 * ``dh_python2``
 * ``dh_pycentral``
 * ``dh_pysupport``

In the sequence the ``dh_virtualenv`` is inserted right after
``dh_perl``.


===========
 Changelog
===========

Following list contains most notable changes by version. For full list
consult the git history of the project.

0.7 (unreleased)
================

 * **Backwards incompatible** Support running tests. This change
   breaks builds that use distutils. For those cases a flag
   ``--no-test`` needs to be passed.
 * Add tutorial to documentation
 * Don't crash on debbuild parameters ``-i`` and ``-a``
 * Support custom source directory (debhelper's flag ``-D``)

0.6
===

First public release of *dh-virtualenv*