-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jyrki Pulliainen
committed
Jan 20, 2014
1 parent
02265b3
commit cba5359
Showing
11 changed files
with
119 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,6 @@ dh_virtualenv.egg-info/ | |
|
||
# Sphinx build | ||
doc/_build | ||
|
||
# Generated man page | ||
doc/dh_virtualenv.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
dh-virtualenv (0.6) unstable; urgency=low | ||
dh-virtualenv (0.6-1) unstable; urgency=low | ||
|
||
* Fix lintian errors | ||
* Support setuptools | ||
* Support newer version of debhelper | ||
* Closes: #727620 | ||
|
||
-- Jyrki Pulliainen <[email protected]> Fri, 25 Oct 2013 18:17:59 +0200 | ||
|
||
dh-virtualenv (0.5-1) unstable; urgency=low | ||
|
||
* Initial public release | ||
|
||
-- Jyrki Pulliainen <[email protected]> Wed, 09 Oct 2013 17:18:09 +0200 | ||
-- Jyrki Pulliainen <[email protected]> Fri, 10 Jan 2014 16:33:30 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8 | ||
9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
Source: dh-virtualenv | ||
Section: net | ||
Section: python | ||
Priority: extra | ||
Maintainer: Jyrki Pulliainen <[email protected]> | ||
Build-Depends: debhelper (>= 8), python(>= 2.6.6-3~), | ||
python-setuptools, python-sphinx (>= 1.0.8), python-mock | ||
Standards-Version: 3.9.4 | ||
Build-Depends: debhelper (>= 9), python(>= 2.6.6-3~), | ||
python-setuptools, python-sphinx, python-mock | ||
Standards-Version: 3.9.5 | ||
Homepage: http://www.github.com/spotify/dh-virtualenv | ||
X-Python-Version: >= 2.6 | ||
|
||
Package: dh-virtualenv | ||
Architecture: all | ||
Depends: ${python:Depends}, ${misc:Depends}, python-virtualenv (>= 1.7) | ||
Description: Wrap & build python packages using virtualenv | ||
Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}, | ||
python-virtualenv (>= 1.7) | ||
Description: wrap and build python packages using virtualenv | ||
This package provides a dh sequencer that helps you to deploy your | ||
virtualenv wrapped installation inside a Debian package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Document: dh-virtualenv | ||
Title: dh-virtualenv documentation | ||
Author: Spotify | ||
Abstract: This manual describes dh-virtualenv and how to use it. | ||
Section: Programming | ||
|
||
Format: HTML | ||
Index: /usr/share/doc/dh-virtualenv/html/index.html | ||
Files: /usr/share/doc/dh-virtualenv/html/*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
doc/dh_virtualenv.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
version=3 | ||
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/dh-virtualenv-$1.tar.gz/ \ | ||
https://github.com/spotify/dh-virtualenv/releases .*/v?(\d\S*)\.tar\.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
============= | ||
dh-virtualenv | ||
============= | ||
|
||
------------------------------------------------------ | ||
deploy a Python package in a self-contained virtualenv | ||
------------------------------------------------------ | ||
|
||
:Author: Jyrki Pulliainen / Spotify AB <[email protected]> | ||
:Copyright: Copyright (C) 2013, Spotify AB. Licensed under | ||
the GNU General Public License version 2 or later | ||
:Manual section: 1 | ||
:Manual group: DebHelper | ||
|
||
SYNOPSIS | ||
======== | ||
|
||
**dh-virtualenv** [*OPTIONS*] | ||
|
||
|
||
DESCRIPTION | ||
=========== | ||
|
||
``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``. | ||
|
||
OPTIONS | ||
======= | ||
|
||
-p PACKAGE, --package=PACKAGE Act on the package named PACKAGE | ||
-N PACKAGE, --no-package=PACKAGE Do not act on the specified PACKAGE | ||
-v, --verbose Turn on verbose mode. | ||
--extra-index-url Pass extra index URL to pip | ||
--preinstall=PACKAGE Preinstall a PACKAGE before | ||
running pip. | ||
--pypi-url Base URL for PyPI server. | ||
--setuptools Use setuptools instead of | ||
distribute. | ||
|
||
QUICK GUIDE FOR MAINTAINERS | ||
=========================== | ||
|
||
1. Build depend on `python` or `python-all` and `dh-virtualenv` | ||
2. Add `${python:Depends}` to Depends | ||
3. Add `python-virtualenv` to dh's `--with` option | ||
|
||
SEE ALSO | ||
======== | ||
|
||
Online documentation can be found at | ||
http://dh-virtualenv.readthedocs.org/en/latest. | ||
|
||
This package should also ship with documentation under | ||
`/usr/share/doc/dh-virtualenv`. |