diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..cadace93 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pipenv (11.0.2-1) unstable; urgency=low + + * source package automatically created by stdeb 0.8.5 + + -- Kenneth Reitz Tue, 06 Mar 2018 12:31:26 -0500 diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..7f8f011e --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..b03492c7 --- /dev/null +++ b/debian/control @@ -0,0 +1,36 @@ +Source: pipenv +Maintainer: Kenneth Reitz +Section: python +Priority: optional +Build-Depends: python3-setuptools, python3-all, debhelper (>= 7.4.3) +Standards-Version: 3.9.1 + + + + + +Package: python3-pipenv +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Python Development Workflow for Humans. + . + Pipenv: Python Development Workflow for Humans + ============================================== + . + .. image:: https://img.shields.io/pypi/v/pipenv.svg + :target: https://pypi.python.org/pypi/pipenv + . + .. image:: https://img.shields.io/pypi/l/pipenv.svg + :target: https://pypi.python.org/pypi/pipenv + . + .. image:: https://img.shields.io/pypi/pyversions/pipenv.svg + :target: https://pypi.python.org/pypi/pipenv + . + .. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg + :target: https://saythanks.io/to/kennethreitz + . + --------------- + . + **Pipenv** — the officially recommended Python packaging tool from `Python.org `_, free (as in freedom). + . + diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..8c642e12 --- /dev/null +++ b/debian/rules @@ -0,0 +1,31 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.8.5 at +# Tue, 06 Mar 2018 12:31:26 -0500 + +%: + dh $@ --with python3 --buildsystem=python_distutils + + +override_dh_auto_clean: + python3 setup.py clean -a + find . -name \*.pyc -exec rm {} \; + + + +override_dh_auto_build: + python3 setup.py build --force + + + +override_dh_auto_install: + python3 setup.py install --force --root=debian/python3-pipenv --no-compile -O0 --install-layout=deb --prefix=/usr + + + +override_dh_python2: + dh_python2 --no-guessing-versions + + + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 00000000..bcc4bbb3 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore="\.egg-info$" \ No newline at end of file