debian/0000755000000000000000000000000012114461527007171 5ustar debian/rules0000755000000000000000000000003612114461527010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000153212114461527010575 0ustar Source: libdata-faker-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-faker-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-faker-perl.git Homepage: https://metacpan.org/release/Data-Faker/ Package: libdata-faker-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl extension for generating fake data Data::Faker creates fake (but reasonable) data that can be used for things such as filling databases with fake information during development of database related applications. debian/source/0000755000000000000000000000000012114461527010471 5ustar debian/source/format0000644000000000000000000000001412114461527011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000325712114461527011052 0ustar libdata-faker-perl (0.10-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Patches: remove pod-errors.patch (applied upstream), refresh remove- datafaker-from-bin.patch (offset). * Mention module name in long description. -- gregor herrmann Sat, 02 Mar 2013 21:37:58 +0100 libdata-faker-perl (0.09-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://bugs.debian.org/677732#10) * Imported Upstream version 0.09 * 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) * Update debian/rules to use "dh $@" * Add pod-errors.patch * Change upstream contact to Wes Sheldahl * Move datafaker in examples directory and announce it in debian/NEWS -- Xavier Guimard Thu, 27 Dec 2012 11:28:28 +0100 libdata-faker-perl (0.07-3) unstable; urgency=low * Fix outdated debian/watch file parsing the upstream version as JapaneseFemaleName-0.04 -- Ivan Kohler Thu, 25 Mar 2010 12:12:28 -0700 libdata-faker-perl (0.07-2) unstable; urgency=low * Update debian/rules to current dh-make-perl template to fix "unconditional rmdir" FTBFS (closes: Bug#467752) -- Ivan Kohler Wed, 27 Feb 2008 15:24:52 -0800 libdata-faker-perl (0.07-1) unstable; urgency=low * Initial Release. -- Ivan Kohler Mon, 05 Nov 2007 17:28:37 -0800 debian/NEWS0000644000000000000000000000034012114461527007665 0ustar libdata-faker-perl (0.09-1) unstable; urgency=low The datafaker script has been moved in examples directory and is no more installed in /usr/bin. -- Xavier Guimard Thu, 27 Dec 2012 11:28:52 +0100 debian/libdata-faker-perl.examples0000644000000000000000000000001212114461527014350 0ustar datafaker debian/compat0000644000000000000000000000000212114461527010367 0ustar 8 debian/patches/0000755000000000000000000000000012114461527010620 5ustar debian/patches/series0000644000000000000000000000004012114461527012027 0ustar remove-datafaker-from-bin.patch debian/patches/remove-datafaker-from-bin.patch0000644000000000000000000000103512114461527016564 0ustar Description: Remove example file from /bin Author: Xavier Guimard Forwarded: not-needed Last-Update: 2012-12-27 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ PREREQ_PM => { 'POSIX' => 0, }, - EXE_FILES => [qw(datafaker)], + #EXE_FILES => [qw(datafaker)], ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/Data/Faker.pm', # retrieve abstract from module AUTHOR => 'Jason Kohles ') : ()), debian/copyright0000644000000000000000000000210312114461527011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-Faker Source: https://metacpan.org/release/Data-Faker/ Upstream-Contact: Wes Sheldahl Files: * Copyright: 2004-2005, Jason Kohles License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, 2008, 2010, 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/watch0000644000000000000000000000016212114461527010221 0ustar version=3 https://metacpan.org/release/Data-Faker/ .*/Data-Faker-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$