More debian package changes

master
bbruns 2014-04-12 18:10:32 +00:00
parent 2568517245
commit 7ecc1b8a46
3 changed files with 15 additions and 2 deletions

View File

@ -15,3 +15,9 @@ install-etc:
install-docs:
mkdir -p $(DESTDIR)$(PREFIX)/share/doc/srfirewall
cp -r ChangeLog doc/* License ReadMe $(DESTDIR)$(PREFIX)/share/doc/srfirewall
upgrade:
mkdir -p $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/lib/srfirewall \
$(DESTDIR)$(PREFIX)/etc/srfirewall
cp -r bin/* $(DESTDIR)$(PREFIX)/bin/
cp -r lib/* $(DESTDIR)$(PREFIX)/lib/srfirewall/

2
README
View File

@ -4,7 +4,7 @@ Brielle Bruns <bruns@2mbit.com>
SRFirewall is a complete rewrite of Firewall/SOSDG v1.1, from scratch,
with a completely new and reorganized config and file layout.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I've spent years manually configuring and building scripts for new
machines, usually single use. The existing firewall scripts, like

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
srfirewall (2.0a2+svn20140411-1) unstable; urgency=medium
* Upstream release 2.0a2 via SVN.
- See included changelog for more details
-- Brielle Bruns <bruns@2mbit.com> Sat, 12 Apr 2014 09:38:27 -0600
srfirewall (2.0a1+svn20140408-1) unstable; urgency=low
* Initial release of SRFirewall 2.0a1 for testing