add debian packaging

This commit is contained in:
Frédéric Péters 2022-04-03 10:33:52 +02:00
parent 3ec7a34774
commit 061448ac98
4 changed files with 29 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
imio-teleservices-templatetags (0-1) unstable; urgency=low
* initial release
-- Frederic Peters <fpeters@entrouvert.com> Fri, 07 Jul 2017 08:46:52 +0200

11
debian/control vendored Normal file
View File

@ -0,0 +1,11 @@
Source: imio-teleservices-templatetags
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, python3-django
Standards-Version: 3.9.1
Package: python3-imio-teleservices-templatetags
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, wcs
Description: Extra template tags for iMio teleservices

12
debian/rules vendored Executable file
View File

@ -0,0 +1,12 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=imio-teleservices-templatetags
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:

1
debian/source/format vendored Normal file
View File

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