Add 'debian/' from commit '5c7c5e52511f0a4098a0e105067ec34311163563'

git-subtree-dir: debian
git-subtree-mainline: f14908ec1c
git-subtree-split: 5c7c5e5251
This commit is contained in:
Jérôme Schneider 2015-04-03 10:12:44 +02:00
commit 7f3376a1a5
7 changed files with 50 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
mandaye (0.4-1) unstable; urgency=low
* Initial release
-- Jerome Schneider <jschneider@entrouvert.com> Wed, 16 Oct 2013 18:30:00 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

23
debian/control vendored Normal file
View File

@ -0,0 +1,23 @@
Source: mandaye
Maintainer: Jerome Schneider <jschneider@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.7), debhelper (>= 7.4.3)
Standards-Version: 3.9.1
X-Python-Version: >= 2.7
Package: python-mandaye
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
alembic (>= 0.4),
python-beaker (>= 1.6),
python-poster (>= 0.8),
python-mako (>= 0.3),
python-lxml (>= 2.0),
python-sqlalchemy (>= 0.7.3),
python-xtraceback (>= 0.3),
python-entrouvert,
python-whitenoise
Recommends: python-crypto (>= 2.4)
Description: Mandaye, modular reverse proxy to authenticate

1
debian/dirs vendored Normal file
View File

@ -0,0 +1 @@
usr/share/mandaye

9
debian/pydist-overrides vendored Normal file
View File

@ -0,0 +1,9 @@
alembic alembic
beaker python-beaker
mako python-mako
poster python-poster
sqlalchemy python-sqlalchemy
lxml python-lxml
pycrypto python-crypto
xtraceback python-xtraceback
static python-static

10
debian/rules vendored Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/make -f
BUILD_DIR=$(CURDIR)/debian/python-mandaye
%:
dh $@ --with python2
override_dh_install:
dh_install
cp -R mandaye/static $(BUILD_DIR)/usr/share/mandaye

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)