[Python-apps-commits] r6879 - in packages/sec-wall (17 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Sun Apr 3 15:31:26 UTC 2011


    Date: Sunday, April 3, 2011 @ 15:31:18
  Author: nomadium-guest
Revision: 6879

Add initial sec-wall packaging

Added:
  packages/sec-wall/branches/
  packages/sec-wall/tags/
  packages/sec-wall/trunk/
  packages/sec-wall/trunk/debian/
  packages/sec-wall/trunk/debian/00TODO
  packages/sec-wall/trunk/debian/changelog
  packages/sec-wall/trunk/debian/compat
  packages/sec-wall/trunk/debian/control
  packages/sec-wall/trunk/debian/copyright
  packages/sec-wall/trunk/debian/install
  packages/sec-wall/trunk/debian/links
  packages/sec-wall/trunk/debian/patches/
  packages/sec-wall/trunk/debian/patches/01_sec-wall_script.diff
  packages/sec-wall/trunk/debian/patches/series
  packages/sec-wall/trunk/debian/rules
  packages/sec-wall/trunk/debian/source/
  packages/sec-wall/trunk/debian/source/format


Property changes on: packages/sec-wall/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/sec-wall/trunk/debian/00TODO
===================================================================
--- packages/sec-wall/trunk/debian/00TODO	                        (rev 0)
+++ packages/sec-wall/trunk/debian/00TODO	2011-04-03 15:31:18 UTC (rev 6879)
@@ -0,0 +1,2 @@
+watch file
+man page

Added: packages/sec-wall/trunk/debian/changelog
===================================================================
--- packages/sec-wall/trunk/debian/changelog	                        (rev 0)
+++ packages/sec-wall/trunk/debian/changelog	2011-04-03 15:31:18 UTC (rev 6879)
@@ -0,0 +1,5 @@
+sec-wall (1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #618936).
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Sun, 03 Apr 2011 10:39:58 -0430

Added: packages/sec-wall/trunk/debian/compat
===================================================================
--- packages/sec-wall/trunk/debian/compat	                        (rev 0)
+++ packages/sec-wall/trunk/debian/compat	2011-04-03 15:31:18 UTC (rev 6879)
@@ -0,0 +1 @@
+7

Added: packages/sec-wall/trunk/debian/control
===================================================================
--- packages/sec-wall/trunk/debian/control	                        (rev 0)
+++ packages/sec-wall/trunk/debian/control	2011-04-03 15:31:18 UTC (rev 6879)
@@ -0,0 +1,26 @@
+Source: sec-wall
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Miguel Landaeta <miguel at miguel.cc>
+Section: web
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+Standards-Version: 3.9.1
+X-Python-Version: >= 2.6
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/sec-wall/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/sec-wall/trunk/
+Homepage: https://launchpad.net/sec-wall
+
+Package: sec-wall
+Architecture: all
+Depends: ${python:Depends}, python-springpython, python-gevent,
+ python-argparse, python-lxml, python-pesto, ${misc:Depends}
+Description: feature packed high-performance security HTTP proxy
+ sec-wall supports SSL/TLS, WSSE, HTTP Auth Basic/Digest, extensible
+ authentication and authorization schemes based on custom HTTP headers
+ and XPath expressions, powerful URL matching/rewriting and an
+ optional headers enrichment. It's a security wall you can
+ conveniently fence the otherwise defenseless backend servers with.
+ .
+ Although best suited for securing middleware and backend application
+ servers, sec-wall can be used anywhere the ubiquitous HTTP protocol
+ is being used.

Added: packages/sec-wall/trunk/debian/copyright
===================================================================
--- packages/sec-wall/trunk/debian/copyright	                        (rev 0)
+++ packages/sec-wall/trunk/debian/copyright	2011-04-03 15:31:18 UTC (rev 6879)
@@ -0,0 +1,29 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Upstream-Name: sec-wall
+Upstream-Contact: Dariusz Suchojad <dsuch at gefira.pl>
+Source: https://launchpad.net/sec-wall
+
+Files: *
+Copyright: © 2010-2011, Dariusz Suchojad <dsuch at gefira.pl>
+License: GPL-3+
+
+Files: debian/*
+Copyright: © 2011, Miguel Landaeta <miguel at miguel.cc>
+License: GPL-3+
+
+License: GPL-3+
+ This program 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This program 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 full text of the GNU General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.

Added: packages/sec-wall/trunk/debian/install
===================================================================
--- packages/sec-wall/trunk/debian/install	                        (rev 0)
+++ packages/sec-wall/trunk/debian/install	2011-04-03 15:31:18 UTC (rev 6879)
@@ -0,0 +1,2 @@
+src/*    usr/share/sec-wall
+scripts  usr/share/secwall

Added: packages/sec-wall/trunk/debian/links
===================================================================
--- packages/sec-wall/trunk/debian/links	                        (rev 0)
+++ packages/sec-wall/trunk/debian/links	2011-04-03 15:31:18 UTC (rev 6879)
@@ -0,0 +1 @@
+/usr/share/secwall/scripts/sec-wall /usr/bin/sec-wall

Added: packages/sec-wall/trunk/debian/patches/01_sec-wall_script.diff
===================================================================
--- packages/sec-wall/trunk/debian/patches/01_sec-wall_script.diff	                        (rev 0)
+++ packages/sec-wall/trunk/debian/patches/01_sec-wall_script.diff	2011-04-03 15:31:18 UTC (rev 6879)
@@ -0,0 +1,11 @@
+Description: Add private module directory to PYTHONPATH
+Author: Miguel Landaeta <miguel at miguel.cc>
+Forwarded: no
+Last-Update: 2011-04-11
+
+--- sec-wall-1.0.0.orig/scripts/sec-wall
++++ sec-wall-1.0.0/scripts/sec-wall
+@@ -1,2 +1,2 @@
+ #!/bin/sh
+-python -m secwall.main $1 $2 $3 $4 $5 $6 $7 $8 $9
++PYTHONPATH=/usr/share/sec-wall python -m secwall.main $1 $2 $3 $4 $5 $6 $7 $8 $9

Added: packages/sec-wall/trunk/debian/patches/series
===================================================================
--- packages/sec-wall/trunk/debian/patches/series	                        (rev 0)
+++ packages/sec-wall/trunk/debian/patches/series	2011-04-03 15:31:18 UTC (rev 6879)
@@ -0,0 +1 @@
+01_sec-wall_script.diff

Added: packages/sec-wall/trunk/debian/rules
===================================================================
--- packages/sec-wall/trunk/debian/rules	                        (rev 0)
+++ packages/sec-wall/trunk/debian/rules	2011-04-03 15:31:18 UTC (rev 6879)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+%:
+	dh $@ --with python2
+
+override_dh_auto_install:
+override_dh_auto_build:


Property changes on: packages/sec-wall/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/sec-wall/trunk/debian/source/format
===================================================================
--- packages/sec-wall/trunk/debian/source/format	                        (rev 0)
+++ packages/sec-wall/trunk/debian/source/format	2011-04-03 15:31:18 UTC (rev 6879)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list