debian/0000755000000000000000000000000012071551504007166 5ustar debian/rules0000755000000000000000000000014212071551465010251 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_clean: dh_auto_clean $(RM) -v Debian_CPANTS.txt debian/control0000644000000000000000000000260512071551465010602 0ustar Source: libtie-dxhash-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-distribution-perl, libtest-pod-perl, libtest-pod-coverage-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtie-dxhash-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libtie-dxhash-perl.git Homepage: http://search.cpan.org/dist/Tie-DxHash/ Package: libtie-dxhash-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module that keeps insertion order in hash Tie::DxHash implements a hash which preserves insertion order and allows duplicate keys. . Tie::DxHash works by storing the hash data in an array of hash references (containing the key/value pairs). This preserves insertion order. A separate set of iterators (one per distinct key) keeps track of the last retrieved value for a given key, thus allowing the successive retrieval of multiple values for the same key to work as expected. . Tie::DxHash was originally written to facilitate the use of more complex mod_rewrite rules in Apache configuration files written with Perl Sections. debian/source/0000755000000000000000000000000012071551465010474 5ustar debian/source/format0000644000000000000000000000001412071551465011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000151512071551465011050 0ustar libtie-dxhash-perl (1.05-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://bugs.debian.org/677732#10) * Add debian/watch file * Imported Upstream version 1.05 * Update source format to 3.0 (quilt) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Update debian/copyright (years and format) * Add libtest-distribution-perl, libtest-pod-perl and libtest-pod-coverage-perl in build dependencies * Update debian/rules to use "dh $@" * Update description * Add override_dh_auto_clean target to remove tests files -- Xavier Guimard Fri, 04 Jan 2013 06:22:03 +0100 libtie-dxhash-perl (0.93-1) unstable; urgency=low * Initial Release (closes: Bug#184261). -- Ivan Kohler Tue, 1 Apr 2003 23:49:44 -0800 debian/compat0000644000000000000000000000000212071551465010372 0ustar 8 debian/copyright0000644000000000000000000000213012071551465011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Tie-DxHash Source: http://search.cpan.org/dist/Tie-DxHash/ Upstream-Contact: Kevin Ruscoe Files: * Copyright: 2001-2006, Kevin Ruscoe License: Artistic or GPL-1+ Files: debian/* Copyright: 2003, Ivan Kohler 2012, Xavier Guimard 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/watch0000644000000000000000000000015612071551465010227 0ustar version=3 http://search.cpan.org/dist/Tie-DxHash/ .*/Tie-DxHash-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)