add debian packaging

This commit is contained in:
Frédéric Péters 2021-02-19 14:59:13 +01:00
parent 8ecab8f6ed
commit 952c090045
7 changed files with 35 additions and 0 deletions

5
debian/50imio_townstreet.py vendored Normal file
View File

@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
if 'combo_plugin_imio_townstreet' in INSTALLED_APPS:
INSTALLED_APPS += ('combo_plugin_imio_townstreet',)
TENANT_APPS += ('combo_plugin_imio_townstreet',)

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
combo-plugin-imio-townstreet (0-1) unstable; urgency=low
* initial release
-- Frederic Peters <fpeters@entrouvert.com> Fri, 19 Feb 2021 14:43:19 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
10

13
debian/control vendored Normal file
View File

@ -0,0 +1,13 @@
Source: combo-plugin-imio-townstreet
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools, python3-django, sassc
Standards-Version: 3.9.1
Package: python3-combo-plugin-imio-townstreet
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python3-combo
Description: Combo iMio Town Street Plugin (Python 3)
Extension module for the Combo content management system, with
cells for the iMio Town Street project.

View File

@ -0,0 +1 @@
debian/50imio_townstreet.py /etc/combo/settings.d/

9
debian/rules vendored Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/make -f
# -*- makefile -*-
export PYBUILD_NAME=combo-plugin-imio-townstreet
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:

1
debian/source/format vendored Normal file
View File

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