r19039 - in /trunk/libauthen-cas-client-perl/debian: ./ changelog compat control copyright rules watch

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Wed Apr 23 09:07:06 UTC 2008


Author: yvesago-guest
Date: Wed Apr 23 09:07:05 2008
New Revision: 19039

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

Added:
    trunk/libauthen-cas-client-perl/debian/
    trunk/libauthen-cas-client-perl/debian/changelog
    trunk/libauthen-cas-client-perl/debian/compat
    trunk/libauthen-cas-client-perl/debian/control
    trunk/libauthen-cas-client-perl/debian/copyright
    trunk/libauthen-cas-client-perl/debian/rules   (with props)
    trunk/libauthen-cas-client-perl/debian/watch

Added: trunk/libauthen-cas-client-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-cas-client-perl/debian/changelog?rev=19039&op=file
==============================================================================
--- trunk/libauthen-cas-client-perl/debian/changelog (added)
+++ trunk/libauthen-cas-client-perl/debian/changelog Wed Apr 23 09:07:05 2008
@@ -1,0 +1,5 @@
+libauthen-cas-client-perl (0.02-1) unstable; urgency=low
+
+  * Initial Release (Closes: #477395)
+
+ -- AGOSTINI Yves <agostini at univ-metz.fr>  Tue, 22 Apr 2008 23:26:12 +0200

Added: trunk/libauthen-cas-client-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-cas-client-perl/debian/compat?rev=19039&op=file
==============================================================================
--- trunk/libauthen-cas-client-perl/debian/compat (added)
+++ trunk/libauthen-cas-client-perl/debian/compat Wed Apr 23 09:07:05 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libauthen-cas-client-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-cas-client-perl/debian/control?rev=19039&op=file
==============================================================================
--- trunk/libauthen-cas-client-perl/debian/control (added)
+++ trunk/libauthen-cas-client-perl/debian/control Wed Apr 23 09:07:05 2008
@@ -1,0 +1,26 @@
+Source: libauthen-cas-client-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.10-12), libtest-mockobject-perl, liburi-perl, 
+ libxml-libxml-perl, libwww-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Authen-CAS-Client/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-cas-client-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-cas-client-perl/
+
+Package: libauthen-cas-client-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libtest-mockobject-perl, liburi-perl,
+ libxml-libxml-perl, libwww-perl
+Description: Interface for authentication using JA-SIG's CAS
+ Authen::CAS::Client module provides a simple interface for authenticating users
+ using JA-SIG's CAS SSO protocol.
+ .
+ Both Single Sign On CAS v1.0 and v2.0 are supported.
+ .
+ More information about the CAS protocol can be found at the JA-SIG CAS homepage:
+ .
+ http://www.ja-sig.org/products/cas/

Added: trunk/libauthen-cas-client-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-cas-client-perl/debian/copyright?rev=19039&op=file
==============================================================================
--- trunk/libauthen-cas-client-perl/debian/copyright (added)
+++ trunk/libauthen-cas-client-perl/debian/copyright Wed Apr 23 09:07:05 2008
@@ -1,0 +1,37 @@
+X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+X-Debianized-By: AGOSTINI Yves <agostini at univ-metz.fr>
+X-Debianized-Date: Tue, 22 Apr 2008 23:26:12 +0200
+X-Source-Downloaded-From: http://search.cpan.org/dist/Authen-CAS-Client/
+X-Upstream-Author: jason hord <pravus at cpan.org>
+Files: debian/*
+Copyright: Copyright 2008 AGOSTINI Yves <agostini at univ-metz.fr>
+License: GPL-2+
+ The Debian packaging information is under the GPL, version 2 or later
+Files: *
+Copyright: Copyright (c) 2007, jason hord
+License: other-BSD
+ Copyright (c) 2007, jason hord
+ .
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without 
+ modification, are permitted provided that the following conditions are met:
+ .
+   - Redistributions of source code must retain the above copyright notice, 
+   this list of conditions and the following disclaimer.
+   - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation 
+   and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+On Debian systems, the complete text of the GNU General Public License
+can be found in file "/usr/share/common-licenses/GPL".

Added: trunk/libauthen-cas-client-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-cas-client-perl/debian/rules?rev=19039&op=file
==============================================================================
--- trunk/libauthen-cas-client-perl/debian/rules (added)
+++ trunk/libauthen-cas-client-perl/debian/rules Wed Apr 23 09:07:05 2008
@@ -1,0 +1,60 @@
+#!/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
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs 
+	dh_installchangelogs CHANGES
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libauthen-cas-client-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libauthen-cas-client-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-cas-client-perl/debian/watch?rev=19039&op=file
==============================================================================
--- trunk/libauthen-cas-client-perl/debian/watch (added)
+++ trunk/libauthen-cas-client-perl/debian/watch Wed Apr 23 09:07:05 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Authen-CAS-Client/   .*/Authen-CAS-Client-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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