commit c2e49268e48270bb43434a4b8e13d42091bd5255 Author: boyska Date: Thu Dec 10 19:09:37 2015 +0100 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8b4ab6 --- /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-fsdb/ diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ecfb2ba --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +fsdb (0.3.3-1) testing; urgency=low + + * Initial release. + + -- boyska Thu, 10 Dec 2015 18:26:19 +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..08aa0f4 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: fsdb +Section: net +Priority: optional +Maintainer: boyska +Build-Depends: debhelper (>= 9~), dh-python, python-all (>=2.6.6-3~), python-setuptools +Standards-Version: 3.9.4 +X-Python-Version: >= 2.7 + +Package: python-fsdb +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +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..ec56653 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +# export DH_VERBOSE = 1 +export PYBUILD_NAME = fsdb + +%: + dh $@ --with python2 --buildsystem pybuild + +override_dh_auto_test: + true 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..c6f69e2 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +https://pypi.debian.net/Fsdb/Fsdb-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))