initial debian packaging

This commit is contained in:
Serghei Mihai 2015-04-29 16:51:52 +02:00
parent 1f6736be68
commit dd5b1dd209
5 changed files with 33 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
passerelle-montpellier-sig (0-1) unstable; urgency=low
* source package automatically created by stdeb 0.8.5
-- Serghei Mihai <smihai@entrouvert.com> Wed, 29 Apr 2015 16:48:46 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

17
debian/control vendored Normal file
View File

@ -0,0 +1,17 @@
Source: passerelle-montpellier-sig
Maintainer: Serghei Mihai <smihai@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
Standards-Version: 3.9.1
Package: python-passerelle-montpellier-sig
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Passerelle extension for Montpellier's GIS

9
debian/rules vendored Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Wed, 29 Apr 2015 16:48:46 +0200
export PYBUILD_NAME=passerelle-montpellier-sig
%:
dh $@ --with python2 --buildsystem=pybuild

1
debian/source/format vendored Normal file
View File

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