debian/0000755000000000000000000000000011717010643007166 5ustar debian/control0000644000000000000000000000343511717010643010576 0ustar Source: libapache2-sitecontrol-perl Maintainer: Debian Perl Group Uploaders: Carlos Vicente Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libapache-session-perl, libapache2-authcookie-perl, libapache2-request-perl, libcrypt-cast5-perl, libcrypt-cbc-perl, perl Standards-Version: 3.9.2 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libapache2-sitecontrol-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libapache2-sitecontrol-perl.git Homepage: http://search.cpan.org/dist/Apache2-SiteControl/ Package: libapache2-sitecontrol-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libapache-session-perl, libapache2-authcookie-perl, libapache2-request-perl, libcrypt-cast5-perl, libcrypt-cbc-perl Description: perl web site authentication/authorization system Apache2::SiteControl is a set of perl object-oriented classes that implement a fine-grained security control system for a web-based application. The intent is to provide a clear, easy-to-integrate system that does not require the policies to be written into your application components. It attempts to separate the concerns of how to show and manipulate data from the concerns of who is allowed to view and manipulate data and why. . For example, say your web application is written in HTML::Mason. Your individual "screens" are composed of Mason modules, and you would like to keep those as clean as possible, but decisions have to be made about what to allow as the component is processed. SiteControl attempts to make that as easy as possible. debian/libapache2-sitecontrol-perl.examples0000644000000000000000000000001111717010643016213 0ustar sample/* debian/copyright0000644000000000000000000000212711717010643011123 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Apache2-SiteControl Upstream-Contact: Tony Kay Source: http://search.cpan.org/dist/Apache2-SiteControl/ Files: * Copyright: Tony Kay Comment: Under the Berne Convention it is assumed that the author is also the copyright holder. License: GPL-1+ Files: debian/* Copyright: 2012, Carlos Vicente License: GPL-1+ or Artistic License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000020311717010643010212 0ustar version=3 http://search.cpan.org/dist/Apache2-SiteControl/ .*/Apache2-SiteControl-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211717010643010364 0ustar 8 debian/changelog0000644000000000000000000000025311717010643011040 0ustar libapache2-sitecontrol-perl (1.05-1) unstable; urgency=low * Initial Release (Closes: #659413) -- Carlos Vicente Fri, 10 Feb 2012 13:57:16 -0800 debian/source/0000755000000000000000000000000011717010643010466 5ustar debian/source/format0000644000000000000000000000001411717010643011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000034211717010643010245 0ustar #!/usr/bin/make -f PACKAGE = $(firstword $(shell dh_listpackages)) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_fixperms: dh_fixperms chmod 644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/apache_modperlinit.pl debian/libapache2-sitecontrol-perl.docs0000644000000000000000000000001711717010643015333 0ustar README docs/*