add debian packaging
parent
3ec7a34774
commit
061448ac98
@ -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
|
@ -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
|
@ -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:
|
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
Loading…
Reference in New Issue