--- libapache2-mod-authz-unixgroup-1.0.2.orig/debian/compat +++ libapache2-mod-authz-unixgroup-1.0.2/debian/compat @@ -0,0 +1 @@ +5 --- libapache2-mod-authz-unixgroup-1.0.2.orig/debian/watch +++ libapache2-mod-authz-unixgroup-1.0.2/debian/watch @@ -0,0 +1,24 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz +http://code.google.com/p/mod-auth-external/downloads/list http://mod-auth-external.googlecode.com/files/mod_authz_unixgroup-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/#PACKAGE#-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/#PACKAGE#/#PACKAGE#-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html #PACKAGE#-(.*)\.tar\.gz --- libapache2-mod-authz-unixgroup-1.0.2.orig/debian/control +++ libapache2-mod-authz-unixgroup-1.0.2/debian/control @@ -0,0 +1,19 @@ +Source: libapache2-mod-authz-unixgroup +Section: web +Priority: optional +Maintainer: Hai Zaar +Build-Depends: debhelper (>= 7), apache2-threaded-dev (>= 2.2.0) +Standards-Version: 3.8.2 +Homepage: http://www.unixpapa.com/mod_authz_unixgroup + +Package: libapache2-mod-authz-unixgroup +Architecture: any +Depends: ${shlibs:Depends}, apache2.2-common +Description: access control based on on unix group membership for Apache + Mod_Authz_Unixgroup is a unix group access control module for Apache 2.1 and + later. If you are having users authenticate with real Unix login ID over the + net, using something like my mod_authnz_external / pwauth combination, and + you want to do access control based on unix group membership, then + mod_authz_unixgroup is exactly what you need. + . + This Package includes the mod-authn-unixgroup Module for Apache Version 2.2 --- libapache2-mod-authz-unixgroup-1.0.2.orig/debian/copyright +++ libapache2-mod-authz-unixgroup-1.0.2/debian/copyright @@ -0,0 +1,42 @@ +Name: libapache2-mod-authz-unixgroup +Maintainer: Jan Wolter http://unixpapa.com/white.cgi +Source: http://www.unixpapa.com/mod_authz_unixgroup +Copyright: 2008 Jan Wolter http://unixpapa.com/white.cgi +License: Apache + +File: * +Copyright: 2008 Jan Wolter http://unixpapa.com/white.cgi +License: Apache + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + On Debian system the license can be found at + /usr/share/common-licenses/Apache-2.0 + +File: debian/* +Copyright: 2009, Hai Zaar +License: GPL-2+ + 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 . + + On Debian system the license can be found at + /usr/share/common-licenses/GPL --- libapache2-mod-authz-unixgroup-1.0.2.orig/debian/rules +++ libapache2-mod-authz-unixgroup-1.0.2/debian/rules @@ -0,0 +1,61 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# This file is public domain software, originally written by Joey Hess. +# +# This version is for packages that are architecture dependent. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + apxs2 -c -Wc,-fno-strict-aliasing mod_authz_unixgroup.c + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + rm -f *.o *.so *.la *.lo *.o *.slo + rm -rf .libs + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/ + #$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libapache2-mod-authz-unixgroup-1.0.2.orig/debian/docs +++ libapache2-mod-authz-unixgroup-1.0.2/debian/docs @@ -0,0 +1 @@ +README --- libapache2-mod-authz-unixgroup-1.0.2.orig/debian/libapache2-mod-authz-unixgroup.dirs +++ libapache2-mod-authz-unixgroup-1.0.2/debian/libapache2-mod-authz-unixgroup.dirs @@ -0,0 +1,2 @@ +usr/lib/apache2/modules +etc/apache2/mods-available --- libapache2-mod-authz-unixgroup-1.0.2.orig/debian/changelog +++ libapache2-mod-authz-unixgroup-1.0.2/debian/changelog @@ -0,0 +1,13 @@ +libapache2-mod-authz-unixgroup (1.0.2-1) unstable; urgency=low + + * Apache .load file now gets installed + * New upstream version + + -- Hai Zaar Sun, 26 Jun 2009 11:01:00 +0300 + +libapache2-mod-authz-unixgroup (1.0.1+svn67-1) unstable; urgency=low + + * Initial release (Closes: #526790) + + -- Hai Zaar Sun, 16 May 2009 00:36:00 +0300 + --- libapache2-mod-authz-unixgroup-1.0.2.orig/debian/libapache2-mod-authz-unixgroup.install +++ libapache2-mod-authz-unixgroup-1.0.2/debian/libapache2-mod-authz-unixgroup.install @@ -0,0 +1,3 @@ +.libs/mod_authz_unixgroup.so usr/lib/apache2/modules +debian/authz_unixgroup.load etc/apache2/mods-available + --- libapache2-mod-authz-unixgroup-1.0.2.orig/debian/authz_unixgroup.load +++ libapache2-mod-authz-unixgroup-1.0.2/debian/authz_unixgroup.load @@ -0,0 +1 @@ +LoadModule authz_unixgroup_module /usr/lib/apache2/modules/mod_authz_unixgroup.so