diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..5d286752 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +publik-base-theme (0.1-1) unstable; urgency=low + + * Initial packaging. + + -- Frederic Peters Thu, 25 Jun 2015 07:27:48 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..45a4fb75 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..aeb50e36 --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: publik-base-theme +Section: web +Priority: optional +Maintainer: Frédéric Péters +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 diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..b760bee7 --- /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 00000000..163aaf8d --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)