r15236 - in /trunk/libapache2-authenntlm-perl/debian: ./ changelog compat control copyright rules watch

hfrenzel-guest at users.alioth.debian.org hfrenzel-guest at users.alioth.debian.org
Wed Feb 20 20:11:27 UTC 2008


Author: hfrenzel-guest
Date: Wed Feb 20 20:11:26 2008
New Revision: 15236

URL: http://svn.debian.org/wsvn/?sc=1&rev=15236
Log:
imported libapache2-authenntlm-perl/debian/

Added:
    trunk/libapache2-authenntlm-perl/debian/
    trunk/libapache2-authenntlm-perl/debian/changelog
    trunk/libapache2-authenntlm-perl/debian/compat
    trunk/libapache2-authenntlm-perl/debian/control
    trunk/libapache2-authenntlm-perl/debian/copyright
    trunk/libapache2-authenntlm-perl/debian/rules   (with props)
    trunk/libapache2-authenntlm-perl/debian/watch

Added: trunk/libapache2-authenntlm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache2-authenntlm-perl/debian/changelog?rev=15236&op=file
==============================================================================
--- trunk/libapache2-authenntlm-perl/debian/changelog (added)
+++ trunk/libapache2-authenntlm-perl/debian/changelog Wed Feb 20 20:11:26 2008
@@ -1,0 +1,27 @@
+libapache2-authenntlm-perl (0.02-4) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * removed dh-make-perl stanza in debian/control (Closes: #434648)
+  * added conflict with libauthen-smb-perl (Closes: #432809)
+  * changed debian/watch and debian/control to use author-neutral URLs
+  * fixed removal of empty /usr/share/perl5 in debian/rules (Closes: #463479)
+
+ -- Hendrik Frenzel <hfrenzel at scunc.net>  Wed, 20 Feb 2008 20:50:57 +0100
+
+libapache2-authenntlm-perl (0.02-3) unstable; urgency=low
+
+  * Fixed lintian warning extended-description-line-too-long
+
+ -- Hendrik Frenzel <hfrenzel at scunc.net>  Thu, 21 Jun 2007 14:28:48 +0200
+
+libapache2-authenntlm-perl (0.02-2) unstable; urgency=low
+
+  * Created debian/watch
+
+ -- Hendrik Frenzel <hfrenzel at scunc.net>  Wed, 20 Jun 2007 10:43:47 +0200
+
+libapache2-authenntlm-perl (0.02-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #427848)
+
+ -- Hendrik Frenzel <hfrenzel at scunc.net>  Wed, 06 Jun 2007 15:28:13 +0200

Added: trunk/libapache2-authenntlm-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libapache2-authenntlm-perl/debian/compat?rev=15236&op=file
==============================================================================
--- trunk/libapache2-authenntlm-perl/debian/compat (added)
+++ trunk/libapache2-authenntlm-perl/debian/compat Wed Feb 20 20:11:26 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libapache2-authenntlm-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libapache2-authenntlm-perl/debian/control?rev=15236&op=file
==============================================================================
--- trunk/libapache2-authenntlm-perl/debian/control (added)
+++ trunk/libapache2-authenntlm-perl/debian/control Wed Feb 20 20:11:26 2008
@@ -1,0 +1,35 @@
+Source: libapache2-authenntlm-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-7)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Hendrik Frenzel <hfrenzel at scunc.net>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Apache2-AuthenNTLM
+Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/trunk/libapache2-authenntlm-perl
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authenntlm-perl
+
+Package: libapache2-authenntlm-perl
+Architecture: all
+Conflicts: libauthen-smb-perl (<= 0.96)
+Depends: ${perl:Depends}, libapache2-mod-perl2 
+Description:  Perform Microsoft NTLM and Basic User Authentication
+ The purpose of this module is to perform a user authentication via Microsoft's
+ NTLM protocol. This protocol is supported by all versions of the Internet
+ Explorer and is mainly useful for intranets. Depending on your preferences
+ setting IE will supply your windows logon credentials to the web server
+ when the server asks for NTLM authentication. This saves the user to type in
+ his/her password again.
+ .
+ The NTLM protocol performs a challenge/response to exchange a random number
+ (nonce) and get back a md4 hash, which is built from the user's password
+ and the nonce. This makes sure that no password goes over the wire in plain
+ text.
+ .
+ The main advantage of the Perl implementation is, that it can be easily
+ extended to verify the user/password against other sources than a windows
+ domain controller.
+ .
+ The default implementation is to go to the domain controller for the given
+ domain and verify the user. If you want to verify the user against another
+ source, you can inherit from Apache2::AuthenNTLM and override it's methods.

Added: trunk/libapache2-authenntlm-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libapache2-authenntlm-perl/debian/copyright?rev=15236&op=file
==============================================================================
--- trunk/libapache2-authenntlm-perl/debian/copyright (added)
+++ trunk/libapache2-authenntlm-perl/debian/copyright Wed Feb 20 20:11:26 2008
@@ -1,0 +1,28 @@
+This is the debian package for the Apache2::AuthenNTLM module.
+It was created by Hendrik Frenzel <hfrenzel at scunc.net> using dh-make-perl.
+
+The upstream author is: 
+
+G. Richter (richter at dev.ecos.de)
+Ported by Shannon Eric Peevey (speeves at unt.edu)
+
+Development of this package, versions 0.01-0.13 was sponsored by:
+Siemens: http://www.siemens.com.
+
+License:
+
+   You may distribute under the terms of either the GNU General Public
+   License or the Artistic License, as specified in the Perl README file.
+   
+   THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL', the complete
+text of the Artistic License can be found in 
+`/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is (C) 2007, Hendrik Frenzel <hfrenzel at scunc.net> and
+is licensed under the GPL, see above.
+

Added: trunk/libapache2-authenntlm-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache2-authenntlm-perl/debian/rules?rev=15236&op=file
==============================================================================
--- trunk/libapache2-authenntlm-perl/debian/rules (added)
+++ trunk/libapache2-authenntlm-perl/debian/rules Wed Feb 20 20:11:26 2008
@@ -1,0 +1,97 @@
+#!/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 #NORECURS=1
+	$(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 independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
+	
+	touch install-stamp
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+#	dh_installexamples 
+#	dh_installmenu
+#	dh_installcron
+#	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/libapache2-authenntlm-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libapache2-authenntlm-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libapache2-authenntlm-perl/debian/watch?rev=15236&op=file
==============================================================================
--- trunk/libapache2-authenntlm-perl/debian/watch (added)
+++ trunk/libapache2-authenntlm-perl/debian/watch Wed Feb 20 20:11:26 2008
@@ -1,0 +1,22 @@
+# 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 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php #PACKAGE#-(.*)\.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
+http://search.cpan.org/dist/Apache2-AuthenNTLM/   .*/Apache2-AuthenNTLM-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+




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