initial packaging files

This commit is contained in:
Serghei Mihai 2015-08-04 16:37:33 +02:00
parent 3c28eba1c6
commit ceddb0d6eb
7 changed files with 39 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
fontenay-themes (0.0.0-1) unstable; urgency=low
* Initial release
-- Serghei Mihai <smihai@entrouvert.com> Thu, 17 Jul 2015 16:32:12 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
8

17
debian/control vendored Normal file
View File

@ -0,0 +1,17 @@
Source: fontenay-themes
Section: python
Priority: optional
Maintainer: Serghei Mihai <smihai@entrouvert.com>
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

1
debian/fontenay-theme-wcs.install vendored Normal file
View File

@ -0,0 +1 @@
debian/tmp/usr/share/wcs/themes

1
debian/fontenay-theme.install vendored Normal file
View File

@ -0,0 +1 @@
debian/tmp/usr/share/fontenay-theme

13
debian/rules vendored Executable file
View File

@ -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 $@

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)