From d980c13168b7e8bdf0d5877b3e6d04fe4685ef03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Thu, 27 Nov 2014 17:39:56 +0100 Subject: [PATCH] debian: initial import --- changelog | 5 +++++ compat | 1 + control | 23 +++++++++++++++++++++++ pratic-authentic2-theme.install | 1 + pratic-portail-citoyen2-theme.install | 1 + pratic-wcs-theme.install | 1 + rules | 13 +++++++++++++ source/format | 1 + 8 files changed, 46 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 pratic-authentic2-theme.install create mode 100644 pratic-portail-citoyen2-theme.install create mode 100644 pratic-wcs-theme.install create mode 100755 rules create mode 100644 source/format diff --git a/changelog b/changelog new file mode 100644 index 0000000..817c32d --- /dev/null +++ b/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/compat b/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +8 diff --git a/control b/control new file mode 100644 index 0000000..1ff3ecc --- /dev/null +++ b/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/pratic-authentic2-theme.install b/pratic-authentic2-theme.install new file mode 100644 index 0000000..1aafe9f --- /dev/null +++ b/pratic-authentic2-theme.install @@ -0,0 +1 @@ +debian/tmp/usr/share/authentic2/pratic diff --git a/pratic-portail-citoyen2-theme.install b/pratic-portail-citoyen2-theme.install new file mode 100644 index 0000000..54f1ef7 --- /dev/null +++ b/pratic-portail-citoyen2-theme.install @@ -0,0 +1 @@ +debian/tmp/usr/share/portail-citoyen2/pratic diff --git a/pratic-wcs-theme.install b/pratic-wcs-theme.install new file mode 100644 index 0000000..a40794e --- /dev/null +++ b/pratic-wcs-theme.install @@ -0,0 +1 @@ +debian/tmp/usr/share/wcs/themes diff --git a/rules b/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/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/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt)