r68175 - in /trunk/libauth-yubikey-decrypter-perl/debian: ./ changelog compat control copyright libauth-yubikey-decrypter-perl.docs rules watch

adedommelin-guest at users.alioth.debian.org adedommelin-guest at users.alioth.debian.org
Tue Feb 8 23:25:15 UTC 2011


Author: adedommelin-guest
Date: Tue Feb  8 23:25:00 2011
New Revision: 68175

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

Added:
    trunk/libauth-yubikey-decrypter-perl/debian/
    trunk/libauth-yubikey-decrypter-perl/debian/changelog
    trunk/libauth-yubikey-decrypter-perl/debian/compat
    trunk/libauth-yubikey-decrypter-perl/debian/control
    trunk/libauth-yubikey-decrypter-perl/debian/copyright
    trunk/libauth-yubikey-decrypter-perl/debian/libauth-yubikey-decrypter-perl.docs
    trunk/libauth-yubikey-decrypter-perl/debian/rules   (with props)
    trunk/libauth-yubikey-decrypter-perl/debian/watch

Added: trunk/libauth-yubikey-decrypter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauth-yubikey-decrypter-perl/debian/changelog?rev=68175&op=file
==============================================================================
--- trunk/libauth-yubikey-decrypter-perl/debian/changelog (added)
+++ trunk/libauth-yubikey-decrypter-perl/debian/changelog Tue Feb  8 23:25:00 2011
@@ -1,0 +1,5 @@
+libauth-yubikey-decrypter-perl (0.07-1) unstable; urgency=low
+
+  * Initial Release (closes: #612535)
+
+ -- Alexandre De Dommelin <adedommelin at tuxz.net>  Tue, 8 Feb 2011 22:09:05 +0000

Added: trunk/libauth-yubikey-decrypter-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauth-yubikey-decrypter-perl/debian/compat?rev=68175&op=file
==============================================================================
--- trunk/libauth-yubikey-decrypter-perl/debian/compat (added)
+++ trunk/libauth-yubikey-decrypter-perl/debian/compat Tue Feb  8 23:25:00 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libauth-yubikey-decrypter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauth-yubikey-decrypter-perl/debian/control?rev=68175&op=file
==============================================================================
--- trunk/libauth-yubikey-decrypter-perl/debian/control (added)
+++ trunk/libauth-yubikey-decrypter-perl/debian/control Tue Feb  8 23:25:00 2011
@@ -1,0 +1,19 @@
+Source: libauth-yubikey-decrypter-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libcrypt-rijndael-perl
+Build-Depends-Indep: perl
+Maintainer: Alexandre De Dommelin <adedommelin at tuxz.net>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Auth-Yubikey_Decrypter/
+
+Package: libauth-yubikey-decrypter-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libcrypt-rijndael-perl
+Description: Decryp
+ Auth::Yubikey_Decrypter is a Perl module to decrypt the AES output
+ of Yubikey tokens.
+ .
+ Please note that this module does not perform authentication.
+ It is a required component to decrypt the token first before 
+ authentication can be performed.

Added: trunk/libauth-yubikey-decrypter-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauth-yubikey-decrypter-perl/debian/copyright?rev=68175&op=file
==============================================================================
--- trunk/libauth-yubikey-decrypter-perl/debian/copyright (added)
+++ trunk/libauth-yubikey-decrypter-perl/debian/copyright Tue Feb  8 23:25:00 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Phil Massyn <phil at massyn.net>
+Source: http://search.cpan.org/dist/Auth-Yubikey_Decrypter/
+Name: Auth-Yubikey_Decrypter
+
+Files: *
+Copyright: Phil Massyn <phil at massyn.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Alexandre De Dommelin <adedommelin at tuxz.net>
+License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libauth-yubikey-decrypter-perl/debian/libauth-yubikey-decrypter-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauth-yubikey-decrypter-perl/debian/libauth-yubikey-decrypter-perl.docs?rev=68175&op=file
==============================================================================
--- trunk/libauth-yubikey-decrypter-perl/debian/libauth-yubikey-decrypter-perl.docs (added)
+++ trunk/libauth-yubikey-decrypter-perl/debian/libauth-yubikey-decrypter-perl.docs Tue Feb  8 23:25:00 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libauth-yubikey-decrypter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauth-yubikey-decrypter-perl/debian/rules?rev=68175&op=file
==============================================================================
--- trunk/libauth-yubikey-decrypter-perl/debian/rules (added)
+++ trunk/libauth-yubikey-decrypter-perl/debian/rules Tue Feb  8 23:25:00 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libauth-yubikey-decrypter-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libauth-yubikey-decrypter-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauth-yubikey-decrypter-perl/debian/watch?rev=68175&op=file
==============================================================================
--- trunk/libauth-yubikey-decrypter-perl/debian/watch (added)
+++ trunk/libauth-yubikey-decrypter-perl/debian/watch Tue Feb  8 23:25:00 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Auth-Yubikey_Decrypter/   .*/Auth-Yubikey_Decrypter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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