start debian/

This commit is contained in:
Benjamin Dauvergne 2013-09-18 16:37:46 +02:00
parent 3b3334a4cf
commit b4958f4cd4
5 changed files with 32 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
python-wcsinst (0.1-1) unstable; urgency=low
* Source package initialized manually by looking at python-entrouvert
-- Benjamin Dauvergne <info@entrouvert.com> Wed, 18 Sep 2013 17:33:52 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

16
debian/control vendored Normal file
View File

@ -0,0 +1,16 @@
Source: python-wcsinst
Maintainer: Frédéric Péters <info@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), debhelper (>= 7.4.3),
python-django (>= 1.5)
Standards-Version: 3.9.1
X-Python-Version: >= 2.6
Package: python-wcsinst
Architecture: all
Depends: ${misc:Depends},
python (>= 2.6),
python-django (>= 1.5)
Description: Remote management of w.c.s. instances

9
debian/rules vendored Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.6.0+git at
# Fri, 14 Jun 2013 17:33:52 +0200
%:
dh $@ --with python2 --buildsystem=python_distutils

1
debian/source/format vendored Normal file
View File

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