From 5460d5e00a2f8a9fd5d3023da8c77ac111a4f008 Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Thu, 18 May 2017 15:05:20 +0200 Subject: [PATCH] add debian packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 27 +++++++++++++++++++++++++++ debian/rules | 8 ++++++++ debian/source/format | 1 + 5 files changed, 42 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c9f0220 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +xstatic-fullcalendar (3.4.0) unstable; urgency=low + + * source package automatically created by stdeb 0.8.5 + + -- Josue Kouka Thu, 18 May 2017 14:26:15 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0d1c1bf --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: xstatic-fullcalendar +Maintainer: Josue Kouka +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`. + . + . + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..acbd1f3 --- /dev/null +++ b/debian/rules @@ -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 + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)