diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ee16976 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +passerelle-grandlyon-elyx (0-0) unstable; urgency=low + + * created from a stdeb 0.8.2 template. + + -- Frederic Peters Wed, 28 Feb 2018 09:31:05 +0100 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..60a1aee --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: passerelle-grandlyon-elyx +Maintainer: Frederic Peters +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python-django +Standards-Version: 3.9.1 + +Package: python-passerelle-grandlyon-elyx +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Passerelle connector to Grand Lyon Elyx + . diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..bd9035a --- /dev/null +++ b/debian/dirs @@ -0,0 +1,2 @@ +usr/share/publik/themes/publik-base/static/grandlyon-gnm/ +usr/share/publik/themes/publik-base/static/toodego/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..fcfffa9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 + +override_dh_install: + cp extra/static/* $(CURDIR)/debian/python-passerelle-grandlyon-elyx/usr/share/publik/themes/publik-base/static/grandlyon-gnm/ + cp extra/static/* $(CURDIR)/debian/python-passerelle-grandlyon-elyx/usr/share/publik/themes/publik-base/static/toodego/ 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)