diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..76d48f4 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +montpellier-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..10efabe --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: montpellier-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/montpellier-themes.git + +Package: montpellier-theme +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: montpellier-portail-citoyen-theme, montpellier-authentic-theme +Replaces: montpellier-portail-citoyen-theme, montpellier-authentic-theme +Conflicts: montpellier-portail-citoyen-theme, montpellier-authentic-theme +Description: Montpellier theme for Authentic and Combo + +Package: montpellier-themes-wcs +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, wcs +Description: w.c.s. themes for Montpellier agglo and some collectivities + diff --git a/debian/montpellier-theme.install b/debian/montpellier-theme.install new file mode 100644 index 0000000..469eafa --- /dev/null +++ b/debian/montpellier-theme.install @@ -0,0 +1 @@ +debian/tmp/usr/share/montpellier-theme \ No newline at end of file diff --git a/debian/montpellier-themes-wcs.install b/debian/montpellier-themes-wcs.install new file mode 100644 index 0000000..a40794e --- /dev/null +++ b/debian/montpellier-themes-wcs.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)