debian/0000755000000000000000000000000012231045764007172 5ustar debian/compat0000644000000000000000000000000212231045764010370 0ustar 8 debian/copyright0000644000000000000000000000220212231045764011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: String-MkPasswd Upstream-Contact: Chris Grau Source: https://metacpan.org/release/String-MkPasswd/ Files: * Copyright: 2003-2012, Chris Grau License: Artistic or GPL-1+ Files: debian/* Copyright: 2005, Martin Zobel-Helas 2008, gregor herrmann 2009-2013, Salvatore Bonaccorso 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/rules0000755000000000000000000000003612231045764010251 0ustar #!/usr/bin/make -f %: dh $@ debian/lintian-overrides0000644000000000000000000000024212231045764012551 0ustar # we leave the script as /usr/bin/mkpasswd.pl # because there is a /usr/bin/mkpasswd libstring-mkpasswd-perl: script-with-language-extension usr/bin/mkpasswd.pl debian/watch0000644000000000000000000000017312231045764010224 0ustar version=3 https://metacpan.org/release/String-MkPasswd/ .+/String-MkPasswd-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000250112231045764010573 0ustar Source: libstring-mkpasswd-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Maintainer: Debian Perl Group Uploaders: Alexander Wirt , Martin Zobel-Helas , gregor herrmann , Salvatore Bonaccorso Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/String-MkPasswd/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-mkpasswd-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-mkpasswd-perl.git Package: libstring-mkpasswd-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module implementing a random password generator String::MkPasswd defines a single function, mkpasswd(), to generate random passwords. The function is meant to be a simple way for developers and system administrators to easily generate a relatively secure password. . The exportable mkpasswd() function returns a single scalar: a random password. By default, this password is nine characters long with a random distribution of four lower-case characters, two upper-case characters, two digits, and one non-alphanumeric character. These parameters can be tuned by the user, as described in the /"ARGUMENTS" section. debian/source/0000755000000000000000000000000012231045764010472 5ustar debian/source/format0000644000000000000000000000001412231045764011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001042112231045764011042 0ustar libstring-mkpasswd-perl (0.05-1) unstable; urgency=low * Imported Upstream version 0.05 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Bump Standards-Version to 3.9.4 * Update copyright years for debian/* packaging -- Salvatore Bonaccorso Sun, 20 Oct 2013 23:31:59 +0200 libstring-mkpasswd-perl (0.04-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Imported Upstream version 0.04 * Update debian/copyright information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for upstream files and debian/* packaging. * Drop fix-spelling-error-in-manpage.patch patch. Patch was applied upstream. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Sat, 18 Aug 2012 08:21:00 +0200 libstring-mkpasswd-perl (0.03-1) unstable; urgency=low [ Salvatore Bonaccorso ] * New upstream release * Update my email address. * Drop fix-wrong-nospecial-description-of-mkpasswd.patch patch as it is applied upstream now. Remove quilt from debian/control and debian/rules. * Drop README.source file as not needed anymore. * Convert to '3.0 (quilt)' source package format. * debian/copyright: - Update upstream's copyright years - Refer to Debian systems instead of only Debian GNU/Linux systems. - Explicity refer to the GPL-1 license text in common-licenses.. * Bump Debhelper compat level to level 8. Prefer now Build.PL. * debian/control: - Bump versioned Build-Depends on debhelper to (>= 8). - Move perl to Build-Depends for Module::Build. * Bump Standards-Version to 3.9.1. * Add fix-spelling-error-in-manpage.patch to fix small spelling error in manpage of String::MkPasswd. -- Salvatore Bonaccorso Mon, 18 Oct 2010 08:18:01 +0200 libstring-mkpasswd-perl (0.02-3) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Change my email address. [ Salvatore Bonaccorso ] * Add myself to Uploaders * Bump compat level to debhelper 7, adjust Build-Depends on debhelper and minimize debian/rules accordingly. * debian/control: - Improve the short description to use 'is a' statement. - Mention Perl module name in long description expanding it with the abtract text from POD. - Drop versioned Build-Depends on perl (versioned depends is satisfied on Etch/oldstable too) * Add fix-wrong-nospecial-description-of-mkpasswd.patch to fix documentation bug on --nospecial flag for mkpasswd.pl Perl script. Thanks to Andrew Schulman for reporting. Use quilt patch system. (Closes: #549494). * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * Update debian/copyright and use the current DEP5 machine readable format-specification proposal. * Bump Standards-Version to 3.8.3 (no changes). -- Salvatore Bonaccorso Sun, 04 Oct 2009 15:37:24 +0200 libstring-mkpasswd-perl (0.02-2) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Added: /me to Uploaders. * Add debian/watch. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467970) - update based on dh-make-perl's templates - don't install README any more (short version of the POD documentation) * Set Standards-Version to 3.7.3 (no changes). * Set debhelper compatibility level to 5. * debian/copyright: use version-independent download URL and clarify reference to Perl licenses. * Add lintian override for "script-with-language-extension usr/bin/mkpasswd.pl"; we cannot rename the script because /usr/bin/mkpasswd already exists. -- gregor herrmann Sun, 16 Mar 2008 02:37:41 +0100 libstring-mkpasswd-perl (0.02-1) unstable; urgency=low * Initial Release. -- Martin Zobel-Helas Thu, 27 Oct 2005 13:16:57 +0200