--- libx500-dn-perl-0.29.orig/debian/rules +++ libx500-dn-perl-0.29/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh --with quilt $@ --- libx500-dn-perl-0.29.orig/debian/changelog +++ libx500-dn-perl-0.29/debian/changelog @@ -0,0 +1,68 @@ +libx500-dn-perl (0.29-4) unstable; urgency=low + + [ gregor herrmann ] + * Take over for the Debian Perl Group; Closes: #483773 -- ITA + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza). Changed: Maintainer set to Debian Perl Group + (was: Debian QA Group + ); added: /me to Uploaders. + * debian/watch: use dist-based URL. + * debian/control: fix short and long description (closes: #496496). + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Convert debian/copyright to proposed machine-readable format. + * Refresh rules for debhelper 7. + * Bump Standards-Version to 3.8.2. + * Add myself to Uploaders. + * Do no longer install README (content also part of DN.pod). + * Add build-dep on libparse-recdescent-perl for tests. + * debian/control: Remove Priority and Section fields from binary package. + + [ gregor herrmann ] + * Split out changes to DN.pm into a patch, add quilt framework. + + -- Ansgar Burchardt Mon, 20 Jul 2009 14:34:31 +0200 + +libx500-dn-perl (0.29-3) unstable; urgency=low + + * QA upload. + * Remove debian/compat and set DH_COMPAT to 4 + + -- Anibal Monsalve Salazar Wed, 13 Aug 2008 21:35:52 +1000 + +libx500-dn-perl (0.29-2) unstable; urgency=low + + * QA upload. + * Set DH compatibility back to 4 + + -- Anibal Monsalve Salazar Wed, 13 Aug 2008 21:02:30 +1000 + +libx500-dn-perl (0.29-1) unstable; urgency=low + + * QA upload. + * New upstream release + * Maintainer is Debian QA Group + * Add homepage control line + * Add debian/watch + * Fix dependency problem with libparse-recdescent-perl; closes: #482125 + * Fix the following lintian issues: + W: debian-rules-sets-DH_COMPAT line 9 + W: debian-rules-ignores-make-clean-error line 35 + W: binary-arch-rules-but-pkg-is-arch-indep + W: ancient-standards-version 3.6.0 (current is 3.8.0) + E: clean-should-be-satisfied-by-build-depends debhelper + W: debian-copyright-line-too-long line 4 + + -- Anibal Monsalve Salazar Tue, 12 Aug 2008 20:41:27 +1000 + +libx500-dn-perl (0.28-1) unstable; urgency=low + + * Initial Release. + + -- Alessandro Razeto Sat, 4 Oct 2003 15:00:59 +0200 --- libx500-dn-perl-0.29.orig/debian/watch +++ libx500-dn-perl-0.29/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/X500-DN/ .*/X500-DN-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libx500-dn-perl-0.29.orig/debian/control +++ libx500-dn-perl-0.29/debian/control @@ -0,0 +1,23 @@ +Source: libx500-dn-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , + Ansgar Burchardt +Standards-Version: 3.8.2 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libx500-dn-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libx500-dn-perl/ +Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) +Build-Depends-Indep: perl (>= 5.8.0-7), libparse-recdescent-perl +Homepage: http://search.cpan.org/dist/X500-DN/ + +Package: libx500-dn-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libparse-recdescent-perl +Description: Perl parser and formatter for RFC 2253 style DN strings + X500::DN handles X.500 DNs (Distinguished Names). Currently, it parses DN + strings formatted according to RFC 2253 syntax into an internal format and + produces RFC 2253 formatted string from it. + . + X500::RDN handles X.500 RDNs (Relative Distinguished Names). This is a + supporting module for X500::DN. --- libx500-dn-perl-0.29.orig/debian/copyright +++ libx500-dn-perl-0.29/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Robert Joop +Upstream-Source: http://search.cpan.org/dist/X500-DN/ +Upstream-Name: X500-DN + +Files: * +Copyright: © 2002, Robert Joop +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2003, Alessandro Razeto + © 2008, Anibal Monsalve Salazar + © 2009, Ansgar Burchardt +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libx500-dn-perl-0.29.orig/debian/compat +++ libx500-dn-perl-0.29/debian/compat @@ -0,0 +1 @@ +7 --- libx500-dn-perl-0.29.orig/debian/patches/series +++ libx500-dn-perl-0.29/debian/patches/series @@ -0,0 +1 @@ +parse_recdescent_version.patch --- libx500-dn-perl-0.29.orig/debian/patches/parse_recdescent_version.patch +++ libx500-dn-perl-0.29/debian/patches/parse_recdescent_version.patch @@ -0,0 +1,15 @@ +Author: Anibal Monsalve Salazar +Description: Fix dependency problem with libparse-recdescent-perl. +Bugs-Debian: #482125 + +--- a/DN.pm ++++ b/DN.pm +@@ -7,7 +7,7 @@ + use 5.6.1; # the "our" keyword below needs it + use strict; + use Carp; +-use Parse::RecDescent 1.80; ++use Parse::RecDescent; + use X500::RDN; + + our $VERSION = '0.29';