--- libapache2-mod-authz-unixgroup-1.1.0.orig/debian/authz_unixgroup.load +++ libapache2-mod-authz-unixgroup-1.1.0/debian/authz_unixgroup.load @@ -0,0 +1 @@ +LoadModule authz_unixgroup_module /usr/lib/apache2/modules/mod_authz_unixgroup.so --- libapache2-mod-authz-unixgroup-1.1.0.orig/debian/changelog +++ libapache2-mod-authz-unixgroup-1.1.0/debian/changelog @@ -0,0 +1,29 @@ +libapache2-mod-authz-unixgroup (1.1.0-1) unstable; urgency=medium + + * QA upload orphaning package. + * Convert to dh. (Closes: #965625, #999147) + + -- Christoph Berg Thu, 17 Feb 2022 11:42:35 +0100 + +libapache2-mod-authz-unixgroup (1.1.0-0.1) unstable; urgency=low + + * Non-maintainer upload. + * New upstream release, suitable for Apache 2.4 (closes: #666849). + * Port packaging to Apache 2.4. + * Update debian/watch. + + -- Colin Watson Thu, 11 Jul 2013 11:52:29 +0100 + +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.1.0.orig/debian/clean +++ libapache2-mod-authz-unixgroup-1.1.0/debian/clean @@ -0,0 +1,2 @@ +.libs/ +mod_authz_unixgroup.*l* --- libapache2-mod-authz-unixgroup-1.1.0.orig/debian/control +++ libapache2-mod-authz-unixgroup-1.1.0/debian/control @@ -0,0 +1,19 @@ +Source: libapache2-mod-authz-unixgroup +Section: web +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper-compat (= 13), dh-apache2, apache2-dev (>= 2.2.0) +Standards-Version: 4.6.0 +Homepage: http://www.unixpapa.com/mod_authz_unixgroup + +Package: libapache2-mod-authz-unixgroup +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +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.4 --- libapache2-mod-authz-unixgroup-1.1.0.orig/debian/copyright +++ libapache2-mod-authz-unixgroup-1.1.0/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.1.0.orig/debian/docs +++ libapache2-mod-authz-unixgroup-1.1.0/debian/docs @@ -0,0 +1 @@ +README --- libapache2-mod-authz-unixgroup-1.1.0.orig/debian/libapache2-mod-authz-unixgroup.apache2 +++ libapache2-mod-authz-unixgroup-1.1.0/debian/libapache2-mod-authz-unixgroup.apache2 @@ -0,0 +1,2 @@ +mod .libs/mod_authz_unixgroup.so +mod debian/authz_unixgroup.load --- libapache2-mod-authz-unixgroup-1.1.0.orig/debian/rules +++ libapache2-mod-authz-unixgroup-1.1.0/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +override_dh_auto_build: + apxs2 -c -Wc,-fno-strict-aliasing mod_authz_unixgroup.c + +%: + dh $@ --with=apache2 --- libapache2-mod-authz-unixgroup-1.1.0.orig/debian/watch +++ libapache2-mod-authz-unixgroup-1.1.0/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?can=1 .*/mod_authz_unixgroup-(\d[\d.]*)\.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