debian packaging

This commit is contained in:
Frédéric Péters 2015-06-25 07:41:44 +02:00
parent 0d5baae0cd
commit 2d2fed8e96
5 changed files with 32 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
publik-base-theme (0.1-1) unstable; urgency=low
* Initial packaging.
-- Frederic Peters <fpeters@debian.org> Thu, 25 Jun 2015 07:27:48 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
8

12
debian/control vendored Normal file
View File

@ -0,0 +1,12 @@
Source: publik-base-theme
Section: web
Priority: optional
Maintainer: Frédéric Péters <fpeters@entrouvert.com>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.4
Homepage: http://git.entrouvert.org/publik-base-theme.git
Package: publik-base-theme
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Publik Base 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)