initial files for deb packaging

This commit is contained in:
Serghei Mihai 2014-03-31 14:57:10 +02:00 committed by Frédéric Péters
parent 105842ccfa
commit 690f35e0d3
4 changed files with 24 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
gadjo (0.1-1) unstable; urgency=low
* source package automatically created by stdeb 0.6.0+git
-- Frederic Peters <fpeters@entrouvert.com> Mon, 31 Mar 2014 14:49:45 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

12
debian/control vendored Normal file
View File

@ -0,0 +1,12 @@
Source: gadjo
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), python-django
Standards-Version: 3.9.1
Package: python-gadjo
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django
Description: Base templates for management interfaces

6
debian/rules vendored Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/make -f
%:
dh $@ --with python2