--- libtie-shadowhash-perl-1.00.orig/debian/copyright +++ libtie-shadowhash-perl-1.00/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Russ Allbery . +Source: http://search.cpan.org/dist/Tie-ShadowHash/ +Name: ShadowHash + +Files: * +Copyright: Russ Allbery . +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Stefan Hornburg (Racke) +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 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' --- libtie-shadowhash-perl-1.00.orig/debian/compat +++ libtie-shadowhash-perl-1.00/debian/compat @@ -0,0 +1 @@ +7 --- libtie-shadowhash-perl-1.00.orig/debian/docs +++ libtie-shadowhash-perl-1.00/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- libtie-shadowhash-perl-1.00.orig/debian/rules +++ libtie-shadowhash-perl-1.00/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libtie-shadowhash-perl-1.00.orig/debian/watch +++ libtie-shadowhash-perl-1.00/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Tie-ShadowHash/ .*/Tie-ShadowHash-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtie-shadowhash-perl-1.00.orig/debian/control +++ libtie-shadowhash-perl-1.00/debian/control @@ -0,0 +1,19 @@ +Source: libtie-shadowhash-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Stefan Hornburg (Racke) +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/ShadowHash/ + +Package: libtie-shadowhash-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Merge multiple data sources into a hash + ShadowHash merges together multiple sets of data in the form of hashes into a + data structure that looks to Perl like a single simple hash. When that hash + is accessed, the data structures managed by that shadow hash are searched in + order they were added for that key. This allows the rest of a program simple + and convenient access to a disparate set of data sources. + --- libtie-shadowhash-perl-1.00.orig/debian/changelog +++ libtie-shadowhash-perl-1.00/debian/changelog @@ -0,0 +1,11 @@ +libtie-shadowhash-perl (1.00-1) unstable; urgency=low + + * New upstream release (Closes: #576381), changed distribution name. + + -- Stefan Hornburg (Racke) Sat, 10 Apr 2010 11:24:39 +0200 + +libtie-shadowhash-perl (0.07-1) unstable; urgency=low + + * Initial Release (Closes: #571700) + + -- Stefan Hornburg (Racke) Sat, 27 Feb 2010 07:32:10 +0100