2009
libgnupg-perl (0.10-2) unstable; urgency=low
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Damyan Ivanov ]
* add gnupg to Build-Depends-Indep. Thanks to Michael Bienia
Closes: #540068 (missing build-dependency on non-build-essential package)
* Standards-Version: 3.8.2 (no changes needed)
* add myself to Uploaders
-- Damyan Ivanov <dmn@debian.org> Thu, 06 Aug 2009 10:19:09 +0300
libgnupg-perl (0.10-1) unstable; urgency=low
[ gregor herrmann ]
* Take over for the Debian Perl Group on maintainer's request:
http://lists.debian.org/debian-perl/2009/01/msg00120.html
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field
(source stanza); Homepage field (source stanza); ${misc:Depends} and
${perl:depends} to Depends: field. Changed: Maintainer set to Debian Perl
Group <pkg-perl-maintainers@lists.alioth.debian.org> (was: Peter Palfrader
<weasel@debian.org>); add /me to Uploaders.
* Add debian/watch.
* Set Standards-Version to 3.8.0.
* Split out patches against the upstream code.
* Set debhelper compatibility level to 7; adapt
debian/{control,compat,rules}.
* debian/copyright: switch to new format.
[ Ryan Niebur ]
* New upstream release (closes: #440177, #121472)
* Add myself to Uploaders
* Debian Policy 3.8.1
* remove auto_retrieve_missing_subkey.patch, gnupg1.2.5.patch,
pod.patch, policy_url.patch, and strict_subs.patch, all of which are
applied upstream
-- gregor herrmann <gregoa@debian.org> Tue, 02 Jun 2009 19:43:46 +0200
2006
libgnupg-perl (0.9-9) unstable; urgency=low
* Make/sh prefers "! [ -d foo ]" over "![ -d foo ]". It didn't really
matter because there was a "|| rmdir foo" after that and the directory
existed, but it prints ugly warnings that I missed before.
-- Peter Palfrader <weasel@debian.org> Sun, 18 Jun 2006 01:32:22 +0200
libgnupg-perl (0.9-8) unstable; urgency=low
* Move debhelper from Build-Depends-Indep to Build-Depends.
* Apply patch by Andrew Suffield to handle key retrival by GnuPG caused by
'keyserver-options auto-key-retrieve' (closes: #269627). Thanks.
* Apply patch by Andrew Suffield to properly propagte that reason
for verification errors when the key is not around (closes: #310792).
Thanks once more.
* Instead of defining INSTALLBIN, INSTALLSCRIPT, etc just say
INSTALLDIRS=vendor in debian/rules, and set PREFIX for the install.
* Also use make install and not make pure_install.
* Remove code to remove .packlist files from the install target.
* Remove lots of comments (and unused, commented out lines) from
debian/rules.
* Remove usr/sbin from debian/dirs (debhelper). We don't put anything
there.
* Remove empty usr/lib/perl5 and usr/lib after make install.
* Update Standards-Version to 3.7.2 from 3.6.1 (without additional changes).
-- Peter Palfrader <weasel@debian.org> Sat, 17 Jun 2006 20:43:37 +0200
2005
libgnupg-perl (0.9-7) unstable; urgency=low
* GnuPG::Perl looks to be quite unmaintained upstream, so I recomment
people use other modules, like GnuPG::Interface maybe, however
apply Adrian's patch for his POLICY_URL problem. GnuPG.pm would
complain about protocol violations when a signature had more
information (like a POLICY_URL) than it expected (Closes: #316065).
* Change from debhelper compat level 2 to 4, and change build depends
accordingly.
-- Peter Palfrader <weasel@debian.org> Sun, 10 Jul 2005 11:53:08 +0200
libgnupg-perl (0.9-6) unstable; urgency=low
* GnuPG 1.2.5 introduced a few more status lines when decrypting/verifying
files. GnuPG.pm would not handle that properly. We now eat all the
status lines in decrypt_postread() (closes: #298556).
-- Peter Palfrader <weasel@debian.org> Tue, 8 Mar 2005 20:55:41 +0100
2004
libgnupg-perl (0.9-5) unstable; urgency=low
* Change section to perl to fix override disparity.
-- Peter Palfrader <weasel@debian.org> Sun, 25 Apr 2004 16:46:09 +0200
libgnupg-perl (0.9-4) unstable; urgency=low
* Install non binary perl into usr/share rather than usr/lib.
* Slight changes to debian/copyright: replace "author(s)" with
"author", refer to GPL-2 rather than GPL.
* Update standards version to 3.6.1.
* Fix build dependency on debhelper: it needs to be versioned (>=2).
* Don't end short desciprtion with a dot.
-- Peter Palfrader <weasel@debian.org> Sun, 25 Apr 2004 15:27:54 +0200
2002
libgnupg-perl (0.9-3) unstable; urgency=low
* New Standards-Version: 3.5.7
- Have no /usr/doc link anymore (actually building against the new
debhelper does fix this - I'll not depend on it tho to make
building it on older releases easier)
- Change Build-Depends to Build-Depends-Indep
-- Peter Palfrader <weasel@debian.org> Mon, 11 Nov 2002 13:37:14 +0100
libgnupg-perl (0.9-2) unstable; urgency=low
* Moved from non-US to main (Section: interpreters).
-- Peter Palfrader <weasel@debian.org> Mon, 17 Jun 2002 20:25:34 +0200
2001
libgnupg-perl (0.9-1) unstable; urgency=low
* New upstream version (closes: #99647); * Upped Standards-Version to 3.5.4. * Applied patch to make it work under strict subs: @@ -267 +267 @@ - my $max_fd = POSIX::sysconf( POSIX::_SC_OPEN_MAX ) || 256; + my $max_fd = POSIX::sysconf( &POSIX::_SC_OPEN_MAX ) || 256; Thanks to Radu Muschevici <radu@stusta.mhn.de> (closes: #117689). * Also remove empty stuff from usr/lib/perl.
-- Peter Palfrader <weasel@debian.org> Wed, 7 Nov 2001 17:23:00 +0100
libgnupg-perl (0.7-2) unstable; urgency=low
* Fixed example in GnuPG::Tie manpage (closes: #90703). * Upped Standards-Version to 3.5.2. * Removed dependency on perl5. perl-base is essential and sufficent.
-- Peter Palfrader <weasel@debian.org> Sun, 25 Mar 2001 21:07:14 +0200
libgnupg-perl (0.7-1) unstable; urgency=low
* Initial Release (closes: #76184).
-- Peter Palfrader <weasel@debian.org> Thu, 4 Jan 2001 02:21:44 +0100