debian/0000755000000000000000000000000012201232214007153 5ustar debian/copyright0000644000000000000000000000760612201232214011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Crypt-DES Source: https://metacpan.org/release/Crypt-DES/ Upstream-Contact: Dave Paris Files: * Copyright: 2000, W3Works, LLC License: other This perl extension includes software developed by Eric Young (eay@mincom.oz.au) . Modifications, including cross-platform fixups, and single-algorithm distribution packaging are Copyright (C) 2000 W3Works, LLC. All Rights Reserved. Mail questions and comments to Dave Paris . Original distribution license (below) applies. . Other parts of the library are covered by the following licence: . Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved. . This library and applications are FREE FOR COMMERCIAL AND NON-COMMERCIAL USE as long as the following conditions are adhered to. . Copyright remains with Systemics Ltd, and as such any Copyright notices in the code are not to be removed. If this code is used in a product, Systemics should be given attribution as the author of the parts used. This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by Systemics Ltd (http://www.systemics.com/) . THIS SOFTWARE IS PROVIDED BY SYSTEMICS LTD ``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 AUTHOR 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. . The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.] Files: debian/* Copyright: 2001, 2002, 2004, Shell Hung 2002, Colin Watson 2005, Jaldhar H. Vyas 2005, Krzysztof Krzyzaniak (eloy) 2007, Damyan Ivanov 2007-2013, gregor herrmann 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'. debian/libcrypt-des-perl.docs0000644000000000000000000000000712201232214013363 0ustar README debian/watch0000644000000000000000000000015612201232214010206 0ustar version=3 https://metacpan.org/release/Crypt-DES/ .*/Crypt-DES-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/control0000644000000000000000000000200712201232214010555 0ustar Source: libcrypt-des-perl Maintainer: Debian Perl Group Uploaders: Jaldhar H. Vyas , Krzysztof Krzyzaniak (eloy) , gregor herrmann , Damyan Ivanov Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), perl, libcrypt-cbc-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-des-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcrypt-des-perl.git Homepage: https://metacpan.org/release/Crypt-DES/ Package: libcrypt-des-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl DES encryption module This is Crypt::DES, an XS-based implementation of the DES cryptography algorithm. . The module implements the Crypt::CBC interface, which has blocksize, keysize, encrypt and decrypt functions. debian/changelog0000644000000000000000000000737612201232214011042 0ustar libcrypt-des-perl (2.07-1) unstable; urgency=low * Team upload. * Imported Upstream version 2.07 * Drop svupgrade.patch patch -- Salvatore Bonaccorso Fri, 09 Aug 2013 20:26:24 +0200 libcrypt-des-perl (2.05-3) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Email change: gregor herrmann -> gregoa@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Switch to "3.0 (quilt)" source format. * Use tiny debian/rules with dh(1), debhelper 9.20120312 and compat 9. * debian/copyright: switch formatting to Copyright-Format 1.0. Update years of packaging copyright. * Add svupgrade.patch, taken from CPAN RT. (Closes: #708468) * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Fri, 17 May 2013 21:10:27 +0200 libcrypt-des-perl (2.05-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watched is fixed since quite some time in svn (closes: #449801). * Set Standards-Version to 3.7.2 (no changes needed). [ Frank Lichtenheld ] * debian/rules: build-stamp should depend on configure-stamp, not build. Fixes build with dpkg-buildpackage -j. Found by Daniel Schepler. * debian/control: Remove superfluous quotes in Maintainer field [ Damyan Ivanov ] * Use debhelper compatibility level 5 + add debian/compat + remove DH_COMPAT export from debian/rules + adjust build-depends accordingly * debian/rules: cleanup + stop ignoring realclean errors + remove unused debhelper calls + move README from debian/docs to dh_installdocs + use proper DESTDIR and PREFIX when installing * use search.cpan.org/dist/Crypt-DES/ as download location in debian/copyright * add myself to Uploaders -- Damyan Ivanov Mon, 26 Nov 2007 23:44:31 +0200 libcrypt-des-perl (2.05-1) unstable; urgency=low * New upstream release (closes: #344647) * Added me to Uploaders * Standards-Version updated to 3.6.2 with change DH_COMPAT=4 -- Krzysztof Krzyzaniak (eloy) Sat, 24 Dec 2005 20:34:04 +0100 libcrypt-des-perl (2.03-4) unstable; urgency=low * Package now maintained by the Debian Perl group. (Closes: #313465) -- Jaldhar H. Vyas Wed, 15 Jun 2005 11:30:56 -0400 libcrypt-des-perl (2.03-3) unstable; urgency=low * moved out from non-us section -- Shell Hung Fri, 18 Jun 2004 13:54:39 +0800 libcrypt-des-perl (2.03-2) unstable; urgency=low * Close bug report. (Closes: #158945) * Add libcrypt-cbc-perl to build-depend -- Shell Hung Wed, 9 Oct 2002 18:04:11 +0800 libcrypt-des-perl (2.03-1.1) unstable; urgency=low * NMU for perl 5.8. * Build-depend on perl (>= 5.8.0-7), in order to use perlapi-5.8.0. * Set PREFIX at 'make install' time, not while processing Makefile.PL, otherwise VENDORPREFIX gets set wrongly and the build process ends up trying to write to /usr on the build machine. * 'make realclean' rather than 'clean'. -- Colin Watson Sat, 31 Aug 2002 01:59:52 +0100 libcrypt-des-perl (2.03-1) unstable; urgency=low * Initial Release. (Closes: #118133) -- Shell Hung Sat, 3 Nov 2001 23:41:56 +0800 Local variables: mode: debian-changelog End: debian/rules0000755000000000000000000000003612201232214010232 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000012201232214010453 5ustar debian/source/format0000644000000000000000000000001412201232214011661 0ustar 3.0 (quilt) debian/libcrypt-des-perl.examples0000644000000000000000000000001012201232214014243 0ustar test.pl debian/compat0000644000000000000000000000000212201232214010351 0ustar 9