From 1be646a4f307b0e432596578adb0a05d771e85c0 Mon Sep 17 00:00:00 2001 From: bbruns Date: Thu, 3 Mar 2011 04:02:07 +0000 Subject: [PATCH] Lets try to get a deb package built --- ChangeLog | 3 +++ Makefile | 4 ++-- bin/firewall-sosdg | 2 +- debian/changelog | 4 ++++ debian/control | 6 +++--- 5 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 debian/changelog diff --git a/ChangeLog b/ChangeLog index 9779fe0..9b6c6a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +0.9.14 - Brielle Bruns + - + 0.9.13 - Brielle Bruns - Fix location of ipv6 fi statement, moved to end of ipv6 rules - Add default policy rules and IPV{4|6}_P{INPUT|OUTPUT|FORWARD} options diff --git a/Makefile b/Makefile index a52da99..47bf9a1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.9.13 +VERSION=0.9.14 TAR=/usr/bin/tar TARBALL="firewall-sosdg-$(VERSION).tar.bz2" @@ -13,7 +13,7 @@ default: tarball: cd .. ;\ - $(TAR) jcf $(TARBALL) --exclude='.svn' firewall-sosdg + COPYFILE_DISABLE=true $(TAR) vjcf $(TARBALL) --exclude='.svn' firewall-sosdg upgrade: mv -f blocked ipv4-blocked &>/dev/null diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index 5685e5d..dd9e7b1 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -FW_VERSION="0.9.13" +FW_VERSION="0.9.14" # These option is here to help pre-1.0 users easily upgrade, defines critical defaults # that would otherwise require remaking their options file. I leave this on by default, diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e3229e8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,4 @@ +firewall-sosdg (0.9.14-1) stable; urgency=low + * Upstream build 0.9.14 + +-- Brielle Bruns Wed, 02 Mar 2010 21:00:17 -0700 diff --git a/debian/control b/debian/control index ae6f29d..c0f66d7 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ Package: firewall-sosdg -Version: 0.9.5-b1 +Version: 0.9.14-1 Section: net Priority: optional -Architecture: all +Architecture: any Essential: no Depends: iptables (>= 1.2.7), iproute, ${shlibs:Depends} -Pre-Depends: bash (>= 2.0) | dash +Pre-Depends: bash (>= 3.0) | dash Suggests: conntrack, iptstate, fail2ban, dnsmasq Maintainer: Brielle Bruns Conflicts: ipkungfu