r11035 - in /trunk/libapache-authenhook-perl/debian: ./ README.Debian changelog compat control copyright rules

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Sun Dec 9 04:48:31 UTC 2007


Author: roberto
Date: Sun Dec  9 04:48:30 2007
New Revision: 11035

URL: http://svn.debian.org/wsvn/?sc=1&rev=11035
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libapache-authenhook-perl/debian/
    trunk/libapache-authenhook-perl/debian/README.Debian
    trunk/libapache-authenhook-perl/debian/changelog
    trunk/libapache-authenhook-perl/debian/compat
    trunk/libapache-authenhook-perl/debian/control
    trunk/libapache-authenhook-perl/debian/copyright
    trunk/libapache-authenhook-perl/debian/rules   (with props)

Added: trunk/libapache-authenhook-perl/debian/README.Debian
URL: http://svn.debian.org/wsvn/trunk/libapache-authenhook-perl/debian/README.Debian?rev=11035&op=file
==============================================================================
--- trunk/libapache-authenhook-perl/debian/README.Debian (added)
+++ trunk/libapache-authenhook-perl/debian/README.Debian Sun Dec  9 04:48:30 2007
@@ -1,0 +1,31 @@
+Apache::AuthenHook for Debian
+-----------------------------
+
+This is taken from the package's CPAN description:
+
+ Apache::AuthenHook offers access to the 2.1 Apache authentication
+ API in Perl.  This is different than the authentication API
+ from Apache 1.3 or even Apache 2.0, but in its differences lies
+ strength.
+
+ For a full description of how authentication works in 2.1, see
+
+ http://www.serverwatch.com/tutorials/article.php/2202671
+
+ Basically, the difference between 2.0 and 2.1 is that authentication
+ is now delegated to providers, and each provider has a specific
+ purpose.  For instance, mod_authn_file covers gleaning the password
+ from an .htpasswd or .htdigest file, while mod_auth_basic covers
+ the Basic dialogue between the client and server, regardless 
+ of the source of the password.  The best part of all this (to me)
+ is that Digest authentication is also delegated out - 
+ mod_auth_digest now handles all the intricacies of Digest
+ authentication (including the elusive MSIE support) which
+ means you don't need to worry about them (and neither do I).
+ All that Digest authentication requires is *some* authentication
+ provider to provide user credentials - this can be via
+ mod_authn_file or another mechanism of your choosing.
+
+ This description was automagically extracted from the module by dh-make-perl.
+
+ -- Roberto C. Sanchez <roberto at connexer.com>, Sat, 08 Dec 2007 19:42:50 -0500

Added: trunk/libapache-authenhook-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache-authenhook-perl/debian/changelog?rev=11035&op=file
==============================================================================
--- trunk/libapache-authenhook-perl/debian/changelog (added)
+++ trunk/libapache-authenhook-perl/debian/changelog Sun Dec  9 04:48:30 2007
@@ -1,0 +1,6 @@
+libapache-authenhook-perl (2.00-04-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #455061)
+
+ -- Roberto C. Sanchez <roberto at connexer.com>  Sat,  8 Dec 2007 13:32:19 -0500
+

Added: trunk/libapache-authenhook-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libapache-authenhook-perl/debian/compat?rev=11035&op=file
==============================================================================
--- trunk/libapache-authenhook-perl/debian/compat (added)
+++ trunk/libapache-authenhook-perl/debian/compat Sun Dec  9 04:48:30 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libapache-authenhook-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libapache-authenhook-perl/debian/control?rev=11035&op=file
==============================================================================
--- trunk/libapache-authenhook-perl/debian/control (added)
+++ trunk/libapache-authenhook-perl/debian/control Sun Dec  9 04:48:30 2007
@@ -1,0 +1,39 @@
+Source: libapache-authenhook-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), perl (>= 5.8.8-7), libperl-dev, libapache2-mod-perl2-dev, apache2-prefork-dev | apache2-threaded-dev, libapr1-dev
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Roberto C. Sanchez <roberto at connexer.com>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/~geoff/Apache-AuthenHook-2.00_04/AuthenHook.pm
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapache-authenhook-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-authenhook-perl/
+
+Package: libapache-authenhook-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libapache2-mod-perl2
+Description:  Perl API for Apache 2.1 authentication
+ Apache::AuthenHook offers access to the 2.1 Apache authentication
+ API in Perl.  This is different than the authentication API
+ from Apache 1.3 or even Apache 2.0, but in its differences lies
+ strength.
+ .
+ For a full description of how authentication works in 2.1, see
+ .
+ http://www.serverwatch.com/tutorials/article.php/2202671
+ .
+ Basically, the difference between 2.0 and 2.1 is that authentication
+ is now delegated to providers, and each provider has a specific
+ purpose.  For instance, mod_authn_file covers gleaning the password
+ from an .htpasswd or .htdigest file, while mod_auth_basic covers
+ the Basic dialogue between the client and server, regardless 
+ of the source of the password.  The best part of all this (to me)
+ is that Digest authentication is also delegated out - 
+ mod_auth_digest now handles all the intricacies of Digest
+ authentication (including the elusive MSIE support) which
+ means you don't need to worry about them (and neither do I).
+ All that Digest authentication requires is *some* authentication
+ provider to provide user credentials - this can be via
+ mod_authn_file or another mechanism of your choosing.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libapache-authenhook-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libapache-authenhook-perl/debian/copyright?rev=11035&op=file
==============================================================================
--- trunk/libapache-authenhook-perl/debian/copyright (added)
+++ trunk/libapache-authenhook-perl/debian/copyright Sun Dec  9 04:48:30 2007
@@ -1,0 +1,23 @@
+This is the debian package for the Apache-AuthenHook module.
+It was created by Roberto C. Sanchez <roberto at connexer.com> using dh-make-perl.
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if don't want to get into legal troubles.
+
+The upstream author is: 
+
+Geoffrey Young <geoff at modperlcookbook.org>.
+
+
+Copyright (c) 2003, Geoffrey Young
+
+All rights reserved.
+
+This module is free software.  It may be used, redistributed
+and/or modified under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libapache-authenhook-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache-authenhook-perl/debian/rules?rev=11035&op=file
==============================================================================
--- trunk/libapache-authenhook-perl/debian/rules (added)
+++ trunk/libapache-authenhook-perl/debian/rules Sun Dec  9 04:48:30 2007
@@ -1,0 +1,95 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+# Allow disabling build optimation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor CCFLAGS="$(shell apr-1-config --includes) $(shell apr-1-config --cflags)"
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	# As this is a architecture dependent package, we are not
+	# supposed to install stuff to /usr/share. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+
+	touch install-stamp
+
+# 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_installdocs README ToDo
+	dh_installexamples 
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libapache-authenhook-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-perl-cvs-commits mailing list