diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..817c32d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pratic-themes (0.0.0-1) unstable; urgency=low + + * Initial release + + -- Jérôme Schneider Thu, 17 Jul 2014 13:00:12 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1ff3ecc --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: pratic-themes +Section: python +Priority: optional +Maintainer: Jérôme Schneider +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.4 +Homepage: http://repos.entrouvert.org/pratic-themes.git + +Package: pratic-authentic2-theme +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, pratic-portail-citoyen2-theme +Description: Authentic theme for Pratic project + +Package: pratic-portail-citoyen2-theme +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Portail citoyen theme for Pratic project + +Package: pratic-wcs-theme +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, wcs +Description: w.c.s. themes for Pratic project + diff --git a/debian/pratic-authentic2-theme.install b/debian/pratic-authentic2-theme.install new file mode 100644 index 0000000..1aafe9f --- /dev/null +++ b/debian/pratic-authentic2-theme.install @@ -0,0 +1 @@ +debian/tmp/usr/share/authentic2/pratic diff --git a/debian/pratic-portail-citoyen2-theme.install b/debian/pratic-portail-citoyen2-theme.install new file mode 100644 index 0000000..54f1ef7 --- /dev/null +++ b/debian/pratic-portail-citoyen2-theme.install @@ -0,0 +1 @@ +debian/tmp/usr/share/portail-citoyen2/pratic diff --git a/debian/pratic-wcs-theme.install b/debian/pratic-wcs-theme.install new file mode 100644 index 0000000..a40794e --- /dev/null +++ b/debian/pratic-wcs-theme.install @@ -0,0 +1 @@ +debian/tmp/usr/share/wcs/themes diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ 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)