add debian packaging

This commit is contained in:
Frédéric Péters 2017-07-07 08:47:17 +02:00
parent 2893d96913
commit 4e1760b078
5 changed files with 31 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

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

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

14
debian/control vendored Normal file
View File

@ -0,0 +1,14 @@
Source: combo-plugin-gnm
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python-django
Standards-Version: 3.9.1
Package: python-combo-plugin-gnm
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-combo
Description: Combo GNM Plugin
Extension module for the Combo content management system,
with various developments that are at the moment at least
specific to the GNM project.

10
debian/rules vendored Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=combo-plugin-gnm
%:
dh $@ --with python2 --buildsystem=pybuild

1
debian/source/format vendored Normal file
View File

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