--- libparse-win32registry-perl-1.0.orig/debian/watch +++ libparse-win32registry-perl-1.0/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Parse-Win32Registry/ .*/Parse-Win32Registry-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libparse-win32registry-perl-1.0.orig/debian/compat +++ libparse-win32registry-perl-1.0/debian/compat @@ -0,0 +1 @@ +7 --- libparse-win32registry-perl-1.0.orig/debian/changelog +++ libparse-win32registry-perl-1.0/debian/changelog @@ -0,0 +1,36 @@ +libparse-win32registry-perl (1.0-1) unstable; urgency=low + + * New upstream version + * Switched to Debhelper 7 + * Bumped Standards-Version + + -- Hilko Bengen Tue, 12 Jun 2012 23:13:04 +0200 + +libparse-win32registry-perl (0.60-1) unstable; urgency=low + + * New upstream version + + -- Hilko Bengen Tue, 19 Oct 2010 15:48:17 +0200 + +libparse-win32registry-perl (0.51-1) unstable; urgency=low + + * New upstream version (Closes: #551739) + * Scripts that were previously part of the parse-win32registry-utils + package fit just as well into an examples directory. This resolves the + file name conflicts with Samba's registry-tools. (Closes: #546562) On + the other hand, we no longer need to declare dependencies for those + scripts. (Closes: #551755, #551737) + + -- Hilko Bengen Thu, 03 Dec 2009 10:15:33 +0100 + +libparse-win32registry-perl (0.50-1) unstable; urgency=low + + * New upstream version, first upload to Debian archive. Closes: #538406 + + -- Hilko Bengen Thu, 13 Aug 2009 13:52:06 +0200 + +libparse-win32registry-perl (0.41-1) UNRELEASED; urgency=low + + * Initial Release. + + -- Hilko Bengen Wed, 4 Feb 2009 20:40:49 +0100 --- libparse-win32registry-perl-1.0.orig/debian/copyright +++ libparse-win32registry-perl-1.0/debian/copyright @@ -0,0 +1,27 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: James Macfarlane, +Upstream-Source: http://search.cpan.org/dist/Parse-Win32Registry/ +Upstream-Name: Parse-Win32Registry + +Files: * +Copyright: James Macfarlane, +License: + +Files: debian/* +Copyright: 2009, Hilko Bengen +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' --- libparse-win32registry-perl-1.0.orig/debian/rules +++ libparse-win32registry-perl-1.0/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install + mv debian/libparse-win32registry-perl/usr/bin/*.pl \ + debian/libparse-win32registry-perl/usr/share/doc/libparse-win32registry-perl/examples +override_dh_compress: + dh_compress -X.pl --- libparse-win32registry-perl-1.0.orig/debian/dirs +++ libparse-win32registry-perl-1.0/debian/dirs @@ -0,0 +1 @@ +/usr/share/doc/libparse-win32registry-perl/examples --- libparse-win32registry-perl-1.0.orig/debian/control +++ libparse-win32registry-perl-1.0/debian/control @@ -0,0 +1,25 @@ +Source: libparse-win32registry-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50~) +Build-Depends-Indep: perl (>= 5.6.0-12) +Maintainer: Hilko Bengen +Standards-Version: 3.9.3 +Homepage: http://search.cpan.org/dist/Parse-Win32Registry/ + +Package: libparse-win32registry-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Suggests: libgtk2-perl +Description: Perl module for parsing Windows registry files + Parse::Win32Registry is a module for parsing Windows Registry files, allowing + you to read the keys and values of a registry file without going through the + Windows API. + . + It provides an object-oriented interface to the keys and values in a registry + file. Registry files are structured as trees of keys, with each key + containing further subkeys or values. + . + It supports both Windows NT registry files (Windows NT, 2000, XP, 2003, + Vista) and Windows 95 registry files (Windows 95, 98, and Millennium + Edition).