Add 'debian/' from commit 'd980c13168b7e8bdf0d5877b3e6d04fe4685ef03'

git-subtree-dir: debian
git-subtree-mainline: 95e6dab63f
git-subtree-split: d980c13168
This commit is contained in:
Benjamin Dauvergne 2015-06-02 12:30:26 +02:00
commit 905b9b9940
8 changed files with 46 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
pratic-themes (0.0.0-1) unstable; urgency=low
* Initial release
-- Jérôme Schneider <jschneider@entrouvert.com> Thu, 17 Jul 2014 13:00:12 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
8

23
debian/control vendored Normal file
View File

@ -0,0 +1,23 @@
Source: pratic-themes
Section: python
Priority: optional
Maintainer: Jérôme Schneider <jschneider@entrouvert.com>
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

View File

@ -0,0 +1 @@
debian/tmp/usr/share/authentic2/pratic

View File

@ -0,0 +1 @@
debian/tmp/usr/share/portail-citoyen2/pratic

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

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

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)