debian/0000755000000000000000000000000011454616753007202 5ustar debian/control0000644000000000000000000000161511454616675010613 0ustar Source: libhash-flatten-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libtest-assertions-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) , Ansgar Burchardt Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Hash-Flatten/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhash-flatten-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhash-flatten-perl/ Package: libhash-flatten-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libtest-assertions-perl Description: flatten/unflatten complex data hashes Hash::Flatten converts back and forth between a nested hash structure and a flat hash of delimited key-value pairs. Useful for protocols that only support key-value pairs (such as CGI and DBMs). debian/source/0000755000000000000000000000000011454616752010501 5ustar debian/source/format0000644000000000000000000000001411454616265011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211167127167010375 0ustar 7 debian/watch0000644000000000000000000000035411212352145010215 0ustar # 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/Hash-Flatten/ .*/Hash-Flatten-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000230611454616720011047 0ustar libhash-flatten-perl (1.19-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ansgar Burchardt ] * New upstream release. * Use tiny debian/rules. * Use source format 3.0 (quilt). * debian/copyright: Formatting changes; refer to "Debian systems" instead of "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1. * Bump Standards-Version to 3.9.1. * Add myself to Uploaders. -- Ansgar Burchardt Mon, 11 Oct 2010 16:23:06 +0200 libhash-flatten-perl (1.16-2) unstable; urgency=low * debian/copyright: fixed lincence info. Package is licenced GPL-2+ (included COPYRIGHT file is GPL version 2 and link mentioned in README points to GPL-3) -- Krzysztof Krzyżaniak (eloy) Wed, 08 Apr 2009 16:53:22 +0200 libhash-flatten-perl (1.16-1) unstable; urgency=low * Initial Release (closes: #523103). -- Krzysztof Krzyżaniak (eloy) Wed, 8 Apr 2009 15:51:42 +0200 debian/copyright0000644000000000000000000000265111454616630011133 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: John Alden & P Kent Source: http://search.cpan.org/dist/Hash-Flatten/ Name: Hash-Flatten Files: * Copyright: © 2005 by BBC License: GPL-2+ Files: debian/* Copyright: © 2009, Krzysztof Krzyżaniak (eloy) License: Artistic or GPL-1+ License: GPL-2+ 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; version 2 dated June, 1991, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. 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/rules0000755000000000000000000000003611454616327010256 0ustar #!/usr/bin/make -f %: dh $@