debian/0000755000000000000000000000000012231050012007150 5ustar debian/watch0000644000000000000000000000017711455035703010227 0ustar version=3 http://search.cpan.org/dist/Algorithm-Diff-XS/ .*/Algorithm-Diff-XS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000106611610355513010251 0ustar #!/usr/bin/make -f DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) PERL_VER := $(shell perl -MConfig -e'print "$$Config{version}\n"') export PERL5LIB=/usr/$(DEB_HOST_GNU_TYPE)/lib/perl/$(PERL_VER) ifneq (true,$(shell [ -f $(PERL5LIB)/Config.pm -a -f $(PERL5LIB)/Config_heavy.pl ] && echo true)) $(error Config.pm & Config_heavy.pl for cross building not found in $(PERL5LIB)) endif endif %: dh $@ debian/copyright0000644000000000000000000000310311610355513011116 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Audrey Tang Source: http://search.cpan.org/dist/Algorithm-Diff-XS/ Name: Algorithm-Diff-XS Files: * Copyright: 2008, Audrey Tang 2003, Joe Schaefer License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2009, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2009, Adam Kennedy 2002-2009, Audrey Tang 2002-2009, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2011, Steve McIntyre 2011, gregor herrmann 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/source/0000755000000000000000000000000011610355721010467 5ustar debian/source/format0000644000000000000000000000001411610025476011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211610355513010364 0ustar 8 debian/control0000644000000000000000000000217511610355513010576 0ustar Source: libalgorithm-diff-xs-perl Section: perl Priority: optional Build-Depends: perl, debhelper (>= 8), libalgorithm-diff-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Algorithm-Diff-XS/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libalgorithm-diff-xs-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/ Package: libalgorithm-diff-xs-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libalgorithm-diff-perl Description: module to find differences between files (XS accelerated) Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's excellent but not very well-known Algorithm::LCS module, with a drop-in interface identical to Algorithm::Diff. . Note that only the LCSidx function is optimized in XS at the moment, which means only compact_diff will get significantly faster for large data sets, while diff and sdiff will run in identical speed as Algorithm::Diff. debian/changelog0000644000000000000000000000263112231050012011024 0ustar libalgorithm-diff-xs-perl (0.04-2build4) devel; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Sun, 20 Oct 2013 22:50:02 +0100 libalgorithm-diff-xs-perl (0.04-2build3) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. -- Colin Watson Thu, 04 Oct 2012 13:14:26 +0100 libalgorithm-diff-xs-perl (0.04-2build2) precise; urgency=low * Rebuild with fixed Perl 5.14 on amd64. -- Colin Watson Tue, 15 Nov 2011 14:36:34 +0000 libalgorithm-diff-xs-perl (0.04-2build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 10:14:34 +0000 libalgorithm-diff-xs-perl (0.04-2) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * Use source format 3.0 (quilt). * Apply (modified) patch from Steve McIntyre for cross-building support. (Closes: #633950) * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; refer to "Debian systems" instead of "Debian GNU/Linux systems". * Bump Standards-Version to 3.9.2. [ gregor herrmann ] * Add /me to Uploaders. * Bump debhelper compatibility level to 8. -- Ansgar Burchardt Sat, 16 Jul 2011 20:41:40 +0200 libalgorithm-diff-xs-perl (0.04-1) unstable; urgency=low * Initial Release (Closes: #556949) -- Jonathan Yu Mon, 28 Dec 2009 15:35:36 -0500