diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a303505 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +lml (0.0.9-1) unstable; urgency=low + + * source package created by stdeb 0.8.5 + + -- Christophe Siraut Wed, 13 Feb 2019 10:48:31 +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..b04fa05 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: lml +Maintainer: tobald@debian.org +Section: python +Priority: optional +Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Standards-Version: 3.9.6 +Homepage: https://github.com/chfw/lml + +Package: python-lml +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Load me later. A lazy plugin management system. + lml seamlessly finds the lml based plugins from your current python + environment but loads your plugins on demand. It is designed to support + plugins that have external dependencies, especially bulky and/or + memory hungry ones. lml provides the plugin management system only and the + plugin interface is on your shoulder. + . + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..60aabaf --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.8.5 at +# Wed, 13 Feb 2019 10:48:31 +0100 +export PYBUILD_NAME=lml +%: + dh $@ --with python2 --buildsystem=pybuild + 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..a5cf132 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +# please also check http://pypi.debian.net/lml/watch +version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +http://pypi.debian.net/lml/lml-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) \ No newline at end of file