commit afe7c6fe15385f616a872c5ae27a37f18080d20e Author: boyska Date: Wed Dec 16 19:01:58 2015 +0100 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9a9667 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# avoid orig package pollution +/* +!.gitignore +!/debian + +# real files to ignore +.*.sw* +.*~ +*.substvars +*.log +*.debhelper +debian/files +debian/python-*/ diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..17e823b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libreant (0.2.2-1) testing; urgency=low + + * Initial release. (Closes: #XXXXXX) + + -- boyska Fri, 11 Dec 2015 17:55:12 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..bced3f6 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: libreant +Section: net +Priority: optional +Maintainer: boyska +Build-Depends: debhelper (>= 9), dh-python, python-all (>=2.6), python-setuptools, + python-fsdb, + python-flask-authbone (>= 0.2), + python-click, python-elasticsearch, python-flask, python-flask-babel, python-flask-script, + python-opensearch, + python-peewee, + python-flask-bootstrap +Standards-Version: 3.9.4 + +Package: python-libreant +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, + python-fsdb, + python-flask-authbone (>= 0.2), + python-click, python-elasticsearch, python-flask, python-flask-babel, python-flask-script, + python-opensearch, + python-peewee, + python-flask-bootstrap +Description: skel + skeleton, fill me + . diff --git a/debian/format b/debian/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/pyversions b/debian/pyversions new file mode 100644 index 0000000..3ad2293 --- /dev/null +++ b/debian/pyversions @@ -0,0 +1 @@ +2.7- diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e08621b --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME = libreant + +%: + dh $@ --with python2 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..06d20b6 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +https://pypi.debian.net/libreant/libreant-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))