debian/0000755000000000000000000000000012231165742007171 5ustar debian/watch0000644000000000000000000000030212010301350010173 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/Data-Structure-Util/ .*/Data-Structure-Util-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/rules0000755000000000000000000000015412010301350010227 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: dh_auto_build -- OPTIMIZE="$(CFLAGS)" LD_RUN_PATH="" debian/libdata-structure-util-perl.examples0000644000000000000000000000000612010301350016254 0ustar bin/* debian/copyright0000644000000000000000000000267612010301350011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-Structure-Util Upstream-Contact: Andy Armstrong Source: http://search.cpan.org/dist/Data-Structure-Util/ Files: * Copyright: 2003-2004, Fotango License: Artistic or GPL-1+ Files: inc/Devel/CheckLib.pm Copyright: 2007, David Cantrell 2007, David Golden License: Artistic or GPL-1+ Files: inc/IO/CaptureOutput.pm Copyright: 2007, David Golden 2004-2005, Simon Flack License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Ansgar Burchardt 2010, Jonathan Yu 2006-2008, Jonathan McDowell 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-1' debian/source/0000755000000000000000000000000012010301350010447 5ustar debian/source/format0000644000000000000000000000001412010301350011655 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012010301350010576 5ustar debian/patches/fix-checklib-fail.patch0000644000000000000000000000071012010301350015056 0ustar Description: Trigger build failure when a compiler is not found Origin: vendor Forwarded: not-needed Author: Alessandro Ghedini Reviewed-by: Alessandro Ghedini Last-Update: 2012-08-07 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ use ExtUtils::MakeMaker; # Check that we have a C compiler -check_lib_or_exit(); +assert_lib(); my %mm_args = ( ( MM->can( 'signature_target' ) ? ( SIGN => 1 ) : () ), debian/patches/series0000644000000000000000000000003012010301350012004 0ustar fix-checklib-fail.patch debian/compat0000644000000000000000000000000212010301350010345 0ustar 9 debian/control0000644000000000000000000000215412010301350010554 0ustar Source: libdata-structure-util-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9), perl, libtest-pod-perl, libfile-find-rule-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , Jonathan Yu , Jonathan McDowell Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Data-Structure-Util/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-structure-util-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-structure-util-perl.git Package: libdata-structure-util-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, Description: module to change nature of data within a data structure Data::Structure::Util is a Perl module for manipulating data within data structures. It can process an entire tree of data structures and perform the requested operation on each element as appropriate. It is fast, since it is written in C. . For example, it can be used to transform all strings within a data structure to UTF-8. debian/changelog0000644000000000000000000000465312231165742011053 0ustar libdata-structure-util-perl (0.15-3build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:54:58 +0100 libdata-structure-util-perl (0.15-3) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * Update my email address. * debian/control: Convert Vcs-* fields to Git. [ Alessandro Ghedini ] * Update copyright to Copyright-Format 1.0 * Bump debhelper compat level to 9 * Bump Standards-Version to 3.9.3 (no changes needed) * Add fix-checklib-fail.patch * Fix copyright-refers-to-symlink-license -- Alessandro Ghedini Tue, 07 Aug 2012 23:01:22 +0200 libdata-structure-util-perl (0.15-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). * debian/control: Added: Homepage field (source stanza). * debian/control: Changed: Maintainer set to Debian Perl Group (was: Jonathan McDowell ); Jonathan McDowell moved to Uploaders. * debian/watch: use dist-based URL. [ Ansgar Burchardt ] * Refresh rules for debhelper 7. * Convert debian/copyright to proposed machine-readable format. * debian/control: Drop build-dep on libmodule-build-perl. * debian/control: Make build-dep on perl unversioned. * Install bin/packages.pl as an example. * Use source format 3.0 (quilt). * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. [ Franck Joncourt ] * Removed BD on libclone-perl. [ Jonathan Yu ] * Rewrite control description * Add myself to Uploaders and Copyright * Properly update to DEP5 format -- Jonathan Yu Mon, 15 Feb 2010 13:32:04 -0500 libdata-structure-util-perl (0.15-1) unstable; urgency=low * New upstream release. * Fixes building with Perl 5.10. Closes: #467426 * Update Standards-Version to 3.7.3 (no changes). -- Jonathan McDowell Thu, 27 Mar 2008 11:33:05 +0000 libdata-structure-util-perl (0.12-1) unstable; urgency=low * New upstream release. * Add watch file. * Bump Standards-Version to 3.7.2.0 (no changes). -- Jonathan McDowell Sun, 23 Jul 2006 10:55:15 +0100 libdata-structure-util-perl (0.11-1) unstable; urgency=low * Initial Release. Closes: #361098 -- Jonathan McDowell Tue, 11 Apr 2006 10:25:44 +0100