add debian packaging

This commit is contained in:
Josue Kouka 2017-05-18 15:05:20 +02:00
parent fac72299bf
commit 5460d5e00a
5 changed files with 42 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
xstatic-fullcalendar (3.4.0) unstable; urgency=low
* source package automatically created by stdeb 0.8.5
-- Josue Kouka <jkouka@entrouvert.com> Thu, 18 May 2017 14:26:15 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

27
debian/control vendored Normal file
View File

@ -0,0 +1,27 @@
Source: xstatic-fullcalendar
Maintainer: Josue Kouka <jkouka@entrouvert.org>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
Standards-Version: 3.4.0
Homepage: https://fullcalendar.io/
Package: python-xstatic-fullcalendar
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: fullCalendar 3.4.0 (XStatic packaging standard)
XStatic-fullCalendar
--------------
.
fullCalendar is javascript event calendar packaged for setuptools (easy_install) / pip
.
This package is intended to be used by **any** project that needs these files.
.
It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.
.
You can find more info about the xstatic packaging way in the package `XStatic`.
.
.

8
debian/rules vendored Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Thu, 18 May 2017 14:26:15 +0200
export PYBUILD_NAME=xstatic-fullcalendar
%:
dh $@ --with python2 --buildsystem=pybuild

1
debian/source/format vendored Normal file
View File

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