debian/0000755000000000000000000000000011731716674007203 5ustar debian/rules0000755000000000000000000000003611731716674010262 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000164511731716674010614 0ustar Source: libparse-debian-packages-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Parse-Debian-Packages/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libparse-debian-packages-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparse-debian-packages-perl.git Package: libparse-debian-packages-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libyaml-perl Description: module for parsing the data from a Debian Packages.gz Parse::Debian::Packages parses the Packages files used by the Debian package management tools. . It presents itself as an iterator. Each call of the ->next method will return the next package found in the file. debian/source/0000755000000000000000000000000011731716674010503 5ustar debian/source/format0000644000000000000000000000001411731716674011711 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000371311731716674011061 0ustar libparse-debian-packages-perl (0.03-1) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * Remove alternative (build) dependencies that are already satisfied in oldstable. [ gregor herrmann ] * New upstream release. * debian/rules: drop buildsystem, Build.PL is gone. * Drop bug-579063.patch, fixed upstream. * debian/copyright: update to Copyright-Format 1.0, refresh license stanzas. * Set debhelper compatibility level to 8. * Bump Standards-Version to 3.9.3 (no changes). * Add /me to Uploaders. * Make short description a noun phrase. -- gregor herrmann Mon, 19 Mar 2012 21:56:58 +0100 libparse-debian-packages-perl (0.01-2) unstable; urgency=low [ Frank Lichtenheld ] * s/debian/Debian/ in Description [ 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/watch: use dist-based URL. * Set Standards-Version to 3.8.0 (no changes). * Move libmodule-build-perl to Build-Depends and add "perl (>= 5.10)" as an alternative. [ Joachim Breitner ] * Removed myself from uploaders. [ Ansgar Burchardt ] * Fix error when description contains lines with colons. (Closes: #579063) + new patch: bug-579063.patch * Refresh rules for debhelper 7. * No longer install README. * Use source format 3.0 (quilt). * Convert debian/copyright to proposed machine-readable format. * debian/watch: Use extended regular expression to match upstream releases. * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. -- Ansgar Burchardt Thu, 29 Apr 2010 17:12:31 +0900 libparse-debian-packages-perl (0.01-1) unstable; urgency=low * Initial Release. -- Joachim Breitner Mon, 5 Jan 2004 18:05:45 +0100 debian/compat0000644000000000000000000000000211731716674010401 0ustar 8 debian/copyright0000644000000000000000000000223211731716674011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Parse-Debian-Packages Source: http://search.cpan.org/dist/Parse-Debian-Packages/ Upstream-Contact: Richard Clamp Files: * Copyright: 2003-2012, Richard Clamp License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, Joachim Breitner 2010, Ansgar Burchardt 2012, 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/watch0000644000000000000000000000020711731716674010233 0ustar version=3 http://search.cpan.org/dist/Parse-Debian-Packages/ .*/Parse-Debian-Packages-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$