From ceddb0d6ebdcd0f6242bbc636c74d5382aecad04 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 4 Aug 2015 16:37:33 +0200 Subject: [PATCH] initial packaging files --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/fontenay-theme-wcs.install | 1 + debian/fontenay-theme.install | 1 + debian/rules | 13 +++++++++++++ debian/source/format | 1 + 7 files changed, 39 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/fontenay-theme-wcs.install create mode 100644 debian/fontenay-theme.install 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..2cfcf7b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +fontenay-themes (0.0.0-1) unstable; urgency=low + + * Initial release + + -- Serghei Mihai Thu, 17 Jul 2015 16:32: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..5734bdc --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: fontenay-themes +Section: python +Priority: optional +Maintainer: Serghei Mihai +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.4 +Homepage: http://repos.entrouvert.org/fontenay-themes.git + +Package: fontenay-theme +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Fontenay-sous-Bois theme for Authentic and Combo + +Package: fontenay-theme-wcs +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, wcs +Description: w.c.s. theme for Fontenay sous Bois \ No newline at end of file diff --git a/debian/fontenay-theme-wcs.install b/debian/fontenay-theme-wcs.install new file mode 100644 index 0000000..a40794e --- /dev/null +++ b/debian/fontenay-theme-wcs.install @@ -0,0 +1 @@ +debian/tmp/usr/share/wcs/themes diff --git a/debian/fontenay-theme.install b/debian/fontenay-theme.install new file mode 100644 index 0000000..9d06269 --- /dev/null +++ b/debian/fontenay-theme.install @@ -0,0 +1 @@ +debian/tmp/usr/share/fontenay-theme \ No newline at end of file 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)