debian: add packaging

This commit is contained in:
Christophe Siraut 2019-02-13 10:51:38 +01:00
parent 21f47f4d79
commit 164ed634a0
6 changed files with 38 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
lml (0.0.9-1) unstable; urgency=low
* source package created by stdeb 0.8.5
-- Christophe Siraut <csiraut@entrouvert.org> Wed, 13 Feb 2019 10:48:31 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

19
debian/control vendored Normal file
View File

@ -0,0 +1,19 @@
Source: lml
Maintainer: tobald@debian.org <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.
.

8
debian/rules vendored Executable file
View File

@ -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

1
debian/source/format vendored Normal file
View File

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

4
debian/watch vendored Normal file
View File

@ -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)))