r56827 - in /trunk/libauthen-passphrase-perl/debian: ./ changelog compat control copyright libauthen-passphrase-perl.docs rules watch

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Sun Apr 25 04:55:44 UTC 2010


Author: ivan
Date: Sun Apr 25 04:55:32 2010
New Revision: 56827

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

Added:
    trunk/libauthen-passphrase-perl/debian/
    trunk/libauthen-passphrase-perl/debian/changelog
    trunk/libauthen-passphrase-perl/debian/compat
    trunk/libauthen-passphrase-perl/debian/control
    trunk/libauthen-passphrase-perl/debian/copyright
    trunk/libauthen-passphrase-perl/debian/libauthen-passphrase-perl.docs
    trunk/libauthen-passphrase-perl/debian/rules   (with props)
    trunk/libauthen-passphrase-perl/debian/watch

Added: trunk/libauthen-passphrase-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-passphrase-perl/debian/changelog?rev=56827&op=file
==============================================================================
--- trunk/libauthen-passphrase-perl/debian/changelog (added)
+++ trunk/libauthen-passphrase-perl/debian/changelog Sun Apr 25 04:55:32 2010
@@ -1,0 +1,29 @@
+libauthen-passphrase-perl (0.006-1) unstable; urgency=low
+
+  * New upstream release
+  * dh-make-perl --refresh
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sat, 28 Mar 2009 05:03:54 -0700
+
+libauthen-passphrase-perl (0.005-3) unstable; urgency=low
+
+  * Update debian/rules to current dh-make-perl template to fix "unconditional
+    rmdir" FTBFS (closes: Bug#467667)
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Tue, 26 Feb 2008 21:05:10 -0800
+
+libauthen-passphrase-perl (0.005-2) unstable; urgency=low
+
+  * Move Build-Dep-Indep to Build-Dep.
+  * To avoid build failures from defective dependencies, Build-Dep (and Dep) on
+    libcrypt-eksblowfish-perl >= 0.003-3 and libauthen-dechpwd-perl >= 2.002-3
+    (closes: Bug#464301)
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Mon, 11 Feb 2008 22:59:25 -0800
+
+libauthen-passphrase-perl (0.005-1) unstable; urgency=low
+
+  * Initial Release (closes: Bug#411626).
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Mon, 19 Feb 2007 23:46:45 -0800
+

Added: trunk/libauthen-passphrase-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-passphrase-perl/debian/compat?rev=56827&op=file
==============================================================================
--- trunk/libauthen-passphrase-perl/debian/compat (added)
+++ trunk/libauthen-passphrase-perl/debian/compat Sun Apr 25 04:55:32 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libauthen-passphrase-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-passphrase-perl/debian/control?rev=56827&op=file
==============================================================================
--- trunk/libauthen-passphrase-perl/debian/control (added)
+++ trunk/libauthen-passphrase-perl/debian/control Sun Apr 25 04:55:32 2010
@@ -1,0 +1,22 @@
+Source: libauthen-passphrase-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.8.4-8), libmodule-runtime-perl (>= 0.005), libauthen-dechpwd-perl (>= 2.003), libcrypt-blowfish-perl (>= 2.0), libcrypt-des-perl, libcrypt-eksblowfish-perl (>= 0.005), libcrypt-mysql-perl (>= 0.03), libcrypt-passwdmd5-perl (>= 1.0), libcrypt-unixcrypt-xs-perl (>= 0.08), libdata-entropy-perl, libdigest-perl (>= 1.0), libdigest-md4-perl (>= 1.2), libdigest-sha1-perl, libparams-classify-perl
+Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.7.2
+
+Package: libauthen-passphrase-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libmodule-runtime-perl (>= 0.005), libauthen-dechpwd-perl (>= 2.003), libcrypt-blowfish-perl (>= 2.0), libcrypt-des-perl, libcrypt-eksblowfish-perl (>= 0.005), libcrypt-mysql-perl (>= 0.03), libcrypt-passwdmd5-perl (>= 1.0), libcrypt-unixcrypt-xs-perl (>= 0.08), libdata-entropy-perl, libdigest-perl (>= 1.0), libdigest-md4-perl (>= 1.2), libdigest-sha1-perl, libparams-classify-perl
+Description: Perl module encapsulating hashed passwords/passphrases as objects
+ This is the base class for a system of objects that encapsulate
+ passphrases.  An object of this type is a passphrase recogniser: its
+ job is to recognise whether an offered passphrase is the right one.
+ For security, such passphrase recognisers usually do not themselves know
+ the passphrase they are looking for; they can merely recognise it when
+ they see it.  There are many schemes in use to achieve this effect,
+ and the intent of this class is to provide a consistent interface to
+ them all, hiding the details.
+ .
+ This package contains implementations of several specific passphrase schemes
+ in addition to the base class.

Added: trunk/libauthen-passphrase-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-passphrase-perl/debian/copyright?rev=56827&op=file
==============================================================================
--- trunk/libauthen-passphrase-perl/debian/copyright (added)
+++ trunk/libauthen-passphrase-perl/debian/copyright Sun Apr 25 04:55:32 2010
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Andrew Main (Zefram) <zefram at fysh.org>
+Upstream-Source: http://search.cpan.org/dist/Authen-Passphrase/
+Upstream-Name: Authen-Passphrase
+
+Files: *
+Copyright: Andrew Main (Zefram) <zefram at fysh.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ivan Kohler <ivan-debian at 420.am>
+License: Artistic | GPL-1+
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    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 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libauthen-passphrase-perl/debian/libauthen-passphrase-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-passphrase-perl/debian/libauthen-passphrase-perl.docs?rev=56827&op=file
==============================================================================
--- trunk/libauthen-passphrase-perl/debian/libauthen-passphrase-perl.docs (added)
+++ trunk/libauthen-passphrase-perl/debian/libauthen-passphrase-perl.docs Sun Apr 25 04:55:32 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libauthen-passphrase-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-passphrase-perl/debian/rules?rev=56827&op=file
==============================================================================
--- trunk/libauthen-passphrase-perl/debian/rules (added)
+++ trunk/libauthen-passphrase-perl/debian/rules Sun Apr 25 04:55:32 2010
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libauthen-passphrase-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-passphrase-perl/debian/watch?rev=56827&op=file
==============================================================================
--- trunk/libauthen-passphrase-perl/debian/watch (added)
+++ trunk/libauthen-passphrase-perl/debian/watch Sun Apr 25 04:55:32 2010
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/Authen/Authen-Passphrase-(.*).(tar.gz|tar|tgz)




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