eofirewall debian pakage is ready

This commit is contained in:
Jérôme Schneider 2011-03-07 19:38:00 +01:00
parent 499b1db1f6
commit fbe9518780
7 changed files with 73 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
eofirewall (0.1-20110307.1) unstable; urgency=low
* Initial release
-- Jérôme Schneider <jschneider@entrouvert.com> Mon, 07 Mar 2011 18:51:05 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

15
debian/control vendored Normal file
View File

@ -0,0 +1,15 @@
Source: eofirewall
Section: admin
Priority: extra
Maintainer: Jérôme Schneider <jschneider@entrouvert.com>
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

36
debian/copyright vendored Normal file
View File

@ -0,0 +1,36 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: eofirewall
Source: <url://example.com>
Files: *
Copyright: <years> <put author's name and email here>
<years> <likewise for another author>
License: <special license>
<Put the license of the package here indented by 1 space>
<This follows the format of Description: lines in control file>
.
<Including paragraphs>
# 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 <jschneider@entrouvert.com>
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 <http://www.gnu.org/licenses/>
.
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.

1
debian/docs vendored Normal file
View File

@ -0,0 +1 @@
README

1
debian/files vendored Normal file
View File

@ -0,0 +1 @@
eofirewall_0.1-20110307.1_all.deb admin extra

14
debian/rules vendored Executable file
View File

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