diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2bf116a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +eofirewall (0.1-20110307.1) unstable; urgency=low + + * Initial release + + -- Jérôme Schneider Mon, 07 Mar 2011 18:51:05 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..53b2058 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: eofirewall +Section: admin +Priority: extra +Maintainer: Jérôme Schneider +Build-Depends: debhelper (>= 6) +Standards-Version: 3.9.1 +Homepage: http://www.entrouvert.com/ +#Vcs-Git: git://git.debian.org/collab-maint/eofirewall.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/eofirewall.git;a=summary + +Package: eofirewall +Architecture: all +Depends: ${shlibs:Depends}, rsyslog +Description: EO Firewall + Entr'ouvert firewall diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..bdf400b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: eofirewall +Source: + +Files: * +Copyright: + +License: + + + . + + +# If you want to use GPL v2 or later for the /debian/* files use +# the following clauses, or change it to suit. Delete these two lines +Files: debian/* +Copyright: 2011 Jérôme Schneider +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..f97d057 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +eofirewall_0.1-20110307.1_all.deb admin extra diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..761c3f0 --- /dev/null +++ b/debian/rules @@ -0,0 +1,14 @@ +#!/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 $@ +