1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
libstring-mkpasswd-perl (0.05-3) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + libstring-mkpasswd-perl: Add Multi-Arch: foreign.
-- Jelmer Vernooij <jelmer@debian.org> Sat, 22 Oct 2022 11:23:31 +0100
libstring-mkpasswd-perl (0.05-2) unstable; urgency=medium
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from deprecated 8 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 17 Jun 2022 10:53:50 +0100
libstring-mkpasswd-perl (0.05-1.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Sun, 03 Jan 2021 19:56:47 +0100
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 <carnil@debian.org> 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 <carnil@debian.org> 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 <carnil@debian.org> 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 <salvatore.bonaccorso@gmail.com> 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 <gregor+debian@comodo.priv.at> Sun, 16 Mar 2008 02:37:41 +0100
libstring-mkpasswd-perl (0.02-1) unstable; urgency=low
* Initial Release.
-- Martin Zobel-Helas <zobel@debian.org> Thu, 27 Oct 2005 13:16:57 +0200
|